Class SkillConfigurationDivisionDeleteEvent
java.lang.Object
overit.geocall.bl.GenericEvent<BOSkillConfigurationDivision>
overit.geocall.bl.BusinessEvent<BOSkillConfigurationDivision>
overit.geocall.bl.SimpleBusinessEvent<Long,BOSkillConfigurationDivision>
overit.geocall.bl.DeleteEvent<BOSkillConfigurationDivision>
overit.geocallapp.wfm.skills.bl.configuration.division.event.SkillConfigurationDivisionDeleteEvent
public class SkillConfigurationDivisionDeleteEvent
extends DeleteEvent<BOSkillConfigurationDivision>
Event to delete a
The launcher must provide a valid
The listener delete the
BOSkillConfigurationDivision. The launcher must provide a valid
BOSkillConfigurationDivision in order to successfully call this event. The listener delete the
BOSkillConfigurationDivision starting from the event input,
i.e. the given BOSkillConfigurationDivision id. - Since:
- 10.1
- GCApi:
- event
- Reactors:
- No Spouts
BTSkillConfigurationDivisionDelete(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 skill configuration division update event. -
Method Summary
Methods inherited from class overit.geocall.bl.DeleteEvent
getEventOptionsMethods 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
-
SkillConfigurationDivisionDeleteEvent
Instantiates a new skill configuration division update event.- Parameters:
id- theBOSkillConfigurationDivisionid
-