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 HistoryRestService
AbstractProcessEngineRestServiceImpl. getHistoryRestService(java.lang.String engineName)
HistoryRestService
DefaultProcessEngineRestServiceImpl. getHistoryRestService()
HistoryRestService
NamedProcessEngineRestServiceImpl. getHistoryRestService(java.lang.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 class
HistoryRestServiceImpl
-