Class GisAuthConfigLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<BOGisAuthConfig>
overit.geocall.bl.BusinessEvent<BOGisAuthConfig>
overit.geocall.bl.SimpleBusinessEvent<GisAuthConfigLoadInput,BOGisAuthConfig>
overit.geocall.bl.GenericLoadEvent<GisAuthConfigLoadInput,BOGisAuthConfig>
overit.geocallapp.wfm.core.bl.gis.authentication.event.GisAuthConfigLoadEvent
@Deprecated(since="22.0",
forRemoval=true)
public class GisAuthConfigLoadEvent
extends GenericLoadEvent<GisAuthConfigLoadInput,BOGisAuthConfig>
Deprecated, for removal: This API element is subject to removal in a future version.
Event to load a
The launcher must provide a valid input in order to successfully call this event.
The listener loads all the
BOGisAuthConfig. The launcher must provide a valid input in order to successfully call this event.
The listener loads all the
BOGisAuthConfig components starting from the event input,
i.e. the given authentication code. - Since:
- 17.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
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Instantiates a new Gis authorization configuration load event. -
Method Summary
Methods inherited from class overit.geocall.bl.GenericLoadEvent
getEventOptionsMethods 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
-
GisAuthConfigLoadEvent
Deprecated, for removal: This API element is subject to removal in a future version.Instantiates a new Gis authorization configuration load event.- Parameters:
input- the input requested to properly load the configuration
-