org.camunda.bpm.engine.rest.dto.repository
Class DeploymentWithDefinitionsDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.LinkableDto
      extended by org.camunda.bpm.engine.rest.dto.repository.DeploymentDto
          extended by org.camunda.bpm.engine.rest.dto.repository.DeploymentWithDefinitionsDto

public class DeploymentWithDefinitionsDto
extends DeploymentDto

Author:
Christopher Zell

Field Summary
protected  Map<String,CaseDefinitionDto> deployedCaseDefinitions
           
protected  Map<String,DecisionDefinitionDto> deployedDecisionDefinitions
           
protected  Map<String,DecisionRequirementsDefinitionDto> deployedDecisionRequirementsDefinitions
           
protected  Map<String,ProcessDefinitionDto> deployedProcessDefinitions
           
 
Fields inherited from class org.camunda.bpm.engine.rest.dto.repository.DeploymentDto
deploymentTime, id, name, source, tenantId
 
Fields inherited from class org.camunda.bpm.engine.rest.dto.LinkableDto
links
 
Constructor Summary
DeploymentWithDefinitionsDto()
           
 
Method Summary
static DeploymentWithDefinitionsDto fromDeployment(DeploymentWithDefinitions deployment)
           
 Map<String,CaseDefinitionDto> getDeployedCaseDefinitions()
           
 Map<String,DecisionDefinitionDto> getDeployedDecisionDefinitions()
           
 Map<String,DecisionRequirementsDefinitionDto> getDeployedDecisionRequirementsDefinitions()
           
 Map<String,ProcessDefinitionDto> getDeployedProcessDefinitions()
           
 
Methods inherited from class org.camunda.bpm.engine.rest.dto.repository.DeploymentDto
fromDeployment, getDeploymentTime, getId, getName, getSource, getTenantId
 
Methods inherited from class org.camunda.bpm.engine.rest.dto.LinkableDto
addLink, addReflexiveLink, generateLink, getLinks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deployedProcessDefinitions

protected Map<String,ProcessDefinitionDto> deployedProcessDefinitions

deployedCaseDefinitions

protected Map<String,CaseDefinitionDto> deployedCaseDefinitions

deployedDecisionDefinitions

protected Map<String,DecisionDefinitionDto> deployedDecisionDefinitions

deployedDecisionRequirementsDefinitions

protected Map<String,DecisionRequirementsDefinitionDto> deployedDecisionRequirementsDefinitions
Constructor Detail

DeploymentWithDefinitionsDto

public DeploymentWithDefinitionsDto()
Method Detail

getDeployedProcessDefinitions

public Map<String,ProcessDefinitionDto> getDeployedProcessDefinitions()

getDeployedCaseDefinitions

public Map<String,CaseDefinitionDto> getDeployedCaseDefinitions()

getDeployedDecisionDefinitions

public Map<String,DecisionDefinitionDto> getDeployedDecisionDefinitions()

getDeployedDecisionRequirementsDefinitions

public Map<String,DecisionRequirementsDefinitionDto> getDeployedDecisionRequirementsDefinitions()

fromDeployment

public static DeploymentWithDefinitionsDto fromDeployment(DeploymentWithDefinitions deployment)


Copyright © 2017 camunda services GmbH. All rights reserved.