Uses of Interface
org.camunda.bpm.engine.rest.sub.repository.DecisionDefinitionResource

Packages that use DecisionDefinitionResource
org.camunda.bpm.engine.rest   
org.camunda.bpm.engine.rest.impl   
org.camunda.bpm.engine.rest.sub.repository.impl   
 

Uses of DecisionDefinitionResource in org.camunda.bpm.engine.rest
 

Methods in org.camunda.bpm.engine.rest that return DecisionDefinitionResource
 DecisionDefinitionResource DecisionDefinitionRestService.getDecisionDefinitionById(String decisionDefinitionId)
           
 DecisionDefinitionResource DecisionDefinitionRestService.getDecisionDefinitionByKey(String decisionDefinitionKey)
           
 DecisionDefinitionResource DecisionDefinitionRestService.getDecisionDefinitionByKeyAndTenantId(String decisionDefinitionKey, String tenantId)
           
 

Uses of DecisionDefinitionResource in org.camunda.bpm.engine.rest.impl
 

Methods in org.camunda.bpm.engine.rest.impl that return DecisionDefinitionResource
 DecisionDefinitionResource DecisionDefinitionRestServiceImpl.getDecisionDefinitionById(String decisionDefinitionId)
           
 DecisionDefinitionResource DecisionDefinitionRestServiceImpl.getDecisionDefinitionByKey(String decisionDefinitionKey)
           
 DecisionDefinitionResource DecisionDefinitionRestServiceImpl.getDecisionDefinitionByKeyAndTenantId(String decisionDefinitionKey, String tenantId)
           
 

Uses of DecisionDefinitionResource in org.camunda.bpm.engine.rest.sub.repository.impl
 

Classes in org.camunda.bpm.engine.rest.sub.repository.impl that implement DecisionDefinitionResource
 class DecisionDefinitionResourceImpl
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.