Class GisOfflinePackagePushNotificationsCreateEvent
java.lang.Object
overit.geocall.bl.GenericEvent<List<overit.geocallapp.replicator.basic.base.pushnotifications.PushNotification>>
overit.geocall.bl.BusinessEvent<List<overit.geocallapp.replicator.basic.base.pushnotifications.PushNotification>>
overit.geocall.bl.SimpleBusinessEvent<Void,List<overit.geocallapp.replicator.basic.base.pushnotifications.PushNotification>>
overit.geocallapp.wfm.core.bl.gis.offline.notification.event.GisOfflinePackagePushNotificationsCreateEvent
public class GisOfflinePackagePushNotificationsCreateEvent
extends SimpleBusinessEvent<Void,List<overit.geocallapp.replicator.basic.base.pushnotifications.PushNotification>>
Event which creates the
PushNotifications used to notify all the corresponding BOUsers
that a BOGisOfflinePackage has been modified. - Since:
- 12.0
- GCApi:
- event
- Reactors:
- No Spouts
BTGisOfflinePackagePushNotificationsCreate(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 offline package push notifications create 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
-
GisOfflinePackagePushNotificationsCreateEvent
Instantiates a new gis offline package push notifications create event.- Parameters:
v- the v
-