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

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
Direct Known Subclasses:
StubProcessDefinitionDto

public class ProcessDefinitionDto
extends Object


Field Summary
protected  String category
           
protected  String deploymentId
           
protected  String description
           
protected  String diagram
           
protected  String id
           
protected  String key
           
protected  String name
           
protected  String resource
           
protected  boolean suspended
           
protected  String tenantId
           
protected  int version
           
protected  String versionTag
           
 
Constructor Summary
ProcessDefinitionDto()
           
 
Method Summary
static ProcessDefinitionDto fromProcessDefinition(ProcessDefinition definition)
           
 String getCategory()
           
 String getDeploymentId()
           
 String getDescription()
           
 String getDiagram()
           
 String getId()
           
 String getKey()
           
 String getName()
           
 String getResource()
           
 String getTenantId()
           
 int getVersion()
           
 String getVersionTag()
           
 boolean isSuspended()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

key

protected String key

category

protected String category

description

protected String description

name

protected String name

version

protected int version

resource

protected String resource

deploymentId

protected String deploymentId

diagram

protected String diagram

suspended

protected boolean suspended

tenantId

protected String tenantId

versionTag

protected String versionTag
Constructor Detail

ProcessDefinitionDto

public ProcessDefinitionDto()
Method Detail

getId

public String getId()

getKey

public String getKey()

getCategory

public String getCategory()

getDescription

public String getDescription()

getName

public String getName()

getVersion

public int getVersion()

getResource

public String getResource()

getDeploymentId

public String getDeploymentId()

getDiagram

public String getDiagram()

isSuspended

public boolean isSuspended()

getTenantId

public String getTenantId()

getVersionTag

public String getVersionTag()

fromProcessDefinition

public static ProcessDefinitionDto fromProcessDefinition(ProcessDefinition definition)


Copyright © 2016 camunda services GmbH. All rights reserved.