Uses of Interface
org.ikasan.spec.systemevent.SystemEvent
-
-
Uses of SystemEvent in org.ikasan.spec.systemevent
Methods in org.ikasan.spec.systemevent that return SystemEvent Modifier and Type Method Description SystemEventSystemEventSearchDao. findById(java.lang.String id)Find a system event by its id.SystemEventSystemEventSearchService. findById(java.lang.String id)Find a system event by its id.Methods in org.ikasan.spec.systemevent that return types with arguments of type SystemEvent Modifier and Type Method Description org.ikasan.spec.search.SearchResults<SystemEvent>SystemEventSearchDao. findByFilter(SystemEventSearchFilter searchFilter, int limit, int offset, java.lang.String sortColumn, java.lang.String sortOrder)Find system events that conform to the search filter.org.ikasan.spec.search.SearchResults<SystemEvent>SystemEventSearchService. findByFilter(SystemEventSearchFilter searchFilter, int limit, int offset, java.lang.String sortColumn, java.lang.String sortOrder)Find system events that conform to the search filter.
-