Uses of Interface
org.jbpm.api.env.Context

Packages that use Context
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 Context in org.jbpm.api.env
 

Subinterfaces of Context in org.jbpm.api.env
 interface EnvironmentFactory
          factory for Environments.
 

Methods in org.jbpm.api.env that return Context
abstract  Context Environment.getContext(java.lang.String contextName)
           
abstract  Context Environment.removeContext(Context context)
           
abstract  Context Environment.removeContext(java.lang.String contextName)
           
 

Methods in org.jbpm.api.env with parameters of type Context
abstract  Context Environment.removeContext(Context context)
           
abstract  void Environment.setContext(Context context)
           
 



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