public interface INotificationEventType
Modifier and Type | Method and Description |
---|---|
NotificationPayload |
getPayload(FlexDeployAPITransaction pTransaction,
NotificationEvent pNotificationEvent) |
NotificationPayload |
getPreviewPayload(FlexDeployAPITransaction pTransaction,
NotificationEvent pNotificationEvent) |
java.lang.Boolean |
isValid(NotificationPayload pPayload,
NotificationEvent pNotificationEvent) |
NotificationPayload getPreviewPayload(FlexDeployAPITransaction pTransaction, NotificationEvent pNotificationEvent) throws java.sql.SQLException
java.sql.SQLException
NotificationPayload getPayload(FlexDeployAPITransaction pTransaction, NotificationEvent pNotificationEvent) throws java.sql.SQLException
java.sql.SQLException
java.lang.Boolean isValid(NotificationPayload pPayload, NotificationEvent pNotificationEvent) throws java.sql.SQLException
java.sql.SQLException