net.sf.dropboxmq.workflow.persistence
Interface EventPropertyPersistence

All Known Implementing Classes:
EventPropertyPersistenceImpl, EventPropertyPersistenceImpl

public interface EventPropertyPersistence

Created: 11 Oct 2010

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

Method Summary
 Map<Integer,Map<String,String>> getEventPropertiesByRun(int runId)
           
 void storeEventProperties(int eventId, Map<String,String> properties)
           
 

Method Detail

storeEventProperties

void storeEventProperties(int eventId,
                          Map<String,String> properties)

getEventPropertiesByRun

Map<Integer,Map<String,String>> getEventPropertiesByRun(int runId)