Uses of Interface
org.camunda.bpm.engine.rest.history.HistoryRestService
-
Packages that use HistoryRestService Package Description org.camunda.bpm.engine.rest.impl org.camunda.bpm.engine.rest.impl.history -
-
Uses of HistoryRestService in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return HistoryRestService Modifier and Type Method Description HistoryRestServiceAbstractProcessEngineRestServiceImpl. getHistoryRestService(String engineName)HistoryRestServiceDefaultProcessEngineRestServiceImpl. getHistoryRestService()HistoryRestServiceNamedProcessEngineRestServiceImpl. getHistoryRestService(String engineName) -
Uses of HistoryRestService in org.camunda.bpm.engine.rest.impl.history
Classes in org.camunda.bpm.engine.rest.impl.history that implement HistoryRestService Modifier and Type Class Description classHistoryRestServiceImpl
-