Class WorkOrderOperationAddressesRetrieveEvent
java.lang.Object
public class WorkOrderOperationAddressesRetrieveEvent
extends SimpleBusinessEvent<List<Long>,Map<Long,Long>>
Event to get address IDs for work order operations.
For each work order operation, returns the address ID using priority:
- Scheduling address (AWOOSCHEDULEID_AADD) if exists
- Operation address (AWOOID_AADD) if scheduling address doesn't exist
- Header address (AWORID_AADD) if neither scheduling nor operation address exist
- Since:
- 22.0
- GCApi:
- event
- Reactors:
- No Spouts
BTWorkOrderOperationAddressesRetrieve(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
ConstructorsConstructorDescriptionWorkOrderOperationAddressesRetrieveEvent(List<Long> operationIds) Creates a new work order operation addresses 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
-
WorkOrderOperationAddressesRetrieveEvent
Creates a new work order operation addresses event.- Parameters:
operationIds- the list of work order operation IDs
-