Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1)

E10663-02


oracle.rules.sdk2.dictionary
Class DictionaryChangeEvent

java.lang.Object
  extended by oracle.rules.sdk2.dictionary.DictionaryChangeEvent


public class DictionaryChangeEvent
extends java.lang.Object

A DictionaryChangeEvent notifies DictionaryChangeListeners of changes in the state or validity of the RuleDictionary.


Nested Class Summary
static class DictionaryChangeEvent.ObjectChange
           

 

Field Summary
 java.util.List<DictionaryChangeEvent.ObjectChange> changedObjects
           
static int CHILD_CHANGED
           
static int JAVACLASSPATH_MODIFIED
           
static int OBJECT_ADDED
           
static int OBJECT_DIFF
          The Diff status of the object (may have) changed.
static int OBJECT_INVALID
           
static int OBJECT_REMOVED
           
static int OBJECT_UPDATED
           
static int OBJECT_VALID
           
static int ROLLBACK
           
static int SCHEMAS_MODIFIED
           

 

Constructor Summary
DictionaryChangeEvent(java.util.List<DictionaryChangeEvent.ObjectChange> changes)
           

 

Method Summary

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

OBJECT_ADDED

public static final int OBJECT_ADDED
See Also:
Constant Field Values

OBJECT_REMOVED

public static final int OBJECT_REMOVED
See Also:
Constant Field Values

OBJECT_UPDATED

public static final int OBJECT_UPDATED
See Also:
Constant Field Values

CHILD_CHANGED

public static final int CHILD_CHANGED
See Also:
Constant Field Values

OBJECT_VALID

public static final int OBJECT_VALID
See Also:
Constant Field Values

OBJECT_INVALID

public static final int OBJECT_INVALID
See Also:
Constant Field Values

ROLLBACK

public static final int ROLLBACK
See Also:
Constant Field Values

SCHEMAS_MODIFIED

public static final int SCHEMAS_MODIFIED
See Also:
Constant Field Values

JAVACLASSPATH_MODIFIED

public static final int JAVACLASSPATH_MODIFIED
See Also:
Constant Field Values

OBJECT_DIFF

public static final int OBJECT_DIFF
The Diff status of the object (may have) changed.
See Also:
Constant Field Values

changedObjects

public java.util.List<DictionaryChangeEvent.ObjectChange> changedObjects

Constructor Detail

DictionaryChangeEvent

public DictionaryChangeEvent(java.util.List<DictionaryChangeEvent.ObjectChange> changes)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1)

E10663-02


Copyright © 2009, Oracle and/or its affiliates. All rights reserved.