|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExcludedEvent | |
|---|---|
| org.ikasan.framework.error.model | |
| org.ikasan.framework.event.exclusion.dao | |
| org.ikasan.framework.event.exclusion.service | |
| Uses of ExcludedEvent in org.ikasan.framework.error.model |
|---|
| Methods in org.ikasan.framework.error.model that return ExcludedEvent | |
|---|---|
ExcludedEvent |
ErrorOccurrence.getExcludedEvent()
Accessor for ExcludedEvent |
| Methods in org.ikasan.framework.error.model with parameters of type ExcludedEvent | |
|---|---|
void |
ErrorOccurrence.setExcludedEvent(ExcludedEvent excludedEvent)
Setter for excluded Event TODO make this non public |
| Uses of ExcludedEvent in org.ikasan.framework.event.exclusion.dao |
|---|
| Methods in org.ikasan.framework.event.exclusion.dao that return ExcludedEvent | |
|---|---|
ExcludedEvent |
HibernateExcludedEventDao.getExcludedEvent(long excludedEventId)
|
ExcludedEvent |
HibernateExcludedEventDao.getExcludedEvent(String eventId,
boolean mutable)
|
ExcludedEvent |
ExcludedEventDao.getExcludedEvent(String eventId,
boolean mutable)
Retrieves an ExcludedEvent by event Id |
ExcludedEvent |
HibernateExcludedEventDao.load(Long excludedEventId)
|
ExcludedEvent |
ExcludedEventDao.load(Long excludedEventId)
Loads an ExcludedEvent to persistent storage |
| Methods in org.ikasan.framework.event.exclusion.dao that return types with arguments of type ExcludedEvent | |
|---|---|
PagedSearchResult<ExcludedEvent> |
HibernateExcludedEventDao.findExcludedEvents(int pageNo,
int pageSize,
String orderBy,
boolean orderAscending,
String moduleName,
String flowName)
|
PagedSearchResult<ExcludedEvent> |
ExcludedEventDao.findExcludedEvents(int pageNo,
int pageSize,
String orderBy,
boolean orderAscending,
String moduleName,
String flowName)
Perform a paged search for ExcludedEvents |
| Methods in org.ikasan.framework.event.exclusion.dao with parameters of type ExcludedEvent | |
|---|---|
void |
HibernateExcludedEventDao.delete(ExcludedEvent excludedEvent)
|
void |
ExcludedEventDao.delete(ExcludedEvent excludedEvent)
Deletes excluded event |
void |
HibernateExcludedEventDao.save(ExcludedEvent excludedEvent)
|
void |
ExcludedEventDao.save(ExcludedEvent excludedEvent)
Saves an ExcludedEvent to persistent storage |
| Uses of ExcludedEvent in org.ikasan.framework.event.exclusion.service |
|---|
| Methods in org.ikasan.framework.event.exclusion.service that return ExcludedEvent | |
|---|---|
ExcludedEvent |
ExcludedEventService.getExcludedEvent(String eventId)
Retrieve an ExcludedEvent specified by its event Id |
ExcludedEvent |
ExcludedEventServiceImpl.getExcludedEvent(String eventId)
|
| Methods in org.ikasan.framework.event.exclusion.service that return types with arguments of type ExcludedEvent | |
|---|---|
PagedSearchResult<ExcludedEvent> |
ExcludedEventService.getExcludedEvents(int pageNo,
int pageSize,
String orderBy,
boolean orderAscending,
String moduleName,
String flowName)
Returns a paged listing of ExcludedEvent |
PagedSearchResult<ExcludedEvent> |
ExcludedEventServiceImpl.getExcludedEvents(int pageNo,
int pageSize,
String orderBy,
boolean orderAscending,
String moduleName,
String flowName)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||