Class TeamActivityManualAssignmentEvent
java.lang.Object
overit.geocall.bl.GenericEvent<TeamActivityManualAssignmentOutput>
overit.geocall.bl.BusinessEvent<TeamActivityManualAssignmentOutput>
overit.geocall.bl.SimpleBusinessEvent<TeamActivityManualAssignmentInput,TeamActivityManualAssignmentOutput>
overit.geocallapp.wfm.core.bl.schedule.team.event.TeamActivityManualAssignmentEvent
public class TeamActivityManualAssignmentEvent
extends SimpleBusinessEvent<TeamActivityManualAssignmentInput,TeamActivityManualAssignmentOutput>
Event to schedule an activity to a resource
The launcher must provide a valid
The launcher must provide a valid
TeamActivityManualAssignmentInput object in order to successfully call this event. - Since:
- 18.0
- GCApi:
- event
- Reactors:
- No Spouts
BTTeamActivityManualAssignment(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
ConstructorsConstructorDescriptionSchedule 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
-
TeamActivityManualAssignmentEvent
Schedule an activity to a resource.- Parameters:
input- theTeamActivityManualAssignmentInput
-