Package oracle.rules.sdk2.dictionary
Class TableProperty<T extends DictionaryComponent>
java.lang.Object
oracle.rules.sdk2.dictionary.DictionaryProperty<DictionaryComponentTable<T>>
oracle.rules.sdk2.dictionary.TableProperty<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
Serializable
public class TableProperty<T extends DictionaryComponent>
extends DictionaryProperty<DictionaryComponentTable<T>>
A TableProperty is a
DictionaryProperty
whose value is a DictionaryComponentTable
.
In other words, the value of a table property is a table (List) of dictionary components.- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class oracle.rules.sdk2.dictionary.DictionaryProperty
DictionaryProperty.DiffType
-
Method Summary
Modifier and TypeMethodDescriptiondiff
(TableProperty<T> that, Object versionInfo) Get the elements that were added by diffs.Get the value of the table property as a list that includes elements that were added by diffs.getDiffValue
(String filterPattern, boolean translate) Get the value of the table property that match the given filter pattern as a list that includes elements that were added by diffs.Methods inherited from class oracle.rules.sdk2.dictionary.DictionaryProperty
getContainedDiffs, getDiff, getDiffs, getName, getName, getTranslatedName, getValue, hasDiff, removeDiff
-
Method Details
-
diff
-
getDiffValue
Get the value of the table property as a list that includes elements that were added by diffs.- Returns:
- List of elements of type T
-
getDiffValue
Get the value of the table property that match the given filter pattern as a list that includes elements that were added by diffs.- Parameters:
filterPattern
- pattern for filteringtranslate
- boolean value to indicate if the translated value should be used for filtering- Returns:
- List of elements of type T matching the filter pattern
-
getDiffValueForModification
-
getAddedDiffs
Get the elements that were added by diffs.- Returns:
- List of elements of type T
-