org.camunda.bpm.engine.rest.dto.repository
Class DeploymentDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.LinkableDto
      extended by org.camunda.bpm.engine.rest.dto.repository.DeploymentDto

public class DeploymentDto
extends LinkableDto


Field Summary
protected  Date deploymentTime
           
protected  String id
           
protected  String name
           
protected  String source
           
protected  String tenantId
           
 
Fields inherited from class org.camunda.bpm.engine.rest.dto.LinkableDto
links
 
Constructor Summary
DeploymentDto()
           
 
Method Summary
static DeploymentDto fromDeployment(Deployment deployment)
           
 Date getDeploymentTime()
           
 String getId()
           
 String getName()
           
 String getSource()
           
 String getTenantId()
           
 
Methods inherited from class org.camunda.bpm.engine.rest.dto.LinkableDto
addLink, addReflexiveLink, generateLink, getLinks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

name

protected String name

source

protected String source

deploymentTime

protected Date deploymentTime

tenantId

protected String tenantId
Constructor Detail

DeploymentDto

public DeploymentDto()
Method Detail

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.