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, relativeRootResourcePathFields inherited from interface org.camunda.bpm.engine.rest.DecisionDefinitionRestService
PATH - 
Constructor Summary
ConstructorsConstructorDescriptionDecisionDefinitionRestServiceImpl(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:
 getDecisionDefinitionByKeyin interfaceDecisionDefinitionRestService
 - 
getDecisionDefinitionByKeyAndTenantId
public DecisionDefinitionResource getDecisionDefinitionByKeyAndTenantId(String decisionDefinitionKey, String tenantId) - Specified by:
 getDecisionDefinitionByKeyAndTenantIdin interfaceDecisionDefinitionRestService
 - 
getDecisionDefinitionById
- Specified by:
 getDecisionDefinitionByIdin interfaceDecisionDefinitionRestService
 - 
getDecisionDefinitions
public List<DecisionDefinitionDto> getDecisionDefinitions(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) - Specified by:
 getDecisionDefinitionsin interfaceDecisionDefinitionRestService
 - 
getDecisionDefinitionsCount
- Specified by:
 getDecisionDefinitionsCountin interfaceDecisionDefinitionRestService
 
 -