Uses of Interface
org.camunda.bpm.engine.rest.sub.runtime.ProcessInstanceResource
-
Packages that use ProcessInstanceResource Package Description org.camunda.bpm.engine.rest org.camunda.bpm.engine.rest.impl org.camunda.bpm.engine.rest.sub.runtime.impl -
-
Uses of ProcessInstanceResource in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return ProcessInstanceResource Modifier and Type Method Description ProcessInstanceResource
ProcessInstanceRestService. getProcessInstance(String processInstanceId)
-
Uses of ProcessInstanceResource in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return ProcessInstanceResource Modifier and Type Method Description ProcessInstanceResource
ProcessInstanceRestServiceImpl. getProcessInstance(String processInstanceId)
-
Uses of ProcessInstanceResource in org.camunda.bpm.engine.rest.sub.runtime.impl
Classes in org.camunda.bpm.engine.rest.sub.runtime.impl that implement ProcessInstanceResource Modifier and Type Class Description class
ProcessInstanceResourceImpl
-