Uses of Interface
org.camunda.bpm.engine.rest.CaseExecutionRestService
-
Packages that use CaseExecutionRestService Package Description org.camunda.bpm.engine.rest.impl -
-
Uses of CaseExecutionRestService in org.camunda.bpm.engine.rest.impl
Classes in org.camunda.bpm.engine.rest.impl that implement CaseExecutionRestService Modifier and Type Class Description class
CaseExecutionRestServiceImpl
Methods in org.camunda.bpm.engine.rest.impl that return CaseExecutionRestService Modifier and Type Method Description CaseExecutionRestService
AbstractProcessEngineRestServiceImpl. getCaseExecutionRestService(String engineName)
CaseExecutionRestService
DefaultProcessEngineRestServiceImpl. getCaseExecutionRestService()
CaseExecutionRestService
NamedProcessEngineRestServiceImpl. getCaseExecutionRestService(String engineName)
-