Class SkillConfigurationHistorySearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BOSkillConfigurationHistory>>
overit.geocall.bl.BusinessEvent<PageResponse<BOSkillConfigurationHistory>>
overit.geocall.bl.SearchEvent<SkillConfigurationHistorySearchFilter,BOSkillConfigurationHistory>
overit.geocallapp.wfm.skills.bl.configuration.history.event.SkillConfigurationHistorySearchEvent
public class SkillConfigurationHistorySearchEvent
extends SearchEvent<SkillConfigurationHistorySearchFilter,BOSkillConfigurationHistory>
Event to search a
The launcher must provide a valid
The listener searches all the
BOSkillConfigurationHistory. The launcher must provide a valid
SkillConfigurationHistorySearchFilter in order to successfully call this event. The listener searches all the
BOSkillConfigurationHistory components starting from the event input,
i.e. the given SkillConfigurationHistorySearchFilter. - Since:
- 15.0
- GCApi:
- event
- Reactors:
- No Spouts
BTSkillConfigurationHistorySearch(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 material history search event.Instantiates a new material history 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
-
SkillConfigurationHistorySearchEvent
public SkillConfigurationHistorySearchEvent(Page page, SkillConfigurationHistorySearchFilter filter) Instantiates a new material history search event.- Parameters:
page- thePagethat will contain the paginated resultfilter-SkillConfigurationHistorySearchFilterthe set of filters that will be applied to the search
-
SkillConfigurationHistorySearchEvent
Instantiates a new material history search event.- Parameters:
filter-SkillConfigurationHistorySearchFilterthe set of filters that will be applied to the search
-