Skip navigation links

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

E10663-03


oracle.rules.sdk2.dictionary
Class DictionaryProperty.Diff

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

Direct Known Subclasses:
IDTableProperty.Diff, SettableProperty.Diff, TableProperty.Diff
Enclosing class:
DictionaryProperty<T>

public static class DictionaryProperty.Diff
extends java.lang.Object

Describe differences between 2 DictionaryProperty this and that, and allow the differences from that to be appled to this so this and that are the same.


Method Summary
 void applyDiff()
          apply the Diff - make this the same as that
 DictionaryProperty.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

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)

getDiffType

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

applyDiff

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

Skip navigation links

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

E10663-03


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