org.camunda.bpm.engine.rest.dto.repository
Class ProcessDefinitionDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
- Direct Known Subclasses:
- StubProcessDefinitionDto
public class ProcessDefinitionDto
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ProcessDefinitionDto
public ProcessDefinitionDto()
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.