Package org.camunda.bpm.engine.impl.pvm
Interface ReadOnlyProcessDefinition
-
- All Superinterfaces:
PvmProcessElement,PvmScope,Serializable
- All Known Subinterfaces:
PvmProcessDefinition
- All Known Implementing Classes:
ProcessDefinitionEntity,ProcessDefinitionImpl,ProcessDefinitionStatisticsEntity
public interface ReadOnlyProcessDefinition extends PvmScope
- Author:
- Tom Baeyens, Joram Barrez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()StringgetDiagramResourceName()PvmActivitygetInitial()StringgetName()-
Methods inherited from interface org.camunda.bpm.engine.impl.pvm.PvmProcessElement
getId, getProcessDefinition, getProperties, getProperty
-
Methods inherited from interface org.camunda.bpm.engine.impl.pvm.PvmScope
findActivity, findActivityAtLevelOfSubprocess, findTransition, getActivities, getEventScope, getFlowScope, getLevelOfSubprocessScope, isScope, isSubProcessScope
-
-
-
-
Method Detail
-
getName
String getName()
-
getDescription
String getDescription()
-
getInitial
PvmActivity getInitial()
-
getDiagramResourceName
String getDiagramResourceName()
-
-