Uses of Interface
org.camunda.bpm.engine.rest.sub.history.HistoricBatchResource
-
Packages that use HistoricBatchResource 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 HistoricBatchResource in org.camunda.bpm.engine.rest.history
Methods in org.camunda.bpm.engine.rest.history that return HistoricBatchResource Modifier and Type Method Description HistoricBatchResource
HistoricBatchRestService. getHistoricBatch(java.lang.String batchId)
-
Uses of HistoricBatchResource in org.camunda.bpm.engine.rest.impl.history
Methods in org.camunda.bpm.engine.rest.impl.history that return HistoricBatchResource Modifier and Type Method Description HistoricBatchResource
HistoricBatchRestServiceImpl. getHistoricBatch(java.lang.String batchId)
-
Uses of HistoricBatchResource in org.camunda.bpm.engine.rest.sub.history.impl
Classes in org.camunda.bpm.engine.rest.sub.history.impl that implement HistoricBatchResource Modifier and Type Class Description class
HistoricBatchResourceImpl
-