Uses of Interface
org.camunda.bpm.engine.impl.pvm.PvmProcessElement

Packages that use PvmProcessElement
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.impl.pvm   
org.camunda.bpm.engine.impl.pvm.delegate   
org.camunda.bpm.engine.impl.pvm.process   
org.camunda.bpm.engine.impl.pvm.runtime   
 

Uses of PvmProcessElement in org.camunda.bpm.engine.impl.persistence.entity
 

Classes in org.camunda.bpm.engine.impl.persistence.entity that implement PvmProcessElement
 class ProcessDefinitionEntity
           
 class ProcessDefinitionStatisticsEntity
           
 

Fields in org.camunda.bpm.engine.impl.persistence.entity declared as PvmProcessElement
protected  PvmProcessElement ExecutionEntity.eventSource
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return PvmProcessElement
 PvmProcessElement ExecutionEntity.getEventSource()
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type PvmProcessElement
 void ExecutionEntity.setEventSource(PvmProcessElement eventSource)
           
 

Uses of PvmProcessElement in org.camunda.bpm.engine.impl.pvm
 

Subinterfaces of PvmProcessElement in org.camunda.bpm.engine.impl.pvm
 interface PvmActivity
           
 interface PvmProcessDefinition
           
 interface PvmScope
           
 interface PvmTransition
           
 interface ReadOnlyProcessDefinition
           
 

Uses of PvmProcessElement in org.camunda.bpm.engine.impl.pvm.delegate
 

Methods in org.camunda.bpm.engine.impl.pvm.delegate that return PvmProcessElement
 PvmProcessElement ExecutionListenerExecution.getEventSource()
           
 

Uses of PvmProcessElement in org.camunda.bpm.engine.impl.pvm.process
 

Classes in org.camunda.bpm.engine.impl.pvm.process that implement PvmProcessElement
 class ActivityImpl
           
 class ProcessDefinitionImpl
           
 class ProcessElementImpl
          common properties for process definition, activity and transition including event listeners.
 class ScopeImpl
           
 class TransitionImpl
           
 

Uses of PvmProcessElement in org.camunda.bpm.engine.impl.pvm.runtime
 

Fields in org.camunda.bpm.engine.impl.pvm.runtime declared as PvmProcessElement
protected  PvmProcessElement ExecutionImpl.eventSource
           
 

Methods in org.camunda.bpm.engine.impl.pvm.runtime that return PvmProcessElement
 PvmProcessElement ExecutionImpl.getEventSource()
           
 

Methods in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type PvmProcessElement
 void ExecutionImpl.setEventSource(PvmProcessElement eventSource)
           
 void InterpretableExecution.setEventSource(PvmProcessElement element)
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.