|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ikasan.framework.event.exclusion.service.ExcludedEventServiceImpl
public class ExcludedEventServiceImpl
| Constructor Summary | |
|---|---|
ExcludedEventServiceImpl(ExcludedEventDao excludedEventDao,
ErrorLoggingService errorLoggingService,
List<ExcludedEventListener> listeners,
ModuleService moduleService)
|
|
| 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 |
void |
setTransactionManager(TransactionManager transactionManager)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExcludedEventServiceImpl(ExcludedEventDao excludedEventDao,
ErrorLoggingService errorLoggingService,
List<ExcludedEventListener> listeners,
ModuleService moduleService)
excludedEventDao - errorLoggingService - listeners - moduleService - | Method Detail |
|---|
public void excludeEvent(Event event,
String moduleName,
String flowName)
ExcludedEventService
excludeEvent in interface ExcludedEventService
public PagedSearchResult<ExcludedEvent> getExcludedEvents(int pageNo,
int pageSize,
String orderBy,
boolean orderAscending,
String moduleName,
String flowName)
ExcludedEventService
getExcludedEvents in interface ExcludedEventServicepageNo - - 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?moduleName - - restrict by moduleName if suppliedflowName - - restrict by flowName if supplied
public ExcludedEvent getExcludedEvent(String eventId)
ExcludedEventService
getExcludedEvent in interface ExcludedEventService
public void resubmit(String eventId,
String resubmitter)
ExcludedEventService
resubmit in interface ExcludedEventService
public void cancel(String eventId,
String canceller)
ExcludedEventService
cancel in interface ExcludedEventServicepublic void setTransactionManager(TransactionManager transactionManager)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||