Uses of Interface
org.camunda.bpm.engine.rest.sub.runtime.CaseExecutionResource
-
Packages that use CaseExecutionResource Package Description org.camunda.bpm.engine.rest org.camunda.bpm.engine.rest.impl org.camunda.bpm.engine.rest.sub.runtime.impl -
-
Uses of CaseExecutionResource in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return CaseExecutionResource Modifier and Type Method Description CaseExecutionResource
CaseExecutionRestService. getCaseExecution(String caseExecutionId)
-
Uses of CaseExecutionResource in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return CaseExecutionResource Modifier and Type Method Description CaseExecutionResource
CaseExecutionRestServiceImpl. getCaseExecution(String caseExecutionId)
-
Uses of CaseExecutionResource in org.camunda.bpm.engine.rest.sub.runtime.impl
Classes in org.camunda.bpm.engine.rest.sub.runtime.impl that implement CaseExecutionResource Modifier and Type Class Description class
CaseExecutionResourceImpl
-