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
- Author:
- Tom Baeyens, Joram Barrez
-
Method Summary
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 Details
-
getName
String getName() -
getDescription
String getDescription() -
getInitial
PvmActivity getInitial() -
getDiagramResourceName
String getDiagramResourceName()
-