org.camunda.bpm.engine.rest.dto.repository
Class DeploymentDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.LinkableDto
org.camunda.bpm.engine.rest.dto.repository.DeploymentDto
public class DeploymentDto
- extends LinkableDto
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
name
protected String name
source
protected String source
deploymentTime
protected Date deploymentTime
tenantId
protected String tenantId
DeploymentDto
public DeploymentDto()
getId
public String getId()
getName
public String getName()
getSource
public String getSource()
getDeploymentTime
public Date getDeploymentTime()
getTenantId
public String getTenantId()
fromDeployment
public static DeploymentDto fromDeployment(Deployment deployment)
Copyright © 2016 camunda services GmbH. All rights reserved.