org.camunda.bpm.engine.rest.impl
Class DecisionDefinitionRestServiceImpl

java.lang.Object
  extended by org.camunda.bpm.engine.rest.spi.impl.AbstractProcessEngineAware
      extended by org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
          extended by 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 class org.camunda.bpm.engine.rest.spi.impl.AbstractProcessEngineAware
processEngine
 
Fields inherited from interface org.camunda.bpm.engine.rest.DecisionDefinitionRestService
PATH
 
Constructor Summary
DecisionDefinitionRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
           
 
Method Summary
 DecisionDefinitionResource getDecisionDefinitionById(String decisionDefinitionId)
           
 DecisionDefinitionResource getDecisionDefinitionByKey(String decisionDefinitionKey)
           
 DecisionDefinitionResource getDecisionDefinitionByKeyAndTenantId(String decisionDefinitionKey, String tenantId)
           
 List<DecisionDefinitionDto> getDecisionDefinitions(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
           
 CountResultDto getDecisionDefinitionsCount(javax.ws.rs.core.UriInfo uriInfo)
           
 
Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
getObjectMapper, getProcessEngine, setRelativeRootResourceUri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecisionDefinitionRestServiceImpl

public DecisionDefinitionRestServiceImpl(String engineName,
                                         com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Method Detail

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.