All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
complete(CaseExecutionTriggerDto triggerDto) |
protected InvalidRequestException |
createInvalidRequestException(String transition,
javax.ws.rs.core.Response.Status status,
ProcessEngineException cause) |
protected RestException |
createRestException(String transition,
javax.ws.rs.core.Response.Status status,
ProcessEngineException cause) |
void |
disable(CaseExecutionTriggerDto triggerDto) |
CaseExecutionDto |
getCaseExecution() |
VariableResource |
getVariables() |
VariableResource |
getVariablesLocal() |
protected void |
initializeCommand(CaseExecutionCommandBuilder commandBuilder,
CaseExecutionTriggerDto triggerDto,
String transition) |
protected void |
initializeCommandWithDeletions(CaseExecutionCommandBuilder commandBuilder,
List<VariableNameDto> deletions,
String transition) |
protected void |
initializeCommandWithVariables(CaseExecutionCommandBuilder commandBuilder,
Map<String,TriggerVariableValueDto> variables,
String transition) |
void |
manualStart(CaseExecutionTriggerDto triggerDto) |
void |
reenable(CaseExecutionTriggerDto triggerDto) |
void |
terminate(CaseExecutionTriggerDto triggerDto) |