net.sf.dropboxmq.workflow.persistence
Interface ProcessPersistence

All Known Implementing Classes:
ProcessPersistenceImpl, ProcessPersistenceImpl

public interface ProcessPersistence

Created: 26 Sep 2010

Version:
$Revision$, $Date$
Author:
Dwayne Schultz

Method Summary
 Process getProcessByKey(String key, int processTypeId)
           
 void storeProcess(Process process)
           
 

Method Detail

storeProcess

void storeProcess(Process process)

getProcessByKey

Process getProcessByKey(String key,
                        int processTypeId)