Search
Preparing search index...
The search index is not available
@atomist/sdm
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"api-helper/goal/DefaultGoalImplementationMapper"
DefaultGoalImplementationMapper
Class DefaultGoalImplementationMapper
Concrete implementation of GoalImplementationMapper
Hierarchy
DefaultGoalImplementationMapper
Implements
GoalImplementationMapper
Index
Properties
callbacks
goals
implementations
side
Effects
Methods
add
Fulfillment
Callback
add
Goal
add
Implementation
add
Side
Effect
find
Fulfillment
ByPush
find
Fulfillment
Callback
For
Goal
find
Goal
BySdm
Goal
find
Implementation
BySdm
Goal
has
Implementation
Properties
Private
Readonly
callbacks
callbacks
:
GoalFulfillmentCallback
[]
= []
Private
Readonly
goals
goals
:
Goal
[]
= []
Private
Readonly
implementations
implementations
:
GoalImplementation
[]
= []
Private
Readonly
side
Effects
side
Effects
:
GoalSideEffect
[]
= []
Methods
add
Fulfillment
Callback
add
Fulfillment
Callback
(
callback
:
GoalFulfillmentCallback
)
:
this
Parameters
callback:
GoalFulfillmentCallback
Returns
this
Private
add
Goal
add
Goal
(
goal
:
Goal
)
:
void
Parameters
goal:
Goal
Returns
void
add
Implementation
add
Implementation
(
implementation
:
GoalImplementation
)
:
this
Parameters
implementation:
GoalImplementation
Returns
this
add
Side
Effect
add
Side
Effect
(
sideEffect
:
GoalSideEffect
)
:
this
Parameters
sideEffect:
GoalSideEffect
Returns
this
find
Fulfillment
ByPush
find
Fulfillment
ByPush
(
goal
:
Goal
, inv
:
PushListenerInvocation
)
:
Promise
<
GoalFulfillment
|
undefined
>
Parameters
goal:
Goal
inv:
PushListenerInvocation
Returns
Promise
<
GoalFulfillment
|
undefined
>
find
Fulfillment
Callback
For
Goal
find
Fulfillment
Callback
For
Goal
(
sdmGoal
:
SdmGoalEvent
)
:
GoalFulfillmentCallback
[]
Parameters
sdmGoal:
SdmGoalEvent
Returns
GoalFulfillmentCallback
[]
find
Goal
BySdm
Goal
find
Goal
BySdm
Goal
(
sdmGoal
:
SdmGoalEvent
)
:
Goal
|
undefined
Parameters
sdmGoal:
SdmGoalEvent
Returns
Goal
|
undefined
find
Implementation
BySdm
Goal
find
Implementation
BySdm
Goal
(
goal
:
SdmGoalEvent
)
:
GoalImplementation
Parameters
goal:
SdmGoalEvent
Returns
GoalImplementation
has
Implementation
has
Implementation
(
)
:
boolean
Returns
boolean
Globals
"api-
helper/goal/
Default
Goal
Implementation
Mapper"
Default
Goal
Implementation
Mapper
callbacks
goals
implementations
side
Effects
add
Fulfillment
Callback
add
Goal
add
Implementation
add
Side
Effect
find
Fulfillment
ByPush
find
Fulfillment
Callback
For
Goal
find
Goal
BySdm
Goal
find
Implementation
BySdm
Goal
has
Implementation
unique
Name
Generated using
TypeDoc
Concrete implementation of GoalImplementationMapper