Class DeploymentDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.LinkableDto
org.camunda.bpm.engine.rest.dto.repository.DeploymentDto
- Direct Known Subclasses:
DeploymentWithDefinitionsDto
-
Field Summary
Modifier and TypeFieldDescriptionprotected Date
protected String
protected String
protected String
protected String
Fields inherited from class org.camunda.bpm.engine.rest.dto.LinkableDto
links
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DeploymentDto
fromDeployment
(Deployment deployment) getId()
getName()
Methods inherited from class org.camunda.bpm.engine.rest.dto.LinkableDto
addLink, addReflexiveLink, generateLink, getLinks
-
Field Details
-
id
-
name
-
source
-
deploymentTime
-
tenantId
-
-
Constructor Details
-
DeploymentDto
public DeploymentDto()
-
-
Method Details
-
getId
-
getName
-
getSource
-
getDeploymentTime
-
getTenantId
-
fromDeployment
-