Uses of Interface
org.camunda.bpm.engine.rest.sub.batch.BatchResource
-
Packages that use BatchResource Package Description org.camunda.bpm.engine.rest org.camunda.bpm.engine.rest.impl org.camunda.bpm.engine.rest.sub.batch.impl -
-
Uses of BatchResource in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return BatchResource Modifier and Type Method Description BatchResource
BatchRestService. getBatch(String batchId)
-
Uses of BatchResource in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return BatchResource Modifier and Type Method Description BatchResource
BatchRestServiceImpl. getBatch(String batchId)
-
Uses of BatchResource in org.camunda.bpm.engine.rest.sub.batch.impl
Classes in org.camunda.bpm.engine.rest.sub.batch.impl that implement BatchResource Modifier and Type Class Description class
BatchResourceImpl
-