Class OperationCenterMainAddressEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.bl.SimpleBusinessEvent<OperationCenterMainAddressInput,Void>
overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.address.event.OperationCenterMainAddressEvent
public class OperationCenterMainAddressEvent
extends SimpleBusinessEvent<OperationCenterMainAddressInput,Void>
Event used to set the main address of an operation center.
The launcher must provide a valid
The launcher must provide a valid
OperationCenterMainAddressInput in order to successfully call this event. - Since:
- 17.0
- GCApi:
- event
- Reactors:
- No Spouts
BTOperationCenterMainAddress(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 event for set the main operation center address. -
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
-
OperationCenterMainAddressEvent
Instantiates a new event for set the main operation center address.- Parameters:
input- theOperationCenterMainAddressInput
-