Package oracle.rules.sdk2.dictionary
Class DictionaryComponent.Diff<T extends DictionaryComponent>
java.lang.Object
oracle.rules.sdk2.dictionary.DictionaryComponent.Diff<T>
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DictionaryComponent<T extends DictionaryComponent>
public static class DictionaryComponent.Diff<T extends DictionaryComponent>
extends Object
implements Serializable
This class describes the differences between 2
DictionaryComponent
s,
called this
and that
from different RuleDictionaries.
It is also possible to apply the differences.- See Also:
-
Method Details
-
getDiffType
Get the type of this Diff, depending on diff merge mode.- Returns:
DictionaryComponent.DiffType
-
getThat
Getthat
component- Returns:
- DictionaryComponent
-
getThis
Getthis
component- Returns:
- DictionaryComponent
-
applyDiff
public void applyDiff()apply the Diff - makethis
the same asthat
-
removeDiff
public void removeDiff() -
getVersionInfo
Get the versionInfo associated with this Diff- Returns:
- the Object passed to
RuleDictionary.diff(oracle.rules.sdk2.dictionary.RuleDictionary, java.lang.Object)
-