| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  
oracle.iam.notification.vo.EventXMLObject
public class EventXMLObject
| Constructor Summary | |
|---|---|
EventXMLObject() | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getEventType()Provides the type of the event  | 
 java.util.List | 
getParams()Provides parameters associated with the notification event  | 
 java.lang.String | 
getResolverName()Provides resolver class name for the notification event  | 
 java.util.List | 
getStaticData()Provides list of Static Data attached with the event  | 
 void | 
setEventType(java.lang.String eventType)Sets type of the notification event  | 
 void | 
setParams(java.util.List params) | 
 void | 
setResolverName(java.lang.String resolverName)Sets the name of resolver class name for the notification event  | 
 void | 
setStaticData(java.util.List staticData)Attach Static Data with the event.  | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public EventXMLObject()
| Method Detail | 
|---|
public java.util.List getStaticData()
List of Static data attached with the eventpublic void setStaticData(java.util.List staticData)
staticData - List of data to be attachedpublic java.util.List getParams()
list of parameterspublic void setParams(java.util.List params)
public java.lang.String getResolverName()
public void setResolverName(java.lang.String resolverName)
resolverName - resolver class namepublic java.lang.String getEventType()
public void setEventType(java.lang.String eventType)
eventType - type to be set
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||