Uses of Class
org.jbpm.pvm.internal.model.ScopeElementImpl

Packages that use ScopeElementImpl
org.jbpm.pvm.internal.model default implementation of process execution in ExecutionImpl based on org.jbpm.pvm.internal.model.AtomicOperations Bidirectional relations In this process model thoughout the pvm codebase, there are several bidirectional relations. 
org.jbpm.pvm.internal.task   
 

Uses of ScopeElementImpl in org.jbpm.pvm.internal.model
 

Subclasses of ScopeElementImpl in org.jbpm.pvm.internal.model
 class ActivityImpl
           
 class CompositeElementImpl
           
 class ProcessDefinitionImpl
           
static class ProcessModificationsImpl.AddedActivity
           
 

Methods in org.jbpm.pvm.internal.model with parameters of type ScopeElementImpl
 ExecutionImpl ExecutionImpl.createScope(ScopeElementImpl scope)
           
protected  void ScopeInstanceImpl.initializeTimers(ScopeElementImpl scope)
           
protected  void ScopeInstanceImpl.initializeVariables(ScopeElementImpl scope, ExecutionImpl outerExecution)
           
 

Uses of ScopeElementImpl in org.jbpm.pvm.internal.task
 

Subclasses of ScopeElementImpl in org.jbpm.pvm.internal.task
 class LifeCycle
           
 



Copyright © 2010 JBoss Community. All Rights Reserved.