public class DeploymentWithDefinitionsDto extends DeploymentDto
Modifier and Type | Field and Description |
---|---|
protected Map<String,CaseDefinitionDto> |
deployedCaseDefinitions |
protected Map<String,DecisionDefinitionDto> |
deployedDecisionDefinitions |
protected Map<String,DecisionRequirementsDefinitionDto> |
deployedDecisionRequirementsDefinitions |
protected Map<String,ProcessDefinitionDto> |
deployedProcessDefinitions |
deploymentTime, id, name, source, tenantId
links
Constructor and Description |
---|
DeploymentWithDefinitionsDto() |
Modifier and Type | Method and Description |
---|---|
static DeploymentWithDefinitionsDto |
fromDeployment(DeploymentWithDefinitions deployment) |
Map<String,CaseDefinitionDto> |
getDeployedCaseDefinitions() |
Map<String,DecisionDefinitionDto> |
getDeployedDecisionDefinitions() |
Map<String,DecisionRequirementsDefinitionDto> |
getDeployedDecisionRequirementsDefinitions() |
Map<String,ProcessDefinitionDto> |
getDeployedProcessDefinitions() |
fromDeployment, getDeploymentTime, getId, getName, getSource, getTenantId
addLink, addReflexiveLink, generateLink, getLinks
protected Map<String,ProcessDefinitionDto> deployedProcessDefinitions
protected Map<String,CaseDefinitionDto> deployedCaseDefinitions
protected Map<String,DecisionDefinitionDto> deployedDecisionDefinitions
protected Map<String,DecisionRequirementsDefinitionDto> deployedDecisionRequirementsDefinitions
public Map<String,ProcessDefinitionDto> getDeployedProcessDefinitions()
public Map<String,CaseDefinitionDto> getDeployedCaseDefinitions()
public Map<String,DecisionDefinitionDto> getDeployedDecisionDefinitions()
public Map<String,DecisionRequirementsDefinitionDto> getDeployedDecisionRequirementsDefinitions()
public static DeploymentWithDefinitionsDto fromDeployment(DeploymentWithDefinitions deployment)
Copyright © 2022. All rights reserved.