Class ResourceSkillQualificationLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<ResourceSkillQualification>
overit.geocall.bl.BusinessEvent<ResourceSkillQualification>
overit.geocall.bl.SimpleBusinessEvent<Long,ResourceSkillQualification>
overit.geocallapp.wfm.orchestrator.workforce.bl.skill.event.ResourceSkillQualificationLoadEvent
public class ResourceSkillQualificationLoadEvent
extends SimpleBusinessEvent<Long,ResourceSkillQualification>
Event to load the skill and the qualifications of a
The listener load the skill and the qualifications of the
BOResource.
The launcher must provide a valid BOResource id in order to successfully call this event. The listener load the skill and the qualifications of the
BOResource starting from the event input.- Since:
- 17.0
- GCApi:
- event
- Reactors:
- No Spouts
BTResourceSkillQualificationLoad(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.SimpleBusinessEvent
inputFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new resource skill qualification load event. -
Method Summary
Methods inherited from class overit.geocall.bl.SimpleBusinessEvent
getInputMethods 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
-
ResourceSkillQualificationLoadEvent
Instantiates a new resource skill qualification load event.- Parameters:
input- theResourceSkillQualificationLoadEvent
-