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 SummaryFields inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAwareobjectMapper, relativeRootResourcePathFields inherited from interface org.camunda.bpm.engine.rest.DecisionDefinitionRestServicePATH
- 
Constructor SummaryConstructorsConstructorDescriptionDecisionDefinitionRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper) 
- 
Method SummaryModifier 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.AbstractRestProcessEngineAwaregetObjectMapper, getProcessEngine, setRelativeRootResourceUri
- 
Constructor Details- 
DecisionDefinitionRestServiceImplpublic DecisionDefinitionRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper) 
 
- 
- 
Method Details- 
getDecisionDefinitionByKey- Specified by:
- getDecisionDefinitionByKeyin interface- DecisionDefinitionRestService
 
- 
getDecisionDefinitionByKeyAndTenantIdpublic DecisionDefinitionResource getDecisionDefinitionByKeyAndTenantId(String decisionDefinitionKey, String tenantId) - Specified by:
- getDecisionDefinitionByKeyAndTenantIdin interface- DecisionDefinitionRestService
 
- 
getDecisionDefinitionById- Specified by:
- getDecisionDefinitionByIdin interface- DecisionDefinitionRestService
 
- 
getDecisionDefinitionspublic List<DecisionDefinitionDto> getDecisionDefinitions(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) - Specified by:
- getDecisionDefinitionsin interface- DecisionDefinitionRestService
 
- 
getDecisionDefinitionsCount- Specified by:
- getDecisionDefinitionsCountin interface- DecisionDefinitionRestService
 
 
-