Uses of Interface
org.camunda.bpm.engine.rest.sub.runtime.ExecutionResource
-
Packages that use ExecutionResource Package Description org.camunda.bpm.engine.rest org.camunda.bpm.engine.rest.impl org.camunda.bpm.engine.rest.sub.runtime.impl -
-
Uses of ExecutionResource in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return ExecutionResource Modifier and Type Method Description ExecutionResource
ExecutionRestService. getExecution(String executionId)
-
Uses of ExecutionResource in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return ExecutionResource Modifier and Type Method Description ExecutionResource
ExecutionRestServiceImpl. getExecution(String executionId)
-
Uses of ExecutionResource in org.camunda.bpm.engine.rest.sub.runtime.impl
Classes in org.camunda.bpm.engine.rest.sub.runtime.impl that implement ExecutionResource Modifier and Type Class Description class
ExecutionResourceImpl
-