net.sf.dropboxmq.workflow.persistence.memory
Class ProcessPersistenceImpl

java.lang.Object
  extended by 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

Constructor Summary
ProcessPersistenceImpl(ProcessTypePersistenceImpl processTypePersistence)
           
 
Method Summary
(package private)  Process getExistingProcessById(int id)
           
 Process getProcessByKey(String key, int processTypeId)
           
 void storeProcess(Process process)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessPersistenceImpl

public ProcessPersistenceImpl(ProcessTypePersistenceImpl processTypePersistence)
Method Detail

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)