All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
DeploymentWithDefinitionsDto |
addLinksItem(AtomLink linksItem) |
DeploymentWithDefinitionsDto |
deployedCaseDefinitions(Map<String,CaseDefinitionDto> deployedCaseDefinitions) |
DeploymentWithDefinitionsDto |
deployedDecisionDefinitions(Map<String,DecisionDefinitionDto> deployedDecisionDefinitions) |
DeploymentWithDefinitionsDto |
deployedDecisionRequirementsDefinitions(Map<String,DecisionRequirementsDefinitionDto> deployedDecisionRequirementsDefinitions) |
DeploymentWithDefinitionsDto |
deployedProcessDefinitions(Map<String,ProcessDefinitionDto> deployedProcessDefinitions) |
DeploymentWithDefinitionsDto |
deploymentTime(Date deploymentTime) |
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.
|
Date |
getDeploymentTime()
The time when the deployment was created.
|
String |
getId()
The id of the deployment.
|
List<AtomLink> |
getLinks()
The links associated to this resource, with `method`, `href` and `rel`.
|
String |
getName()
The name of the deployment.
|
String |
getSource()
The source of the deployment.
|
String |
getTenantId()
The tenant id of the deployment.
|
int |
hashCode() |
DeploymentWithDefinitionsDto |
id(String id) |
DeploymentWithDefinitionsDto |
links(List<AtomLink> links) |
DeploymentWithDefinitionsDto |
name(String name) |
DeploymentWithDefinitionsDto |
putDeployedCaseDefinitionsItem(String key,
CaseDefinitionDto deployedCaseDefinitionsItem) |
DeploymentWithDefinitionsDto |
putDeployedDecisionDefinitionsItem(String key,
DecisionDefinitionDto deployedDecisionDefinitionsItem) |
DeploymentWithDefinitionsDto |
putDeployedDecisionRequirementsDefinitionsItem(String key,
DecisionRequirementsDefinitionDto deployedDecisionRequirementsDefinitionsItem) |
DeploymentWithDefinitionsDto |
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) |
void |
setDeploymentTime(Date deploymentTime) |
void |
setId(String id) |
void |
setLinks(List<AtomLink> links) |
void |
setName(String name) |
void |
setSource(String source) |
void |
setTenantId(String tenantId) |
DeploymentWithDefinitionsDto |
source(String source) |
DeploymentWithDefinitionsDto |
tenantId(String tenantId) |
String |
toString() |