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 java.util.List<java.lang.String>
calledFromActivityIds
protected java.lang.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)
java.util.List<java.lang.String>
getCalledFromActivityIds()
java.lang.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
-
getCalledFromActivityIds
public java.util.List<java.lang.String> getCalledFromActivityIds()
-
getCallingProcessDefinitionId
public java.lang.String getCallingProcessDefinitionId()
-
from
public static CalledProcessDefinitionDto from(CalledProcessDefinition definition)
-
-