Uses of Interface
com.axemble.vdoc.sdk.interfaces.notification.INotificationData
Packages that use INotificationData
Package
Description
-
Uses of INotificationData in com.axemble.vdoc.sdk.impl
Methods in com.axemble.vdoc.sdk.impl with type parameters of type INotificationDataModifier and TypeMethodDescription<T extends INotificationData>
INotificationEmitter<T> NotificationController.createNotificationEmitter
(Class<T> notificationDataClass) -
Uses of INotificationData in com.axemble.vdoc.sdk.interfaces.notification
Classes in com.axemble.vdoc.sdk.interfaces.notification with type parameters of type INotificationDataModifier and TypeInterfaceDescriptioninterface
INotificationEmitter<T extends INotificationData>
Represents a notification emitter for anINotificationData
type.interface
INotificationProcessor<T extends INotificationData>
Represents a processor for anINotificationData
type.Methods in com.axemble.vdoc.sdk.interfaces.notification with type parameters of type INotificationDataModifier and TypeMethodDescription<T extends INotificationData>
INotificationEmitter<T> INotificationController.createNotificationEmitter
(Class<T> notificationDataClass) Create and return anINotificationEmitter
instance for a specificINotificationData
type -
Uses of INotificationData in com.axemble.vdoc.sdk.interfaces.notification.workflow
Subinterfaces of INotificationData in com.axemble.vdoc.sdk.interfaces.notification.workflowModifier and TypeInterfaceDescriptioninterface
Mutual interface to normal and delegated intervention notification datainterface
Delegated intervention notification data interfaceinterface
Common intervention notification data interfaceinterface
Discussion message notification data interface