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
- Author:
- Christopher Zell <christopher.zell@camunda.com>
-
Field Summary
Modifier and TypeFieldDescriptionprotected Map<String,
CaseDefinitionDto> protected Map<String,
DecisionDefinitionDto> protected Map<String,
DecisionRequirementsDefinitionDto> protected Map<String,
ProcessDefinitionDto> Fields inherited from class org.camunda.bpm.engine.rest.dto.repository.DeploymentDto
deploymentTime, id, name, source, tenantId
Fields inherited from class org.camunda.bpm.engine.rest.dto.LinkableDto
links
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DeploymentWithDefinitionsDto
fromDeployment
(DeploymentWithDefinitions deployment) Methods inherited from class org.camunda.bpm.engine.rest.dto.repository.DeploymentDto
fromDeployment, getDeploymentTime, getId, getName, getSource, getTenantId
Methods inherited from class org.camunda.bpm.engine.rest.dto.LinkableDto
addLink, addReflexiveLink, generateLink, getLinks
-
Field Details
-
deployedProcessDefinitions
-
deployedCaseDefinitions
-
deployedDecisionDefinitions
-
deployedDecisionRequirementsDefinitions
-
-
Constructor Details
-
DeploymentWithDefinitionsDto
public DeploymentWithDefinitionsDto()
-
-
Method Details
-
getDeployedProcessDefinitions
-
getDeployedCaseDefinitions
-
getDeployedDecisionDefinitions
-
getDeployedDecisionRequirementsDefinitions
-
fromDeployment
-