net.sf.dropboxmq.workflow.persistence.memory
Class ProcessPersistenceImpl
java.lang.Object
net.sf.dropboxmq.workflow.persistence.memory.ProcessPersistenceImpl
- All Implemented Interfaces:
- ProcessPersistence
public class ProcessPersistenceImpl
- extends Object
- implements ProcessPersistence
Created: 26 Sep 2010
- 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(ProcessTypePersistenceImpl processTypePersistence)
storeProcess
public void storeProcess(Process process)
- Specified by:
storeProcess
in interface ProcessPersistence
getProcessByKey
public Process getProcessByKey(String key,
int processTypeId)
- Specified by:
getProcessByKey
in interface ProcessPersistence
getExistingProcessById
Process getExistingProcessById(int id)