|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SystemEventService
SystemEvent service interface
| Method Summary | |
|---|---|
void |
housekeep()
Cleanup all expired system events |
PagedSearchResult<SystemEvent> |
listSystemEvents(int pageNo,
int pageSize,
String orderBy,
boolean orderAscending,
String subject,
String action,
Date timestampFrom,
Date timestampTo,
String actor)
Performs a paged search for SystemEvents restricting by criteria fields as supplied |
void |
logSystemEvent(String subject,
String action,
String actor)
Logs some system level happening |
| Method Detail |
|---|
void logSystemEvent(String subject,
String action,
String actor)
subject - - system level entity that has been affectedaction - - what has happenedactor - - who/what was driving the happening
PagedSearchResult<SystemEvent> listSystemEvents(int pageNo,
int pageSize,
String orderBy,
boolean orderAscending,
String subject,
String action,
Date timestampFrom,
Date timestampTo,
String actor)
SystemEvents restricting by criteria fields as supplied
pageNo - - page control field - page no of results to returnpageSize - - page control field - size of pageorderBy - - page control - field to order byorderAscending - - page control field - true/false results in ascending order with respect to orderBy fieldsubject - - criteria field - filter for exact match on subjectaction - - criteria field - filter for exact match on actiontimestampFrom - - criteria field - filter for events with timestamp greater than this valuetimestampTo - - criteria field - filter for events with timestamp less than this valueactor - - criteria field - filter for exact match on actor
void housekeep()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||