Class WorkOrderOperationStatusChangeEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.bl.SimpleBusinessEvent<WorkOrderOperationStatusChangeInput,Void>
overit.geocallapp.wfm.workorders.bl.operation.status.event.WorkOrderOperationStatusChangeEvent
@Deprecated(since="20.1",
forRemoval=true)
public class WorkOrderOperationStatusChangeEvent
extends SimpleBusinessEvent<WorkOrderOperationStatusChangeInput,Void>
Deprecated, for removal: This API element is subject to removal in a future version.
Event to point out that the work order operation state has been modified.
The launcher must provide a valid
WorkOrderOperationStatusChangeInput in order to successfully call this event.
The listener could use this event to perform actions after the work order operation state change.- Since:
- 17.0
- GCApi:
- event
- No Reactors
- No Spouts
-
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
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Instantiates a new operation status change 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
-
WorkOrderOperationStatusChangeEvent
Deprecated, for removal: This API element is subject to removal in a future version.Instantiates a new operation status change event.- Parameters:
input- theWorkOrderOperationStatusChangeInput
-