Class BundleExistsForWorkOrderEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Boolean>
overit.geocall.bl.BusinessEvent<Boolean>
overit.geocall.bl.SimpleBusinessEvent<BundleExistsForWorkOrderFilter,Boolean>
overit.geocallapp.wfm.core.bl.bundler.header.event.BundleExistsForWorkOrderEvent
public class BundleExistsForWorkOrderEvent
extends SimpleBusinessEvent<BundleExistsForWorkOrderFilter,Boolean>
Event to check if the wo or wo operation is contained in a bundle.
The launcher must provide a valid
The launcher must provide a valid
BundleExistsForWorkOrderFilter in order to successfully call this event. - Since:
- 14.0
- GCApi:
- event
- Reactors:
- No Spouts
BTBundleExistsForWorkOrder(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 bundle exists for work order 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
-
BundleExistsForWorkOrderEvent
Instantiates a new bundle exists for work order event.- Parameters:
filter- theBundleExistsForWorkOrderFilter
-