org.camunda.bpm.engine.rest.impl
Class DecisionDefinitionRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.spi.impl.AbstractProcessEngineAware
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecisionDefinitionRestServiceImpl
public DecisionDefinitionRestServiceImpl(String engineName,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
getDecisionDefinitionByKey
public DecisionDefinitionResource getDecisionDefinitionByKey(String decisionDefinitionKey)
- Specified by:
getDecisionDefinitionByKey in interface DecisionDefinitionRestService
getDecisionDefinitionByKeyAndTenantId
public DecisionDefinitionResource getDecisionDefinitionByKeyAndTenantId(String decisionDefinitionKey,
String tenantId)
- Specified by:
getDecisionDefinitionByKeyAndTenantId in interface DecisionDefinitionRestService
getDecisionDefinitionById
public DecisionDefinitionResource getDecisionDefinitionById(String decisionDefinitionId)
- Specified by:
getDecisionDefinitionById in interface DecisionDefinitionRestService
getDecisionDefinitions
public List<DecisionDefinitionDto> getDecisionDefinitions(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
- Specified by:
getDecisionDefinitions in interface DecisionDefinitionRestService
getDecisionDefinitionsCount
public CountResultDto getDecisionDefinitionsCount(javax.ws.rs.core.UriInfo uriInfo)
- Specified by:
getDecisionDefinitionsCount in interface DecisionDefinitionRestService
Copyright © 2016 camunda services GmbH. All rights reserved.