Package org.camunda.bpm.engine.impl.pvm
Interface PvmProcessElement
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
PvmActivity
,PvmProcessDefinition
,PvmScope
,PvmTransition
,ReadOnlyProcessDefinition
- All Known Implementing Classes:
ActivityImpl
,ProcessDefinitionEntity
,ProcessDefinitionImpl
,ProcessDefinitionStatisticsEntity
,ScopeImpl
,TransitionImpl
- Author:
- Tom Baeyens
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
The id of the elementThe process definition scope, root of the scope hierarchy.Returns the properties of the element.getProperty
(String name)
-
Method Details
-
getId
String getId()The id of the element- Returns:
- the id
-
getProcessDefinition
PvmProcessDefinition getProcessDefinition()The process definition scope, root of the scope hierarchy.- Returns:
-
getProperty
-
getProperties
Properties getProperties()Returns the properties of the element.- Returns:
- the properties
-