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.persistence   
com.opensymphony.workflow.persistence.ofbiz   
com.opensymphony.workflow.util   
 

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
 java.lang.Object RegisterRemote.registerVariable(WorkflowContext context, WorkflowEntry entry)
          Register a variable within a particular workflow
 java.lang.Object Register.registerVariable(WorkflowContext context, WorkflowEntry entry)
           
 

Uses of WorkflowContext in com.opensymphony.workflow.basic
 

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

Uses of WorkflowContext in com.opensymphony.workflow.ejb
 

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

Uses of WorkflowContext in com.opensymphony.workflow.ofbiz
 

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

Uses of WorkflowContext in com.opensymphony.workflow.persistence
 

Methods in com.opensymphony.workflow.persistence with parameters of type WorkflowContext
static Persistence PersistenceFactory.getPersistence(WorkflowContext context)
           
 

Uses of WorkflowContext in com.opensymphony.workflow.persistence.ofbiz
 

Constructors in com.opensymphony.workflow.persistence.ofbiz with parameters of type WorkflowContext
OfbizPersistence(WorkflowContext context)
           
OfbizWorkflowEntry(org.ofbiz.core.entity.GenericValue gv, WorkflowContext context, OfbizPersistence p)
           
 

Uses of WorkflowContext in com.opensymphony.workflow.util
 

Methods in com.opensymphony.workflow.util with parameters of type WorkflowContext
 java.lang.Object TestRegister.registerVariable(WorkflowContext context, WorkflowEntry entry)
           
 


See www.opensymphony.com for more information.