All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
DeploymentWithDefinitionsDtoAllOf |
deployedCaseDefinitions(Map<String,CaseDefinitionDto> deployedCaseDefinitions) |
DeploymentWithDefinitionsDtoAllOf |
deployedDecisionDefinitions(Map<String,DecisionDefinitionDto> deployedDecisionDefinitions) |
DeploymentWithDefinitionsDtoAllOf |
deployedDecisionRequirementsDefinitions(Map<String,DecisionRequirementsDefinitionDto> deployedDecisionRequirementsDefinitions) |
DeploymentWithDefinitionsDtoAllOf |
deployedProcessDefinitions(Map<String,ProcessDefinitionDto> deployedProcessDefinitions) |
boolean |
equals(Object o) |
Map<String,CaseDefinitionDto> |
getDeployedCaseDefinitions()
A JSON Object containing a property for each of the case definitions, which are successfully deployed with that deployment.
|
Map<String,DecisionDefinitionDto> |
getDeployedDecisionDefinitions()
A JSON Object containing a property for each of the decision definitions, which are successfully deployed with that deployment.
|
Map<String,DecisionRequirementsDefinitionDto> |
getDeployedDecisionRequirementsDefinitions()
A JSON Object containing a property for each of the decision requirements definitions, which are successfully deployed with that deployment.
|
Map<String,ProcessDefinitionDto> |
getDeployedProcessDefinitions()
A JSON Object containing a property for each of the process definitions, which are successfully deployed with that deployment.
|
int |
hashCode() |
DeploymentWithDefinitionsDtoAllOf |
putDeployedCaseDefinitionsItem(String key,
CaseDefinitionDto deployedCaseDefinitionsItem) |
DeploymentWithDefinitionsDtoAllOf |
putDeployedDecisionDefinitionsItem(String key,
DecisionDefinitionDto deployedDecisionDefinitionsItem) |
DeploymentWithDefinitionsDtoAllOf |
putDeployedDecisionRequirementsDefinitionsItem(String key,
DecisionRequirementsDefinitionDto deployedDecisionRequirementsDefinitionsItem) |
DeploymentWithDefinitionsDtoAllOf |
putDeployedProcessDefinitionsItem(String key,
ProcessDefinitionDto deployedProcessDefinitionsItem) |
void |
setDeployedCaseDefinitions(Map<String,CaseDefinitionDto> deployedCaseDefinitions) |
void |
setDeployedDecisionDefinitions(Map<String,DecisionDefinitionDto> deployedDecisionDefinitions) |
void |
setDeployedDecisionRequirementsDefinitions(Map<String,DecisionRequirementsDefinitionDto> deployedDecisionRequirementsDefinitions) |
void |
setDeployedProcessDefinitions(Map<String,ProcessDefinitionDto> deployedProcessDefinitions) |
String |
toString() |