Package oracle.rules.sdk2.dictionary
Class DictionaryLinkTable
java.lang.Object
oracle.rules.sdk2.dictionary.DictionaryObject
oracle.rules.sdk2.dictionary.DictionaryComponentTable<DictionaryLink>
oracle.rules.sdk2.dictionary.DictionaryLinkTable
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<DictionaryLink>
,Collection<DictionaryLink>
,List<DictionaryLink>
A DictionaryLinkTable is a list of DictionaryLinks.
Each DictionaryLink refers to a RuleDictionary that is logically part of this one.
- See Also:
-
Field Summary
Fields inherited from class oracle.rules.sdk2.dictionary.DictionaryComponentTable
SORT, SORT_ASCEND, SORT_DECEND
-
Method Summary
Modifier and TypeMethodDescriptionadd
(int index) Add a new DictionaryLink to this table.getDictionaryLinkByName
(String pkg, String name) Get a DictionaryLink by (fully qualified) nameMethods inherited from class oracle.rules.sdk2.dictionary.DictionaryComponentTable
_clear, _remove, _remove, add, add, add, addAll, addAll, clear, contains, containsAll, copyTo, copyTo, cut, filter, get, getAEReferences, getAllReferences, getByAlias, getByAlias, getByID, getByName, getExprParserReferences, getLast, getMarked, getProtoType, indexOf, initProtoType, isEmpty, isLocked, iterator, lastIndexOf, listIterator, listIterator, mark, move, move, ordering, paste, remove, remove, removeAll, removeByAlias, removeByID, removeByName, removeMarked, removeProtoType, reorder, retainAll, set, size, sort, sort, sort, subList, toArray, toArray, unMark, validate, validate
Methods inherited from class oracle.rules.sdk2.dictionary.DictionaryObject
_clearID, equals, exists, getAEReferenceCount, getCombinedDataModel, getContainedIDs, getContainedIDs, getDataModel, getDictionary, getID, getIndent, getObjectPath, getObjectType, getParentByClass, getParentComponent, getParentComponentTable, getParentObject, getReferences, getRuleSet, getState, getWarnings, hashCode, isModified, setID, validate
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
equals, hashCode, replaceAll, sort, spliterator
-
Method Details
-
add
Add a new DictionaryLink to this table.- Specified by:
add
in classDictionaryComponentTable<DictionaryLink>
- Returns:
- DictionaryLink
-
getDictionaryLinkByName
Get a DictionaryLink by (fully qualified) name- Parameters:
name
- of DictionaryLink- Returns:
- DictionaryLink
-