public class CancellingCallActivityStateImpl extends EndingCallActivityExceptionStateImpl
ID_ACTIVITY_EXECUTING, ID_ACTIVITY_FAILED, ID_ACTIVITY_READY| Constructor and Description |
|---|
CancellingCallActivityStateImpl(ProcessInstanceService processInstanceService,
ArchiveService archiveService,
SCommentService commentService,
DocumentService documentService,
TechnicalLoggerService logger,
ProcessDefinitionService processDefinitionService,
ConnectorInstanceService connectorInstanceService,
ClassLoaderService classLoaderService,
RefBusinessDataService refBusinessDataService,
ProcessInstanceInterruptor processInstanceInterruptor) |
| Modifier and Type | Method and Description |
|---|---|
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, hit, isInterrupting, isStable, isTerminal, shouldExecuteStatepublic CancellingCallActivityStateImpl(ProcessInstanceService processInstanceService, ArchiveService archiveService, SCommentService commentService, DocumentService documentService, TechnicalLoggerService logger, ProcessDefinitionService processDefinitionService, ConnectorInstanceService connectorInstanceService, ClassLoaderService classLoaderService, RefBusinessDataService refBusinessDataService, ProcessInstanceInterruptor processInstanceInterruptor)
public int getId()
public java.lang.String getName()
public SStateCategory getStateCategory()
Statepublic boolean mustAddSystemComment(SFlowNodeInstance flowNodeInstance)
FlowNodeStatepublic java.lang.String getSystemComment(SFlowNodeInstance flowNodeInstance)
FlowNodeState