public class CancellingActivityWithBoundaryStateImpl extends EndingActivityWithBoundaryStateImpl
ID_ACTIVITY_EXECUTING, ID_ACTIVITY_FAILED, ID_ACTIVITY_READY
Constructor and Description |
---|
CancellingActivityWithBoundaryStateImpl(StateBehaviors stateBehaviors) |
Modifier and Type | Method and Description |
---|---|
SStateCategory |
getBoundaryCategoryState() |
int |
getId() |
java.lang.String |
getName() |
SStateCategory |
getStateCategory()
Get the state's category
|
java.lang.String |
getSystemComment(SFlowNodeInstance flowNodeInstance)
Add a system comment "User XYZ has XYZ(state change) task XYZ(task name)"
|
boolean |
mustAddSystemComment(SFlowNodeInstance flowNodeInstance)
Return true if flowNodeInstance instance of SHumanTaskInstance
|
execute, getStateBehaviors, hit, isInterrupting, isStable, isTerminal, shouldExecuteState
public CancellingActivityWithBoundaryStateImpl(StateBehaviors stateBehaviors)
public boolean mustAddSystemComment(SFlowNodeInstance flowNodeInstance)
FlowNodeState
public java.lang.String getSystemComment(SFlowNodeInstance flowNodeInstance)
FlowNodeState
public int getId()
public java.lang.String getName()
public SStateCategory getStateCategory()
State
public SStateCategory getBoundaryCategoryState()
getBoundaryCategoryState
in class EndingActivityWithBoundaryStateImpl