Class ProcessDefinitionDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
- Direct Known Subclasses:
 CalledProcessDefinitionDto,StubProcessDefinitionDto
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic ProcessDefinitionDtofromProcessDefinition(ProcessDefinition definition) getId()getKey()getName()intbooleanboolean 
- 
Field Details
- 
id
 - 
key
 - 
category
 - 
description
 - 
name
 - 
version
protected int version - 
resource
 - 
deploymentId
 - 
diagram
 - 
suspended
protected boolean suspended - 
tenantId
 - 
versionTag
 - 
historyTimeToLive
 - 
isStartableInTasklist
protected boolean isStartableInTasklist 
 - 
 - 
Constructor Details
- 
ProcessDefinitionDto
public ProcessDefinitionDto() 
 - 
 - 
Method Details
- 
getId
 - 
getKey
 - 
getCategory
 - 
getDescription
 - 
getName
 - 
getVersion
public int getVersion() - 
getResource
 - 
getDeploymentId
 - 
getDiagram
 - 
isSuspended
public boolean isSuspended() - 
getTenantId
 - 
getVersionTag
 - 
getHistoryTimeToLive
 - 
isStartableInTasklist
public boolean isStartableInTasklist() - 
fromProcessDefinition
 
 -