Interface CaseExecutionResource
-
- All Known Implementing Classes:
CaseExecutionResourceImpl
public interface CaseExecutionResource- Author:
- Roman Smirnov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcomplete(CaseExecutionTriggerDto triggerDto)voiddisable(CaseExecutionTriggerDto triggerDto)CaseExecutionDtogetCaseExecution()VariableResourcegetVariables()VariableResourcegetVariablesLocal()voidmanualStart(CaseExecutionTriggerDto triggerDto)voidreenable(CaseExecutionTriggerDto triggerDto)voidterminate(CaseExecutionTriggerDto triggerDto)
-
-
-
Method Detail
-
getCaseExecution
CaseExecutionDto getCaseExecution()
-
manualStart
void manualStart(CaseExecutionTriggerDto triggerDto)
-
disable
void disable(CaseExecutionTriggerDto triggerDto)
-
reenable
void reenable(CaseExecutionTriggerDto triggerDto)
-
complete
void complete(CaseExecutionTriggerDto triggerDto)
-
terminate
void terminate(CaseExecutionTriggerDto triggerDto)
-
getVariablesLocal
VariableResource getVariablesLocal()
-
getVariables
VariableResource getVariables()
-
-