Uses of Class
overit.geocallapp.wfm.execution.bl.outcome.intervention.event.InterventionExecutionInput
Packages that use InterventionExecutionInput
Package
Description
-
Uses of InterventionExecutionInput in overit.geocallapp.wfm.execution.bl.outcome.intervention.event
Constructors in overit.geocallapp.wfm.execution.bl.outcome.intervention.event with parameters of type InterventionExecutionInputModifierConstructorDescriptionCreates an instance of InterventionArrivalOnSiteEvent.Creates an instance of InterventionStartEvent.Creates an instance of InterventionTakeInChargeEvent. -
Uses of InterventionExecutionInput in overit.geocallapp.wfm.orchestrator.workorders.bl.outcome.intervention.task
Classes in overit.geocallapp.wfm.orchestrator.workorders.bl.outcome.intervention.task with type parameters of type InterventionExecutionInputModifier and TypeClassDescriptionclassBusiness task used to save the intervention information related to the arrival on site of the technician.classAn abstract class that extendsValidPermissionBusinessTaskand represents a business task for executing an intervention.classBTInterventionStart<T extends InterventionExecutionInput>Represents a business task class for an intervention start.classRepresents a business task class for taking in charge an intervention.Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.outcome.intervention.task with parameters of type InterventionExecutionInputModifier and TypeMethodDescriptionprotected voidBTInterventionArrivalOnSite.performInterventionAction(InterventionExecutionInput input, PoolKit poolKit) Arrival at the site an intervention by updating the intervention outcome and sending a notification that will update the agenda status.protected abstract voidBTInterventionExecution.performInterventionAction(InterventionExecutionInput input, PoolKit poolKit) protected voidBTInterventionStart.performInterventionAction(InterventionExecutionInput input, PoolKit poolKit) Start an intervention by updating the intervention outcome and sending a notification that will update the agenda status.protected voidBTInterventionTakeInCharge.performInterventionAction(InterventionExecutionInput input, PoolKit poolKit) Takes in charge an intervention by updating the intervention outcome and sending a notification that will update the agenda status.protected voidBTInterventionExecution.validateInput(InterventionExecutionInput input, PoolKit poolKit) Validates the input for the intervention execution task.