public class CaseInstanceHelperImpl extends Object implements CaseInstanceHelper
| Constructor and Description |
|---|
CaseInstanceHelperImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
callCaseInstanceStateChangeCallbacks(CommandContext commandContext,
CaseInstance caseInstance,
String oldState,
String newState) |
protected CaseInstanceEntity |
createCaseInstanceEntity(CommandContext commandContext,
CaseDefinition caseDefinition) |
CaseInstanceEntity |
startCaseInstance(CaseInstanceBuilder caseInstanceBuilder) |
protected CaseInstanceEntity |
startCaseInstance(CommandContext commandContext,
CaseDefinition caseDefinition,
CaseInstanceBuilder caseInstanceBuilder) |
public CaseInstanceEntity startCaseInstance(CaseInstanceBuilder caseInstanceBuilder)
startCaseInstance in interface CaseInstanceHelperprotected CaseInstanceEntity startCaseInstance(CommandContext commandContext, CaseDefinition caseDefinition, CaseInstanceBuilder caseInstanceBuilder)
protected CaseInstanceEntity createCaseInstanceEntity(CommandContext commandContext, CaseDefinition caseDefinition)
public void callCaseInstanceStateChangeCallbacks(CommandContext commandContext, CaseInstance caseInstance, String oldState, String newState)
callCaseInstanceStateChangeCallbacks in interface CaseInstanceHelperCopyright © 2018 Flowable. All rights reserved.