Class DeploymentWithDefinitionsDto


  • public class DeploymentWithDefinitionsDto
    extends DeploymentDto
    Author:
    Christopher Zell
    • Field Detail

      • deployedProcessDefinitions

        protected java.util.Map<java.lang.String,​ProcessDefinitionDto> deployedProcessDefinitions
      • deployedCaseDefinitions

        protected java.util.Map<java.lang.String,​CaseDefinitionDto> deployedCaseDefinitions
      • deployedDecisionDefinitions

        protected java.util.Map<java.lang.String,​DecisionDefinitionDto> deployedDecisionDefinitions
    • Constructor Detail

      • DeploymentWithDefinitionsDto

        public DeploymentWithDefinitionsDto()