Class SkillConfigurationDivisionSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BOSkillConfigurationDivision>>
overit.geocall.bl.BusinessEvent<PageResponse<BOSkillConfigurationDivision>>
overit.geocall.bl.SearchEvent<SkillConfigurationDivisionSearchFilter,BOSkillConfigurationDivision>
overit.geocallapp.wfm.skills.bl.configuration.division.event.SkillConfigurationDivisionSearchEvent
public class SkillConfigurationDivisionSearchEvent
extends SearchEvent<SkillConfigurationDivisionSearchFilter,BOSkillConfigurationDivision>
Event to search a
The launcher must provide a valid
The listener searches all the
BOSkillConfigurationDivision. The launcher must provide a valid
SkillConfigurationDivisionSearchFilter in order to successfully call this event. The listener searches all the
BOSkillConfigurationDivision components starting from the event input,
i.e. the given SkillConfigurationDivisionSearchFilter. - Since:
- 10.1
- GCApi:
- event
- Reactors:
- No Spouts
BTSkillConfigurationDivisionSearch(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 skill configuration division search event.Instantiates a new skill configuration division 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
-
SkillConfigurationDivisionSearchEvent
public SkillConfigurationDivisionSearchEvent(Page page, SkillConfigurationDivisionSearchFilter filter) Instantiates a new skill configuration division search event.- Parameters:
page- thePagefilter- theSkillConfigurationDivisionSearchFilter
-
SkillConfigurationDivisionSearchEvent
Instantiates a new skill configuration division search event.- Parameters:
filter- theSkillConfigurationDivisionSearchFilter
-