Class TeamPreProcessAssignmentEvent
java.lang.Object
overit.geocall.bl.GenericEvent<TeamPreProcessAssignmentOutput>
overit.geocall.bl.BusinessEvent<TeamPreProcessAssignmentOutput>
overit.geocall.bl.SimpleBusinessEvent<TeamPreProcessAssignmentInput,TeamPreProcessAssignmentOutput>
overit.geocallapp.wfm.core.bl.schedule.team.event.TeamPreProcessAssignmentEvent
public class TeamPreProcessAssignmentEvent
extends SimpleBusinessEvent<TeamPreProcessAssignmentInput,TeamPreProcessAssignmentOutput>
Event to pre-process the schedulation of an activity to a resource
The launcher must provide a valid
The launcher must provide a valid
TeamPreProcessAssignmentInput object in order to successfully call this event. - Since:
- 18.0
- GCApi:
- event
- Reactors:
- No Spouts
BTTeamPreProcessAssignment(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
ConstructorsConstructorDescriptionPre-process the schedulation of an activity to a resource. -
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
-
TeamPreProcessAssignmentEvent
Pre-process the schedulation of an activity to a resource.- Parameters:
input- theTeamPreProcessAssignmentInput
-