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