Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionTriggerDto
-
Packages that use CaseExecutionTriggerDto Package Description org.camunda.bpm.engine.rest.sub.runtime org.camunda.bpm.engine.rest.sub.runtime.impl -
-
Uses of CaseExecutionTriggerDto in org.camunda.bpm.engine.rest.sub.runtime
Methods in org.camunda.bpm.engine.rest.sub.runtime with parameters of type CaseExecutionTriggerDto Modifier and Type Method Description void
CaseInstanceResource. close(CaseExecutionTriggerDto triggerDto)
void
CaseExecutionResource. complete(CaseExecutionTriggerDto triggerDto)
void
CaseInstanceResource. complete(CaseExecutionTriggerDto triggerDto)
void
CaseExecutionResource. disable(CaseExecutionTriggerDto triggerDto)
void
CaseExecutionResource. manualStart(CaseExecutionTriggerDto triggerDto)
void
CaseExecutionResource. reenable(CaseExecutionTriggerDto triggerDto)
void
CaseExecutionResource. terminate(CaseExecutionTriggerDto triggerDto)
void
CaseInstanceResource. terminate(CaseExecutionTriggerDto triggerDto)
-
Uses of CaseExecutionTriggerDto in org.camunda.bpm.engine.rest.sub.runtime.impl
Methods in org.camunda.bpm.engine.rest.sub.runtime.impl with parameters of type CaseExecutionTriggerDto Modifier and Type Method Description void
CaseInstanceResourceImpl. close(CaseExecutionTriggerDto triggerDto)
void
CaseExecutionResourceImpl. complete(CaseExecutionTriggerDto triggerDto)
void
CaseInstanceResourceImpl. complete(CaseExecutionTriggerDto triggerDto)
void
CaseExecutionResourceImpl. disable(CaseExecutionTriggerDto triggerDto)
protected void
CaseExecutionResourceImpl. initializeCommand(CaseExecutionCommandBuilder commandBuilder, CaseExecutionTriggerDto triggerDto, String transition)
protected void
CaseInstanceResourceImpl. initializeCommand(CaseExecutionCommandBuilder commandBuilder, CaseExecutionTriggerDto triggerDto, String transition)
void
CaseExecutionResourceImpl. manualStart(CaseExecutionTriggerDto triggerDto)
void
CaseExecutionResourceImpl. reenable(CaseExecutionTriggerDto triggerDto)
void
CaseExecutionResourceImpl. terminate(CaseExecutionTriggerDto triggerDto)
void
CaseInstanceResourceImpl. terminate(CaseExecutionTriggerDto triggerDto)
-