Package | Description |
---|---|
org.camunda.bpm.engine.rest.sub.runtime | |
org.camunda.bpm.engine.rest.sub.runtime.impl |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
void |
CaseInstanceResourceImpl.close(CaseExecutionTriggerDto triggerDto) |
void |
CaseInstanceResourceImpl.complete(CaseExecutionTriggerDto triggerDto) |
void |
CaseExecutionResourceImpl.complete(CaseExecutionTriggerDto triggerDto) |
void |
CaseExecutionResourceImpl.disable(CaseExecutionTriggerDto triggerDto) |
protected void |
CaseInstanceResourceImpl.initializeCommand(CaseExecutionCommandBuilder commandBuilder,
CaseExecutionTriggerDto triggerDto,
String transition) |
protected void |
CaseExecutionResourceImpl.initializeCommand(CaseExecutionCommandBuilder commandBuilder,
CaseExecutionTriggerDto triggerDto,
String transition) |
void |
CaseExecutionResourceImpl.manualStart(CaseExecutionTriggerDto triggerDto) |
void |
CaseExecutionResourceImpl.reenable(CaseExecutionTriggerDto triggerDto) |
void |
CaseInstanceResourceImpl.terminate(CaseExecutionTriggerDto triggerDto) |
void |
CaseExecutionResourceImpl.terminate(CaseExecutionTriggerDto triggerDto) |
Copyright © 2022. All rights reserved.