Interface CaseExecutionResource
- All Known Implementing Classes:
CaseExecutionResourceImpl
public interface CaseExecutionResource
- Author:
- Roman Smirnov
-
Method Summary
Modifier and TypeMethodDescriptionvoid
complete
(CaseExecutionTriggerDto triggerDto) void
disable
(CaseExecutionTriggerDto triggerDto) void
manualStart
(CaseExecutionTriggerDto triggerDto) void
reenable
(CaseExecutionTriggerDto triggerDto) void
terminate
(CaseExecutionTriggerDto triggerDto)
-
Method Details
-
getCaseExecution
CaseExecutionDto getCaseExecution() -
manualStart
-
disable
-
reenable
-
complete
-
terminate
-
getVariablesLocal
VariableResource getVariablesLocal() -
getVariables
VariableResource getVariables()
-