Package org.camunda.bpm.engine.rest.impl
Class DecisionDefinitionRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
org.camunda.bpm.engine.rest.impl.DecisionDefinitionRestServiceImpl
- All Implemented Interfaces:
DecisionDefinitionRestService
public class DecisionDefinitionRestServiceImpl
extends AbstractRestProcessEngineAware
implements DecisionDefinitionRestService
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
objectMapper, relativeRootResourcePath
Fields inherited from interface org.camunda.bpm.engine.rest.DecisionDefinitionRestService
PATH
-
Constructor Summary
ConstructorDescriptionDecisionDefinitionRestServiceImpl
(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptiongetDecisionDefinitionById
(String decisionDefinitionId) getDecisionDefinitionByKey
(String decisionDefinitionKey) getDecisionDefinitionByKeyAndTenantId
(String decisionDefinitionKey, String tenantId) getDecisionDefinitions
(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) getDecisionDefinitionsCount
(jakarta.ws.rs.core.UriInfo uriInfo) Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
getObjectMapper, getProcessEngine, setRelativeRootResourceUri
-
Constructor Details
-
DecisionDefinitionRestServiceImpl
public DecisionDefinitionRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
getDecisionDefinitionByKey
- Specified by:
getDecisionDefinitionByKey
in interfaceDecisionDefinitionRestService
-
getDecisionDefinitionByKeyAndTenantId
public DecisionDefinitionResource getDecisionDefinitionByKeyAndTenantId(String decisionDefinitionKey, String tenantId) - Specified by:
getDecisionDefinitionByKeyAndTenantId
in interfaceDecisionDefinitionRestService
-
getDecisionDefinitionById
- Specified by:
getDecisionDefinitionById
in interfaceDecisionDefinitionRestService
-
getDecisionDefinitions
public List<DecisionDefinitionDto> getDecisionDefinitions(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) - Specified by:
getDecisionDefinitions
in interfaceDecisionDefinitionRestService
-
getDecisionDefinitionsCount
- Specified by:
getDecisionDefinitionsCount
in interfaceDecisionDefinitionRestService
-