Class ResourceInterventionSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BOIntervention>>
overit.geocall.bl.BusinessEvent<PageResponse<BOIntervention>>
overit.geocall.bl.SearchEvent<ResourceInterventionSearchFilter,BOIntervention>
overit.geocallapp.wfm.execution.bl.intervention.event.ResourceInterventionSearchEvent
public class ResourceInterventionSearchEvent
extends SearchEvent<ResourceInterventionSearchFilter,BOIntervention>
SimpleBusinessEvent that returns activities assigned to resource.
- Since:
- 18.0
- GCApi:
- event
- Reactors:
- No Spouts
BTResourceInterventionSearch(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
ConstructorsConstructorDescriptionCreates an instance of InterventionAssignedResourcesEvent.Creates an instance of InterventionAssignedResourcesEvent. -
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
-
ResourceInterventionSearchEvent
Creates an instance of InterventionAssignedResourcesEvent.- Parameters:
input- the InterventionAssignedResourcesInput object containing the input data for the event
-
ResourceInterventionSearchEvent
Creates an instance of InterventionAssignedResourcesEvent.- Parameters:
input- the InterventionAssignedResourcesInput object containing the input data for the event
-