Package oracle.iam.notification.vo
Class EventXMLObject
java.lang.Object
oracle.iam.notification.vo.EventXMLObject
- All Implemented Interfaces:
Serializable
This object represents the Notification Event
- Author:
- saggarwa
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProvides the type of the eventProvides parameters associated with the notification eventProvides resolver class name for the notification eventProvides list of Static Data attached with the eventvoidsetEventType(String eventType) Sets type of the notification eventvoidsetParams(List<NotificationAttribute> params) Attach parameters associated with the notification eventvoidsetResolverName(String resolverName) Sets the name of resolver class name for the notification eventvoidsetStaticData(List<NotificationAttribute> staticData) Attach Static Data with the event.
-
Constructor Details
-
EventXMLObject
public EventXMLObject()
-
-
Method Details
-
getStaticData
Provides list of Static Data attached with the event- Returns:
Listof Static data attached with the event
-
setStaticData
Attach Static Data with the event.- Parameters:
staticData-Listof data to be attached
-
getParams
Provides parameters associated with the notification event- Returns:
listof parameters
-
setParams
Attach parameters associated with the notification event- Parameters:
params-listof parameters
-
getResolverName
Provides resolver class name for the notification event- Returns:
- class name of the resolver class for the notification event
-
setResolverName
Sets the name of resolver class name for the notification event- Parameters:
resolverName- resolver class name
-
getEventType
Provides the type of the event- Returns:
- type of the event
-
setEventType
Sets type of the notification event- Parameters:
eventType- type to be set
-