Uses of Interface
org.camunda.bpm.engine.rest.sub.history.HistoricVariableInstanceResource
-
Packages that use HistoricVariableInstanceResource 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 HistoricVariableInstanceResource in org.camunda.bpm.engine.rest.history
Methods in org.camunda.bpm.engine.rest.history that return HistoricVariableInstanceResource Modifier and Type Method Description HistoricVariableInstanceResource
HistoricVariableInstanceRestService. variableInstanceResource(java.lang.String id)
-
Uses of HistoricVariableInstanceResource in org.camunda.bpm.engine.rest.impl.history
Methods in org.camunda.bpm.engine.rest.impl.history that return HistoricVariableInstanceResource Modifier and Type Method Description HistoricVariableInstanceResource
HistoricVariableInstanceRestServiceImpl. variableInstanceResource(java.lang.String variableId)
-
Uses of HistoricVariableInstanceResource in org.camunda.bpm.engine.rest.sub.history.impl
Classes in org.camunda.bpm.engine.rest.sub.history.impl that implement HistoricVariableInstanceResource Modifier and Type Class Description class
HistoricVariableInstanceResourceImpl
-