Class WorkOrderNoteSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BOWorkOrderNote>>
overit.geocall.bl.BusinessEvent<PageResponse<BOWorkOrderNote>>
overit.geocall.bl.SearchEvent<WorkOrderNoteSearchFilter,BOWorkOrderNote>
overit.geocallapp.wfm.workorders.bl.note.event.WorkOrderNoteSearchEvent
public class WorkOrderNoteSearchEvent
extends SearchEvent<WorkOrderNoteSearchFilter,BOWorkOrderNote>
Event to search a
The launcher must provide a valid
The listener searches all the
BOWorkOrderNote. The launcher must provide a valid
WorkOrderNoteSearchFilter in order to successfully call this event. The listener searches all the
BOWorkOrderNote components starting from the event input,
i.e. the given WorkOrderNoteSearchFilter. - Since:
- 22.0
- GCApi:
- event
- Reactors:
- No Spouts
BTWorkOrderNoteSearch(0)-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
Fields inherited from class overit.geocall.bl.SearchEvent
filter, order, pageFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionWorkOrderNoteSearchEvent(Page page, WorkOrderNoteSearchFilter filter) Instantiates a search event with pagination and filter.Instantiates a search event with the specified filter. -
Method Summary
Methods inherited from class overit.geocall.bl.SearchEvent
getEventOptions, getFilter, getOrder, getPage, setOrderMethods inherited from class overit.geocall.bl.BusinessEvent
doLaunchMethods inherited from class overit.geocall.bl.GenericEvent
clearEvents, defineInterruptor, defineResult, getJournal, getResult, getSpouts, getStreamJournal, isInternal, launch, launch, launchAsync, launchAsync, register, registerSpouts
-
Constructor Details
-
WorkOrderNoteSearchEvent
Instantiates a search event with the specified filter.- Parameters:
filter- theWorkOrderNoteSearchFilterthat contains the set of filters that will be applied to the search
-
WorkOrderNoteSearchEvent
Instantiates a search event with pagination and filter.- Parameters:
page- thePagethat will contain the paginated resultfilter- theWorkOrderNoteSearchFilterthat contains the set of filters that will be applied to the search
-