Package oracle.rules.sdk2.datamodel
Class DSLTable
java.lang.Object
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<DSL>,Collection<DSL>,List<DSL>
Top Level table in the datamodel that contains the list of DSLs in the dictionary vocabulary
- Since:
- 12.1.2
- Author:
- ganradha
- 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) Create a DSL and add it to the DSL tablegetByAlias(String value, boolean translate) Get a DSL from this table by its (translated) value.Methods inherited from class oracle.rules.sdk2.datamodel.ModelComponentTable
getParentMethods 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, 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, validateMethods 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, validateMethods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
equals, hashCode, replaceAll, sort, spliterator
-
Method Details
-
add
Create a DSL and add it to the DSL table- Specified by:
addin classDictionaryComponentTable<DSL>- Returns:
- The newly created DSL.
-
getByAlias
Get a DSL from this table by its (translated) value.- Overrides:
getByAliasin classDictionaryComponentTable<DSL>- Parameters:
value- DSL valuetranslate- flag- Returns:
- DSL matching the given value
-