org.camunda.bpm.engine.rest.dto.repository
Class DeploymentResourceDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.repository.DeploymentResourceDto
public class DeploymentResourceDto
- extends Object
| 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
deploymentId
protected String deploymentId
DeploymentResourceDto
public DeploymentResourceDto()
getId
public String getId()
setId
public void setId(String id)
getName
public String getName()
setName
public void setName(String name)
getDeploymentId
public String getDeploymentId()
setDeploymentId
public void setDeploymentId(String deploymentId)
fromResources
public static DeploymentResourceDto fromResources(Resource resource)
Copyright © 2016 camunda services GmbH. All rights reserved.