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 TypeInterfaceDescriptioninterfaceINotificationEmitter<T extends INotificationData>Represents a notification emitter for anINotificationDatatype.interfaceINotificationProcessor<T extends INotificationData>Represents a processor for anINotificationDatatype.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 anINotificationEmitterinstance for a specificINotificationDatatype -
Uses of INotificationData in com.axemble.vdoc.sdk.interfaces.notification.workflow
Subinterfaces of INotificationData in com.axemble.vdoc.sdk.interfaces.notification.workflowModifier and TypeInterfaceDescriptioninterfaceMutual interface to normal and delegated intervention notification datainterfaceDelegated intervention notification data interfaceinterfaceCommon intervention notification data interfaceinterfaceDiscussion message notification data interface