Class GisFileOutcomeUpdateEvent
java.lang.Object
overit.geocall.bl.GenericEvent<String>
overit.geocall.bl.BusinessEvent<String>
overit.geocall.bl.SimpleBusinessEvent<GisFileOutcomeUpdateInput,String>
overit.geocallapp.wfm.core.bl.gis.offline.event.GisFileOutcomeUpdateEvent
public class GisFileOutcomeUpdateEvent
extends SimpleBusinessEvent<GisFileOutcomeUpdateInput,String>
Event to update the needed resource when the gis file has been uploaded.
The launcher must provide a valid external id of the needed
The launcher must provide a valid external id of the needed
BOGisOfflinePackage in order to successfully call this event. - Since:
- 12.0
- GCApi:
- event
- Reactors:
- No Spouts
BTGisFileOutcomeUpdate(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 file S3 outcome update 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
-
GisFileOutcomeUpdateEvent
Instantiates a new gis file S3 outcome update event.- Parameters:
input- the input
-