public interface ContinuationState
Modifier and Type | Method and Description |
---|---|
void |
addLeafChild(ContinuationState leafChild)
Add a Leaf child to this ContinuationState
|
ContinuationState |
getChildContState()
Get the child ContinuationState
|
ContinuationState |
getLeafChild()
Get the Leaf Child of this ContinuationState.
|
int |
getPosition()
Get the position of the mediator in the current flow.
|
boolean |
hasChild()
Check whether child ContinuationState exists
|
void |
removeLeafChild()
Remove the Leaf child form this ContinuationState.
|
void |
setChildContState(ContinuationState childContState)
Set the child ContinuationState.
|
void |
setPosition(int position)
Set the position of the mediator in the flow which is currently being processed.
|
ContinuationState getChildContState()
void setChildContState(ContinuationState childContState)
childContState
- ContinuationState to be added as the childint getPosition()
void setPosition(int position)
position
- position of the mediator which is currently being processed in the flow.boolean hasChild()
ContinuationState getLeafChild()
void addLeafChild(ContinuationState leafChild)
leafChild
- ContinuationState which can be added as a Leaf child
for this ContinuationStatevoid removeLeafChild()
Copyright © 2005–2024 Apache Software Foundation. All rights reserved.