Class ResourceWithInterventionSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<ResourceWithIntervention>>
overit.geocall.bl.BusinessEvent<PageResponse<ResourceWithIntervention>>
overit.geocall.bl.SearchEvent<ResourceWithInterventionSearchFilter,ResourceWithIntervention>
overit.geocallapp.wfm.orchestrator.workorders.bl.resourcewithintervention.event.ResourceWithInterventionSearchEvent
public class ResourceWithInterventionSearchEvent
extends SearchEvent<ResourceWithInterventionSearchFilter,ResourceWithIntervention>
Event to search for resources with their associated interventions.
The launcher must provide a valid
The listener performs the actual search operation and populates the event journal with the results
The launcher must provide a valid
ResourceWithInterventionSearchFilter
in order to successfully call this event. The listener performs the actual search operation and populates the event journal with the results
- Since:
- 18.0
- GCApi:
- event
- Reactors:
- No Spouts
BTResourceWithInterventionSearch(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
ConstructorsConstructorDescriptionInstantiates a new resource with intervention search event. -
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
-
ResourceWithInterventionSearchEvent
Instantiates a new resource with intervention search event.- Parameters:
page- the pagination information for the search resultsfilter- the filter criteria to use for the search
-