Package com.webmethods.event
Interface ICAFSubscriptionBean
- All Superinterfaces:
Serializable
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGenerate a new notification recipient including the subscription information that matchedto serialize this beanThe view to render this subscriptionboolean
match
(ICAFNotificationBean notification) By default, this will evaluate the conditions (rules) that are associated with the original Event Handler
-
Method Details
-
getSubscriptionView
String getSubscriptionView()The view to render this subscription -
match
By default, this will evaluate the conditions (rules) that are associated with the original Event Handler- Returns:
- true if this notification instance has matched
- Throws:
PortalException
-
getNotificationRecipients
List<INotificationRecipient> getNotificationRecipients()Generate a new notification recipient including the subscription information that matched -
getSerializationInfo
ICAFSubscriptionBean.SerializationInfo getSerializationInfo()to serialize this bean
-