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

public interface PvmProcessElement
extends Serializable

Author:
Tom Baeyens

Method Summary
 String getId()
          The id of the element
 PvmProcessDefinition getProcessDefinition()
          The process definition scope, root of the scope hierarchy.
 Properties getProperties()
          Returns the properties of the element.
 Object getProperty(String name)
           
 

Method Detail

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

Object getProperty(String name)

getProperties

Properties getProperties()
Returns the properties of the element.

Returns:
the properties


Copyright © 2016 camunda services GmbH. All rights reserved.