Class SkillConfigurationSkillSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BOSkillConfigurationSkill>>
overit.geocall.bl.BusinessEvent<PageResponse<BOSkillConfigurationSkill>>
overit.geocall.bl.SearchEvent<SkillConfigurationSkillSearchFilter,BOSkillConfigurationSkill>
overit.geocallapp.wfm.skills.bl.configuration.skill.event.SkillConfigurationSkillSearchEvent
public class SkillConfigurationSkillSearchEvent
extends SearchEvent<SkillConfigurationSkillSearchFilter,BOSkillConfigurationSkill>
Event to search a
BOSkillConfigurationSkill. - Since:
- 17
- GCApi:
- event
- Reactors:
- No Spouts
BTSkillConfigurationSkillSearch(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 skill search event.Instantiates a new skill configuration skill 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
-
SkillConfigurationSkillSearchEvent
Instantiates a new skill configuration skill search event.- Parameters:
page- thePagefilter- theSkillConfigurationSkillSearchFilter
-
SkillConfigurationSkillSearchEvent
Instantiates a new skill configuration skill search event.- Parameters:
filter- theSkillConfigurationSkillSearchFilter
-