Class GisVisibilityRuleUserMatchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<List<BOGisOfflinePackage>>
overit.geocall.bl.BusinessEvent<List<BOGisOfflinePackage>>
overit.geocall.bl.SimpleBusinessEvent<GisVisibilityRuleUserMatchInput,List<BOGisOfflinePackage>>
overit.geocallapp.wfm.core.bl.gis.rule.event.GisVisibilityRuleUserMatchEvent
public class GisVisibilityRuleUserMatchEvent
extends SimpleBusinessEvent<GisVisibilityRuleUserMatchInput,List<BOGisOfflinePackage>>
Event used to determine if a
The launcher must provide a valid
BOUser matches
the BOGisVisibilityRule related to a set of BOGisOfflinePackages. The launcher must provide a valid
GisVisibilityRuleUserMatchInput in order to successfully call this event. - Since:
- 12.0
- GCApi:
- event
- Reactors:
- No Spouts
BTGisVisibilityRuleUserMatch(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 gis visibility rule user match 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
-
GisVisibilityRuleUserMatchEvent
Instantiates a new gis visibility rule user match event.- Parameters:
input- theGisVisibilityRuleUserMatchInput
-