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 eventvoid
setEventType
(String eventType) Sets type of the notification eventvoid
setParams
(List<NotificationAttribute> params) Attach parameters associated with the notification eventvoid
setResolverName
(String resolverName) Sets the name of resolver class name for the notification eventvoid
setStaticData
(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:
List
of Static data attached with the event
-
setStaticData
Attach Static Data with the event.- Parameters:
staticData
-List
of data to be attached
-
getParams
Provides parameters associated with the notification event- Returns:
list
of parameters
-
setParams
Attach parameters associated with the notification event- Parameters:
params
-list
of 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
-