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