|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExcludedEventService
| Method Summary | |
|---|---|
void |
cancel(String eventId,
String canceller)
attempts to resolve an ExcludedEvent specified by id as cancelled |
void |
excludeEvent(Event event,
String moduleName,
String flowName)
Exclude and Event from a specified flow |
ExcludedEvent |
getExcludedEvent(String eventId)
Retrieve an ExcludedEvent specified by its event Id |
PagedSearchResult<ExcludedEvent> |
getExcludedEvents(int pageNo,
int pageSize,
String orderBy,
boolean orderAscending,
String moduleName,
String flowName)
Returns a paged listing of ExcludedEvent |
void |
resubmit(String eventId,
String resubmitter)
Synchronously attempts to resubmit an ExcludedEvent specified by id |
| Method Detail |
|---|
void excludeEvent(Event event,
String moduleName,
String flowName)
event - moduleName - flowName -
PagedSearchResult<ExcludedEvent> getExcludedEvents(int pageNo,
int pageSize,
String orderBy,
boolean orderAscending,
String moduleName,
String flowName)
pageNo - - 0 or greater, index into the list of all possible resultspageSize - - 0 or greater, no of excludedEvents to return on a pageorderBy - - field to order byorderAscending - - in ascending order?flowName - - restrict by flowName if suppliedmoduleName - - restrict by moduleName if supplied
ExcludedEvent getExcludedEvent(String eventId)
eventId -
void resubmit(String eventId,
String resubmitter)
eventId - resubmitter -
IllegalArgumentException - if ExcludedEvent cannot be found, or if referenced
module or flow are not available
void cancel(String eventId,
String canceller)
eventId - canceller -
IllegalArgumentException - if ExcludedEvent cannot be found, or if referenced
module or flow are not available
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||