|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WiretapDao
Interface for all wiretap event data access.
| Method Summary | |
|---|---|
void |
deleteAllExpired()
Deletes all WiretapEvents that have surpassed their expiryDate |
WiretapEvent |
findById(Long id)
Find wiretap entry by identifier |
PagedWiretapSearchResult |
findPaging(Set<String> moduleNames,
String moduleFlow,
String componentName,
String eventId,
String payloadId,
Date fromDate,
Date untilDate,
String payloadContent,
int maxResults,
int firstResult)
Deprecated. - Use findWiretapEvents instead |
PagedSearchResult<WiretapEvent> |
findWiretapEvents(int pageNo,
int pageSize,
String orderBy,
boolean orderAscending,
Set<String> moduleNames,
String moduleFlow,
String componentName,
String eventId,
String payloadId,
Date fromDate,
Date untilDate,
String payloadContent)
Perform a paged search for WiretapEvents |
void |
save(WiretapEvent wiretapEvent)
Save a wiretapEvent entry. |
| Method Detail |
|---|
void save(WiretapEvent wiretapEvent)
wiretapEvent - - The wiretap event to save
PagedWiretapSearchResult findPaging(Set<String> moduleNames,
String moduleFlow,
String componentName,
String eventId,
String payloadId,
Date fromDate,
Date untilDate,
String payloadContent,
int maxResults,
int firstResult)
moduleNames - - The list of module namesmoduleFlow - - The name of Flow internal to the ModulecomponentName - - The component nameeventId - - The event idpayloadId - - The payload idfromDate - - The from dateuntilDate - - The to datepayloadContent - - The payload contentmaxResults - - The maximum amount of resultsfirstResult - - The first result
PagedSearchResult<WiretapEvent> findWiretapEvents(int pageNo,
int pageSize,
String orderBy,
boolean orderAscending,
Set<String> moduleNames,
String moduleFlow,
String componentName,
String eventId,
String payloadId,
Date fromDate,
Date untilDate,
String payloadContent)
WiretapEvents
pageNo - - The page number to retrievepageSize - - The size of the pageorderBy - - order by fieldorderAscending - - ascending flagmoduleNames - - The list of module namesmoduleFlow - - The name of Flow internal to the ModulecomponentName - - The component nameeventId - - The event idpayloadId - - The payload idfromDate - - The from dateuntilDate - - The to datepayloadContent - - The payload content
WiretapEvent findById(Long id)
id - - The id to search on
void deleteAllExpired()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||