Class ProcessDefinitionDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
- Direct Known Subclasses:
CalledProcessDefinitionDto
,StubProcessDefinitionDto
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ProcessDefinitionDto
fromProcessDefinition
(ProcessDefinition definition) getId()
getKey()
getName()
int
boolean
boolean
-
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
-