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 String
getDescription()
String
getDiagramResourceName()
PvmActivity
getInitial()
String
getName()
-
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()
-
-