Package org.camunda.bpm.engine.rest
Interface DecisionDefinitionRestService
- All Known Implementing Classes:
DecisionDefinitionRestServiceImpl
public interface DecisionDefinitionRestService
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDecisionDefinitionById
(String decisionDefinitionId) getDecisionDefinitionByKey
(String decisionDefinitionKey) getDecisionDefinitionByKeyAndTenantId
(String decisionDefinitionKey, String tenantId) getDecisionDefinitions
(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) getDecisionDefinitionsCount
(javax.ws.rs.core.UriInfo uriInfo)
-
Field Details
-
PATH
- See Also:
-
-
Method Details
-
getDecisionDefinitionById
-
getDecisionDefinitionByKey
-
getDecisionDefinitionByKeyAndTenantId
DecisionDefinitionResource getDecisionDefinitionByKeyAndTenantId(String decisionDefinitionKey, String tenantId) -
getDecisionDefinitions
List<DecisionDefinitionDto> getDecisionDefinitions(@Context javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) -
getDecisionDefinitionsCount
-