Uses of Interface
org.camunda.bpm.engine.rest.sub.history.HistoricProcessInstanceResource
-
Packages that use HistoricProcessInstanceResource Package Description org.camunda.bpm.engine.rest.history org.camunda.bpm.engine.rest.impl.history org.camunda.bpm.engine.rest.sub.history.impl -
-
Uses of HistoricProcessInstanceResource in org.camunda.bpm.engine.rest.history
Methods in org.camunda.bpm.engine.rest.history that return HistoricProcessInstanceResource Modifier and Type Method Description HistoricProcessInstanceResource
HistoricProcessInstanceRestService. getHistoricProcessInstance(java.lang.String processInstanceId)
-
Uses of HistoricProcessInstanceResource in org.camunda.bpm.engine.rest.impl.history
Methods in org.camunda.bpm.engine.rest.impl.history that return HistoricProcessInstanceResource Modifier and Type Method Description HistoricProcessInstanceResource
HistoricProcessInstanceRestServiceImpl. getHistoricProcessInstance(java.lang.String processInstanceId)
-
Uses of HistoricProcessInstanceResource in org.camunda.bpm.engine.rest.sub.history.impl
Classes in org.camunda.bpm.engine.rest.sub.history.impl that implement HistoricProcessInstanceResource Modifier and Type Class Description class
HistoricProcessInstanceResourceImpl
-