Uses of Interface
com.opensymphony.workflow.persistence.WorkflowEntry

Packages that use WorkflowEntry
com.opensymphony.workflow   
com.opensymphony.workflow.persistence   
com.opensymphony.workflow.persistence.ejb   
com.opensymphony.workflow.persistence.ofbiz   
com.opensymphony.workflow.util   
 

Uses of WorkflowEntry in com.opensymphony.workflow
 

Methods in com.opensymphony.workflow with parameters of type WorkflowEntry
 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)
           
protected  java.util.Map AbstractWorkflow.createVariableMap(WorkflowEntry entry, java.util.List registers)
           
protected  boolean AbstractWorkflow.evaluateExpression(java.lang.String expr, WorkflowEntry entry, java.util.List registers)
           
protected  void AbstractWorkflow.executeFunction(FunctionDescriptor function, WorkflowEntry entry, java.util.Map inputs, java.util.List registers)
           
protected  void AbstractWorkflow.verifyInputs(WorkflowEntry entry, java.util.List validators, java.util.Map inputs, java.util.List registers)
           
 

Uses of WorkflowEntry in com.opensymphony.workflow.persistence
 

Methods in com.opensymphony.workflow.persistence that return WorkflowEntry
 WorkflowEntry Persistence.findWorkflowEntry(long pk)
           
 WorkflowEntry Persistence.create(java.lang.String workflowName)
           
 

Uses of WorkflowEntry in com.opensymphony.workflow.persistence.ejb
 

Classes in com.opensymphony.workflow.persistence.ejb that implement WorkflowEntry
 class EJBWorkflowEntry
           
 

Methods in com.opensymphony.workflow.persistence.ejb that return WorkflowEntry
 WorkflowEntry EJBPersistence.findWorkflowEntry(long pk)
           
 WorkflowEntry EJBPersistence.create(java.lang.String workflowName)
           
 

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

Classes in com.opensymphony.workflow.persistence.ofbiz that implement WorkflowEntry
 class OfbizWorkflowEntry
           
 

Methods in com.opensymphony.workflow.persistence.ofbiz that return WorkflowEntry
 WorkflowEntry OfbizPersistence.findWorkflowEntry(long pk)
           
 WorkflowEntry OfbizPersistence.create(java.lang.String workflowName)
           
 

Uses of WorkflowEntry in com.opensymphony.workflow.util
 

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


See www.opensymphony.com for more information.