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

E10663-11

oracle.rules.sdk2.dictionary
Class DictionaryLinkTable

java.lang.Object
  extended by oracle.rules.sdk2.dictionary.DictionaryObject
      extended by oracle.rules.sdk2.dictionary.DictionaryComponentTable<DictionaryLink>
          extended by oracle.rules.sdk2.dictionary.DictionaryLinkTable
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<DictionaryLink>, java.util.Collection<DictionaryLink>, java.util.List<DictionaryLink>

public class DictionaryLinkTable
extends DictionaryComponentTable<DictionaryLink>

A DictionaryLinkTable is a list of DictionaryLinks. Each DictionaryLink refers to a RuleDictionary that is logically part of this one.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class oracle.rules.sdk2.dictionary.DictionaryComponentTable
SORT, SORT_ASCEND, SORT_DECEND
 
Method Summary
 DictionaryLink getDictionaryLinkByName(java.lang.String pkg, java.lang.String name)
          Get a DictionaryLink by (fully qualified) name
 
Methods inherited from class oracle.rules.sdk2.dictionary.DictionaryComponentTable
add, add, add, clear, contains, containsAll, copyTo, cut, get, getAEReferences, getAllReferences, getByAlias, getByAlias, getByID, getByName, getLast, getMarked, getProtoType, indexOf, isEmpty, isLocked, iterator, listIterator, listIterator, mark, move, move, paste, remove, remove, removeAll, removeByAlias, removeByID, removeByName, removeMarked, reorder, set, size, sort, sort, sort, subList, toArray, toArray, unMark, validate, validate
 
Methods inherited from class oracle.rules.sdk2.dictionary.DictionaryObject
equals, exists, getCombinedDataModel, getContainedIDs, getContainedIDs, getDataModel, getDictionary, getID, getIndent, getLevel, getObjectPath, getObjectType, getParentByClass, getParentComponent, getParentComponentTable, getParentObject, getReferences, getRuleSet, getState, getWarnings, hashCode, isModified, validate
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.List
add, addAll, addAll, equals, hashCode, lastIndexOf, retainAll
 

Method Detail

getDictionaryLinkByName

public DictionaryLink getDictionaryLinkByName(java.lang.String pkg,
                                              java.lang.String name)
Get a DictionaryLink by (fully qualified) name

Parameters:
name - of DictionaryLink
Returns:
DictionaryLink

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

E10663-11

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