Class WorkOrderLockEvent
java.lang.Object
overit.geocall.bl.GenericEvent<WorkOrderLockOutput>
overit.geocall.bl.BusinessEvent<WorkOrderLockOutput>
overit.geocall.bl.SimpleBusinessEvent<WorkOrderLockInput,WorkOrderLockOutput>
overit.geocallapp.wfm.workorders.bl.event.WorkOrderLockEvent
Event to lock a work order.
The launcher must provide a valid
WorkOrderLockInput in order to successfully call this event.
The listener blocks the work order if it is in a lockable state. If something went
wrong, the listener can throws a DAValidateException.- Since:
- 17.0
- GCApi:
- event
- Reactors:
- No Spouts
BTWorkOrdeLock(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 work order lock 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
-
WorkOrderLockEvent
Instantiates a new work order lock event.- Parameters:
input- theWorkOrderLockInput
-