Class DataCollectionSheetSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BODataCollectionSheet>>
overit.geocall.bl.BusinessEvent<PageResponse<BODataCollectionSheet>>
overit.geocall.bl.SearchEvent<DataCollectionSheetSearchFilter,BODataCollectionSheet>
overit.geocallapp.wfm.mobileforms.bl.sheet.event.DataCollectionSheetSearchEvent
public class DataCollectionSheetSearchEvent
extends SearchEvent<DataCollectionSheetSearchFilter,BODataCollectionSheet>
Event to search a
BODataCollectionSheet.
The launcher must provide a valid DataCollectionSheetSearchFilter in order to successfully call this event.
The listener searches all the BODataCollectionSheet components starting from the event input, i.e. the given
DataCollectionSheetSearchFilter.
- Since:
- 22.0
- GCApi:
- event
- Reactors:
- No Spouts
BTDataCollectionSheetSearch(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
ConstructorsConstructorDescriptionWrites thePageResponseof searchedBODataCollectionSheetinto the event journal.Writes thePageResponseof searchedBODataCollectionSheetinto the event journal. -
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
-
DataCollectionSheetSearchEvent
Writes thePageResponseof searchedBODataCollectionSheetinto the event journal.- Parameters:
page- thePagefilter- theDataCollectionSheetSearchFilter
-
DataCollectionSheetSearchEvent
Writes thePageResponseof searchedBODataCollectionSheetinto the event journal.- Parameters:
filter- theDataCollectionSheetSearchFilter
-