Uses of Interface
org.camunda.bpm.engine.rest.DecisionDefinitionRestService
-
Packages that use DecisionDefinitionRestService Package Description org.camunda.bpm.engine.rest.impl -
-
Uses of DecisionDefinitionRestService in org.camunda.bpm.engine.rest.impl
Classes in org.camunda.bpm.engine.rest.impl that implement DecisionDefinitionRestService Modifier and Type Class Description class
DecisionDefinitionRestServiceImpl
Methods in org.camunda.bpm.engine.rest.impl that return DecisionDefinitionRestService Modifier and Type Method Description DecisionDefinitionRestService
AbstractProcessEngineRestServiceImpl. getDecisionDefinitionRestService(String engineName)
DecisionDefinitionRestService
DefaultProcessEngineRestServiceImpl. getDecisionDefinitionRestService()
DecisionDefinitionRestService
NamedProcessEngineRestServiceImpl. getDecisionDefinitionRestService(String engineName)
-