Package org.camunda.bpm.engine.impl.pvm
Interface ReadOnlyProcessDefinition
-
- All Superinterfaces:
PvmProcessElement,PvmScope,java.io.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 java.lang.StringgetDescription()java.lang.StringgetDiagramResourceName()PvmActivitygetInitial()java.lang.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
java.lang.String getName()
-
getDescription
java.lang.String getDescription()
-
getInitial
PvmActivity getInitial()
-
getDiagramResourceName
java.lang.String getDiagramResourceName()
-
-