Uses of Class
step.controller.multitenancy.MultitenancyManager
-
Packages that use MultitenancyManager Package Description step.controller.multitenancy step.plugins.notification step.plugins.notification.event -
-
Uses of MultitenancyManager in step.controller.multitenancy
Constructors in step.controller.multitenancy with parameters of type MultitenancyManager Constructor Description MultitenantRoleResolver(MultitenancyManager multitenancyManager, step.core.access.UserAccessor userAccessor)
-
Uses of MultitenancyManager in step.plugins.notification
Fields in step.plugins.notification declared as MultitenancyManager Modifier and Type Field Description protected MultitenancyManager
NotificationEngine. multitenancyManager
Constructors in step.plugins.notification with parameters of type MultitenancyManager Constructor Description NotificationEngine(step.core.accessors.Accessor<NotificationSubscription> notificationAccessor, NotificationGatewayManager notificationGatewayManager, MultitenancyManager multitenancyManager)
-
Uses of MultitenancyManager in step.plugins.notification.event
Methods in step.plugins.notification.event with parameters of type MultitenancyManager Modifier and Type Method Description java.lang.String
NotificationEventType. getTenant(step.core.execution.ExecutionContext context, MultitenancyManager multitenancyManager)
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)
-