Class GisOfflinePackageSaveFileEvent
java.lang.Object
overit.geocall.bl.GenericEvent<overit.geocallapp.docshare.docsharing.model.Resource>
overit.geocall.bl.BusinessEvent<overit.geocallapp.docshare.docsharing.model.Resource>
overit.geocall.bl.SimpleBusinessEvent<GisOfflinePackageSaveFileInput,overit.geocallapp.docshare.docsharing.model.Resource>
overit.geocallapp.wfm.core.bl.gis.offline.event.GisOfflinePackageSaveFileEvent
public class GisOfflinePackageSaveFileEvent
extends SimpleBusinessEvent<GisOfflinePackageSaveFileInput,overit.geocallapp.docshare.docsharing.model.Resource>
Event to save a new file related to a
The launcher must provide a valid
BOGisOfflinePackage. The launcher must provide a valid
GisOfflinePackageSaveFileInput in order to successfully call this event. - Since:
- 12.0
- GCApi:
- event
- Reactors:
- No Spouts
BTGisOfflinePackageSaveFile(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 save gis offline package file 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
-
GisOfflinePackageSaveFileEvent
Instantiates a new save gis offline package file event.- Parameters:
input- theGisOfflinePackageSaveFileInput
-