Interface CalledProcessDefinition
-
- All Superinterfaces:
ProcessDefinition
,ResourceDefinition
- All Known Implementing Classes:
CalledProcessDefinitionImpl
public interface CalledProcessDefinition extends ProcessDefinition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
getCalledFromActivityIds()
String
getCallingProcessDefinitionId()
-
Methods inherited from interface org.camunda.bpm.engine.repository.ProcessDefinition
getDescription, getVersionTag, hasStartFormKey, isStartableInTasklist, isSuspended
-
Methods inherited from interface org.camunda.bpm.engine.repository.ResourceDefinition
getCategory, getDeploymentId, getDiagramResourceName, getHistoryTimeToLive, getId, getKey, getName, getResourceName, getTenantId, getVersion
-
-