Class CalledProcessDefinitionDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
-
- org.camunda.bpm.engine.rest.dto.repository.CalledProcessDefinitionDto
-
public class CalledProcessDefinitionDto extends ProcessDefinitionDto
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>
calledFromActivityIds
protected String
callingProcessDefinitionId
-
Fields inherited from class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
category, deploymentId, description, diagram, historyTimeToLive, id, isStartableInTasklist, key, name, resource, suspended, tenantId, version, versionTag
-
-
Constructor Summary
Constructors Constructor Description CalledProcessDefinitionDto()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CalledProcessDefinitionDto
from(CalledProcessDefinition definition)
List<String>
getCalledFromActivityIds()
String
getCallingProcessDefinitionId()
-
Methods inherited from class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
fromProcessDefinition, getCategory, getDeploymentId, getDescription, getDiagram, getHistoryTimeToLive, getId, getKey, getName, getResource, getTenantId, getVersion, getVersionTag, isStartableInTasklist, isSuspended
-
-
-
-
Method Detail
-
getCallingProcessDefinitionId
public String getCallingProcessDefinitionId()
-
from
public static CalledProcessDefinitionDto from(CalledProcessDefinition definition)
-
-