org.camunda.bpm.engine.rest.dto.repository
Class DeploymentWithDefinitionsDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.LinkableDto
org.camunda.bpm.engine.rest.dto.repository.DeploymentDto
org.camunda.bpm.engine.rest.dto.repository.DeploymentWithDefinitionsDto
public class DeploymentWithDefinitionsDto
- extends DeploymentDto
- Author:
- Christopher Zell
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
deployedProcessDefinitions
protected Map<String,ProcessDefinitionDto> deployedProcessDefinitions
deployedCaseDefinitions
protected Map<String,CaseDefinitionDto> deployedCaseDefinitions
deployedDecisionDefinitions
protected Map<String,DecisionDefinitionDto> deployedDecisionDefinitions
deployedDecisionRequirementsDefinitions
protected Map<String,DecisionRequirementsDefinitionDto> deployedDecisionRequirementsDefinitions
DeploymentWithDefinitionsDto
public DeploymentWithDefinitionsDto()
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.