Uses of Interface
com.opensymphony.workflow.WorkflowContext

Packages that use WorkflowContext
com.opensymphony.workflow   
com.opensymphony.workflow.basic   
com.opensymphony.workflow.ejb   
com.opensymphony.workflow.ofbiz   
com.opensymphony.workflow.util   
com.opensymphony.workflow.util.beanshell   
com.opensymphony.workflow.util.bsf   
com.opensymphony.workflow.util.ejb.local   
com.opensymphony.workflow.util.ejb.remote   
com.opensymphony.workflow.util.jndi   
 

Uses of WorkflowContext in com.opensymphony.workflow
 

Fields in com.opensymphony.workflow declared as WorkflowContext
protected  WorkflowContext AbstractWorkflow.context
           
 

Methods in com.opensymphony.workflow with parameters of type WorkflowContext
 Object RegisterRemote.registerVariable(WorkflowContext context, WorkflowEntry entry, Map args, com.opensymphony.module.propertyset.PropertySet ps)
          Register a variable within a particular workflow
 Object Register.registerVariable(WorkflowContext context, WorkflowEntry entry, Map args, com.opensymphony.module.propertyset.PropertySet ps)
          Returns the object to bind to the variable map for this workflow instance.
 

Uses of WorkflowContext in com.opensymphony.workflow.basic
 

Classes in com.opensymphony.workflow.basic that implement WorkflowContext
 class BasicWorkflowContext
          DOCUMENT ME!
 

Uses of WorkflowContext in com.opensymphony.workflow.ejb
 

Classes in com.opensymphony.workflow.ejb that implement WorkflowContext
 class EJBWorkflowContext
          EJB specific workflow context.
 

Uses of WorkflowContext in com.opensymphony.workflow.ofbiz
 

Classes in com.opensymphony.workflow.ofbiz that implement WorkflowContext
 class OfbizWorkflowContext
          DOCUMENT ME!
 

Uses of WorkflowContext in com.opensymphony.workflow.util
 

Methods in com.opensymphony.workflow.util with parameters of type WorkflowContext
 Object LogRegister.registerVariable(WorkflowContext context, WorkflowEntry entry, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 

Uses of WorkflowContext in com.opensymphony.workflow.util.beanshell
 

Methods in com.opensymphony.workflow.util.beanshell with parameters of type WorkflowContext
 Object BeanShellRegister.registerVariable(WorkflowContext context, WorkflowEntry entry, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 

Uses of WorkflowContext in com.opensymphony.workflow.util.bsf
 

Methods in com.opensymphony.workflow.util.bsf with parameters of type WorkflowContext
 Object BSFRegister.registerVariable(WorkflowContext context, WorkflowEntry entry, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 

Uses of WorkflowContext in com.opensymphony.workflow.util.ejb.local
 

Methods in com.opensymphony.workflow.util.ejb.local with parameters of type WorkflowContext
 Object LocalEJBRegister.registerVariable(WorkflowContext context, WorkflowEntry entry, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 

Uses of WorkflowContext in com.opensymphony.workflow.util.ejb.remote
 

Methods in com.opensymphony.workflow.util.ejb.remote with parameters of type WorkflowContext
 Object RemoteEJBRegister.registerVariable(WorkflowContext context, WorkflowEntry entry, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 

Uses of WorkflowContext in com.opensymphony.workflow.util.jndi
 

Methods in com.opensymphony.workflow.util.jndi with parameters of type WorkflowContext
 Object JNDIRegister.registerVariable(WorkflowContext context, WorkflowEntry entry, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 


OpenSymphony Workflow Project Page