Uses of Interface
org.camunda.bpm.engine.runtime.ProcessElementInstance

Packages that use ProcessElementInstance
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.runtime Classes related to the RuntimeService
 

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

Classes in org.camunda.bpm.engine.impl.persistence.entity that implement ProcessElementInstance
 class ActivityInstanceImpl
           
 class ProcessElementInstanceImpl
           
 class TransitionInstanceImpl
           
 

Uses of ProcessElementInstance in org.camunda.bpm.engine.runtime
 

Subinterfaces of ProcessElementInstance in org.camunda.bpm.engine.runtime
 interface ActivityInstance
          An activity instance represents an instance of an activity.
 interface TransitionInstance
          A transition instance represents an execution token that has just completed a transition (sequence flow in BPMN) or is about to take an outgoing transition.
 



Copyright © 2016 camunda services GmbH. All rights reserved.