org.infoglue.cms.util.workflow
Class InfoGlueMySQLJDBCWorkflowStore

java.lang.Object
  |
  +--com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
        |
        +--org.infoglue.cms.util.workflow.InfoGlueJDBCWorkflowStore
              |
              +--org.infoglue.cms.util.workflow.InfoGlueMySQLJDBCWorkflowStore
All Implemented Interfaces:
com.opensymphony.workflow.spi.WorkflowStore

public class InfoGlueMySQLJDBCWorkflowStore
extends InfoGlueJDBCWorkflowStore

JDBC implementation just overiding the init-method of the default JDBCWorkflowStore as it demanded DataStores.

Author:
Mattias Bogeblad

Constructor Summary
InfoGlueMySQLJDBCWorkflowStore()
           
 
Method Summary
 void init(java.util.Map props)
           
 
Methods inherited from class org.infoglue.cms.util.workflow.InfoGlueJDBCWorkflowStore
createCurrentStep, createEntry, findCurrentSteps, findEntry, findHistorySteps, markFinished, moveToHistory, query, setEntryState
 
Methods inherited from class com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore
getPropertySet, query
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoGlueMySQLJDBCWorkflowStore

public InfoGlueMySQLJDBCWorkflowStore()
Method Detail

init

public void init(java.util.Map props)
          throws com.opensymphony.workflow.StoreException
Specified by:
init in interface com.opensymphony.workflow.spi.WorkflowStore
Overrides:
init in class InfoGlueJDBCWorkflowStore
com.opensymphony.workflow.StoreException