net.sf.dropboxmq.workflow.persistence.jdbc
Class ProcessPersistenceImpl
java.lang.Object
net.sf.dropboxmq.workflow.persistence.jdbc.ProcessPersistenceImpl
- All Implemented Interfaces:
- ProcessPersistence
public class ProcessPersistenceImpl
- extends Object
- implements ProcessPersistence
Created: 06 02 2011
- Version:
- $Revision$, $Date$
- Author:
- Dwayne Schultz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessPersistenceImpl
public ProcessPersistenceImpl(PersistenceFactoryImpl persistenceFactory)
storeProcess
public void storeProcess(Process process)
- Specified by:
storeProcess
in interface ProcessPersistence
newJDBCHelper
JDBCHelper newJDBCHelper()
getProcessByKey
public Process getProcessByKey(String key,
int processTypeId)
- Specified by:
getProcessByKey
in interface ProcessPersistence