Uses of Interface
org.camunda.bpm.engine.rest.sub.runtime.CaseInstanceResource
- 
Packages that use CaseInstanceResource Package Description org.camunda.bpm.engine.rest org.camunda.bpm.engine.rest.impl org.camunda.bpm.engine.rest.sub.runtime.impl  - 
- 
Uses of CaseInstanceResource in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return CaseInstanceResource Modifier and Type Method Description CaseInstanceResourceCaseInstanceRestService. getCaseInstance(String caseInstanceId) - 
Uses of CaseInstanceResource in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return CaseInstanceResource Modifier and Type Method Description CaseInstanceResourceCaseInstanceRestServiceImpl. getCaseInstance(String caseInstanceId) - 
Uses of CaseInstanceResource in org.camunda.bpm.engine.rest.sub.runtime.impl
Classes in org.camunda.bpm.engine.rest.sub.runtime.impl that implement CaseInstanceResource Modifier and Type Class Description classCaseInstanceResourceImpl 
 -