Skip navigation links

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

E10663-10


oracle.rules.sdk2.dictionary
Class DictionaryComponent.Diff

java.lang.Object
  extended by oracle.rules.sdk2.dictionary.DictionaryComponent.Diff

All Implemented Interfaces:
java.io.Serializable
Enclosing class:
DictionaryComponent

public static class DictionaryComponent.Diff
extends java.lang.Object
implements java.io.Serializable

This class describes the differences between 2 DictionaryComponents, called this and that from different RuleDictionaries. It is also possible to apply the differences.

See Also:
Serialized Form

Method Summary
 void applyDiff()
          apply the Diff - make this the same as that
 DictionaryComponent.DiffType getDiffType()
          Get the type of this Diff
 java.lang.Object getVersionInfo()
          Get the versionInfo associated with this Diff

 

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

 

Method Detail

getDiffType

public DictionaryComponent.DiffType getDiffType()
Get the type of this Diff
Returns:
DictionaryComponent.DiffType

applyDiff

public void applyDiff()
apply the Diff - make this the same as that

getVersionInfo

public java.lang.Object getVersionInfo()
Get the versionInfo associated with this Diff
Returns:
the Object passed to RuleDictionary.diff(oracle.rules.sdk2.dictionary.RuleDictionary, java.lang.Object)

Skip navigation links

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

E10663-10


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