Uses of Class
org.jbpm.pvm.internal.env.EnvironmentImpl

Packages that use EnvironmentImpl
org.jbpm.pvm.internal.el   
org.jbpm.pvm.internal.env environment implementation classes. 
org.jbpm.pvm.internal.processengine   
org.jbpm.pvm.internal.script   
org.jbpm.pvm.internal.svc   
 

Uses of EnvironmentImpl in org.jbpm.pvm.internal.el
 

Constructors in org.jbpm.pvm.internal.el with parameters of type EnvironmentImpl
JbpmEnvironmentElResolver(EnvironmentImpl environment)
           
 

Uses of EnvironmentImpl in org.jbpm.pvm.internal.env
 

Subclasses of EnvironmentImpl in org.jbpm.pvm.internal.env
 class BasicEnvironment
           
 class PvmEnvironment
           
 

Methods in org.jbpm.pvm.internal.env that return EnvironmentImpl
static EnvironmentImpl EnvironmentImpl.getCurrent()
          gets the most inner open environment.
 EnvironmentImpl EnvironmentFactory.openEnvironment()
          open a new EnvironmentImpl.
static EnvironmentImpl EnvironmentImpl.popEnvironment()
          pops the closing context from the stack of current contexts.
 

Methods in org.jbpm.pvm.internal.env with parameters of type EnvironmentImpl
static void EnvironmentImpl.pushEnvironment(EnvironmentImpl environment)
          after opening of a new environment succeeded, the environment must be pushed in the stack of current environments.
 

Uses of EnvironmentImpl in org.jbpm.pvm.internal.processengine
 

Methods in org.jbpm.pvm.internal.processengine that return EnvironmentImpl
 EnvironmentImpl ProcessEngineImpl.openEnvironment()
           
 EnvironmentImpl SpringProcessEngine.openEnvironment()
           
 

Methods in org.jbpm.pvm.internal.processengine with parameters of type EnvironmentImpl
protected  void ProcessEngineImpl.installAuthenticatedUserId(EnvironmentImpl environment)
           
 

Uses of EnvironmentImpl in org.jbpm.pvm.internal.script
 

Fields in org.jbpm.pvm.internal.script declared as EnvironmentImpl
protected  EnvironmentImpl EnvironmentBindings.environment
           
 

Uses of EnvironmentImpl in org.jbpm.pvm.internal.svc
 

Methods in org.jbpm.pvm.internal.svc with parameters of type EnvironmentImpl
 void AuthorizationSession.checkPermission(Command<?> command, EnvironmentImpl environment)
           
 



Copyright © 2010 JBoss Community. All Rights Reserved.