Uses of Class
step.plugins.notification.NotificationSubscription
-
Packages that use NotificationSubscription Package Description step.plugins.notification step.plugins.notification.event -
-
Uses of NotificationSubscription in step.plugins.notification
Fields in step.plugins.notification with type parameters of type NotificationSubscription Modifier and Type Field Description protected step.core.accessors.Accessor<NotificationSubscription>
NotificationEngine. notificationAccessor
Methods in step.plugins.notification that return NotificationSubscription Modifier and Type Method Description NotificationSubscription
NotificationServices. getNotificationSubscription(java.lang.String id)
Methods in step.plugins.notification that return types with arguments of type NotificationSubscription Modifier and Type Method Description java.util.List<NotificationSubscription>
NotificationServices. getAllNotificationSubscriptions(java.lang.Integer skip, java.lang.Integer limit)
java.util.List<NotificationSubscription>
NotificationEngine. getNotificationSubscriptionsByPlan(step.core.repositories.RepositoryObjectReference planRef)
java.util.List<NotificationSubscription>
NotificationServices. getNotificationSubscriptionsByPlanRef(step.core.repositories.RepositoryObjectReference planRef)
Methods in step.plugins.notification with parameters of type NotificationSubscription Modifier and Type Method Description void
NotificationServices. saveNotificationSubscription(NotificationSubscription subscription)
Constructor parameters in step.plugins.notification with type arguments of type NotificationSubscription Constructor Description NotificationEngine(step.core.accessors.Accessor<NotificationSubscription> notificationAccessor, NotificationGatewayManager notificationGatewayManager, MultitenancyManager multitenancyManager)
NotificationSubscriptionAccessor(step.core.collections.Collection<NotificationSubscription> collectionDriver)
-
Uses of NotificationSubscription in step.plugins.notification.event
Methods in step.plugins.notification.event with parameters of type NotificationSubscription Modifier and Type Method Description Notification
ExecutionEndedEventType. handle(NotificationSubscription subscription, step.core.execution.ExecutionContext context, MultitenancyManager multitenancyManager)
Notification
ExecutionFailedEventType. handle(NotificationSubscription subscription, step.core.execution.ExecutionContext context, MultitenancyManager multitenancyManager)
abstract Notification
NotificationEventType. handle(NotificationSubscription subscription, step.core.execution.ExecutionContext context, MultitenancyManager multitenancyManager)
-