Class WorkOrderUnlockEvent
java.lang.Object
overit.geocall.bl.GenericEvent<WorkOrderUnlockOutput>
overit.geocall.bl.BusinessEvent<WorkOrderUnlockOutput>
overit.geocall.bl.SimpleBusinessEvent<WorkOrderUnlockInput,WorkOrderUnlockOutput>
overit.geocallapp.wfm.workorders.bl.event.WorkOrderUnlockEvent
public class WorkOrderUnlockEvent
extends SimpleBusinessEvent<WorkOrderUnlockInput,WorkOrderUnlockOutput>
Event to unlock a work order.
The launcher must provide a valid
WorkOrderUnlockInput in order to successfully call this event.
The listener unlocks the work order if it is in a correct state. If something went
wrong, the listener can throws a DAValidateException.- Since:
- 17.0
- GCApi:
- event
- Reactors:
- No Spouts
BTWorkOrderUnlock(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 unlock 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
-
WorkOrderUnlockEvent
Instantiates a new work order unlock event.- Parameters:
input- theWorkOrderUnlockInput
-