|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--oracle.dss.metadataUtil.BaseEvent
|
+--oracle.dss.metadataManager.common.MetadataManagerEvent
|
+--oracle.dss.metadataManager.common.MetadataModifiedEvent
Describes changes to metadata. To listen for these events, implement the MetadataManagerListener interface, and register the listener by calling MetadataManager.addListener method.
MetadataManagerListener, MetadataManager.addListener(oracle.dss.metadataManager.common.MetadataManagerListener), Serialized Form| Field Summary | |
static int |
COPYAn MDObject has been copied to another folder. |
static int |
DEPENDENT_LOADThe depedents of an MDObject has been loaded during the retrieve of UserObject |
static int |
MODIFYThe properties of an MDObject has been modified. |
static int |
MOVEAn MDObject has been moved to another folder. |
static int |
REMOVEAn MDObject has been removed from its parent. |
static int |
REMOVEALLAll the children have been removed from the MDObject. |
static int |
RENAMEAn MDObject has been renamed. |
static int |
SETAn MDObject has been added to its parent or has been replaced in its parent. |
| Method Summary | |
int |
getModOperation()Retrieves the kind of change that was made to the modified object. |
boolean |
isParentModified(java.lang.Object listenerObject)Indicates whether the modified object contains a specified object. |
| Methods inherited from class oracle.dss.metadataManager.common.MetadataManagerEvent |
getObject |
| Methods inherited from class oracle.dss.metadataUtil.BaseEvent |
consume, isConsumable, isConsumed, setLocale |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int SET
MDObject has been added to its parent or has been replaced in its parent.public static final int REMOVE
MDObject has been removed from its parent.public static final int REMOVEALL
MDObject.public static final int COPY
MDObject has been copied to another folder.public static final int MOVE
MDObject has been moved to another folder.public static final int MODIFY
MDObject has been modified.public static final int DEPENDENT_LOAD
MDObject has been loaded during the retrieve of UserObjectpublic static final int RENAME
MDObject has been renamed.| Method Detail |
public boolean isParentModified(java.lang.Object listenerObject)
throws MetadataManagerException
listenerObject - The object that might be affected by the modification.true if listenerObject is affected by the change, false if it is not.public int getModOperation()
null if not modification operation was specified in the constructor. Valid constants are listed in the See Also section.SET, COPY, MOVE, REMOVE, REMOVEALL
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||