Uses of Interface
com.opensymphony.workflow.spi.WorkflowStore

Packages that use WorkflowStore
com.opensymphony.workflow   
com.opensymphony.workflow.config   
com.opensymphony.workflow.spi.ejb   
com.opensymphony.workflow.spi.hibernate   
com.opensymphony.workflow.spi.jdbc   
com.opensymphony.workflow.spi.memory   
com.opensymphony.workflow.spi.ofbiz   
com.opensymphony.workflow.spi.ojb   
com.opensymphony.workflow.spi.prevayler   
 

Uses of WorkflowStore in com.opensymphony.workflow
 

Methods in com.opensymphony.workflow that return WorkflowStore
protected  WorkflowStore AbstractWorkflow.getPersistence()
           
 

Methods in com.opensymphony.workflow with parameters of type WorkflowStore
protected  boolean AbstractWorkflow.transitionWorkflow(WorkflowEntry entry, List currentSteps, WorkflowStore store, WorkflowDescriptor wf, ActionDescriptor action, Map transientVars, Map inputs, com.opensymphony.module.propertyset.PropertySet ps)
           
 

Uses of WorkflowStore in com.opensymphony.workflow.config
 

Methods in com.opensymphony.workflow.config that return WorkflowStore
 WorkflowStore SpringConfiguration.getWorkflowStore()
           
 WorkflowStore DefaultConfiguration.getWorkflowStore()
           
 WorkflowStore Configuration.getWorkflowStore()
           
 

Methods in com.opensymphony.workflow.config with parameters of type WorkflowStore
 void SpringConfiguration.setStore(WorkflowStore store)
           
 

Uses of WorkflowStore in com.opensymphony.workflow.spi.ejb
 

Classes in com.opensymphony.workflow.spi.ejb that implement WorkflowStore
 class EJBWorkflowStore
          EJB entity bean workflow store implementation.
 

Uses of WorkflowStore in com.opensymphony.workflow.spi.hibernate
 

Classes in com.opensymphony.workflow.spi.hibernate that implement WorkflowStore
 class AbstractHibernateWorkflowStore
           
 class HibernateWorkflowStore
          A workflow store backed by Hibernate for persistence.
 class NewHibernateWorkflowStore
           
 class NewSpringHibernateWorkflowStore
           
 class SpringHibernateWorkflowStore
           
 

Uses of WorkflowStore in com.opensymphony.workflow.spi.jdbc
 

Classes in com.opensymphony.workflow.spi.jdbc that implement WorkflowStore
 class JDBCWorkflowStore
          JDBC implementation.
 class MySQLWorkflowStore
           
 

Uses of WorkflowStore in com.opensymphony.workflow.spi.memory
 

Classes in com.opensymphony.workflow.spi.memory that implement WorkflowStore
 class MemoryWorkflowStore
          Simple memory implementation.
 class SerializableWorkflowStore
          Simple flat file implementation.
 

Uses of WorkflowStore in com.opensymphony.workflow.spi.ofbiz
 

Classes in com.opensymphony.workflow.spi.ofbiz that implement WorkflowStore
 class OfbizWorkflowStore
          OpenForBusiness Entity Engine implemenation.
 

Uses of WorkflowStore in com.opensymphony.workflow.spi.ojb
 

Classes in com.opensymphony.workflow.spi.ojb that implement WorkflowStore
 class OJBWorkflowStore
           
 

Uses of WorkflowStore in com.opensymphony.workflow.spi.prevayler
 

Classes in com.opensymphony.workflow.spi.prevayler that implement WorkflowStore
 class PrevaylerWorkflowStore
          This is a WorkflowStore implementation which uses Prevaylence as its datastore.
 class WorkflowSystem
           
 

Constructors in com.opensymphony.workflow.spi.prevayler with parameters of type WorkflowStore
QueryLogic(WorkflowStore store)
           
 


OpenSymphony Workflow Project Page