net.sf.dropboxmq.workflow.persistence
Interface StatePersistence

All Known Implementing Classes:
StatePersistenceImpl, StatePersistenceImpl

public interface StatePersistence

Created: 26 Aug 2010

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

Method Summary
 Collection<State> getStatesByProcessType(int processTypeId)
           
 void storeState(State state)
           
 

Method Detail

storeState

void storeState(State state)

getStatesByProcessType

Collection<State> getStatesByProcessType(int processTypeId)