Uses of Class
org.jbpm.api.env.Environment

Packages that use Environment
org.jbpm.api.cmd   
org.jbpm.api.env a layer that abstracts the engine and activities from the concrete environment in which the Process Virtual Machine runs. 
 

Uses of Environment in org.jbpm.api.cmd
 

Methods in org.jbpm.api.cmd with parameters of type Environment
 T Command.execute(Environment environment)
           
 

Uses of Environment in org.jbpm.api.env
 

Methods in org.jbpm.api.env that return Environment
static Environment Environment.getCurrent()
          gets the most inner open environment.
 Environment EnvironmentFactory.openEnvironment()
          open a new Environment.
 Environment EnvironmentFactory.openEnvironment(java.util.List<WireObject> txWireObjects)
          open a new Environment and pass in a list of objects that must be placed/exposed in the transaction context.
static Environment Environment.popEnvironment()
          pops the closing context from the stack of current contexts.
 

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



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.