Package oracle.rules.sdk2.dictionary
Class DictionaryComponent<T extends DictionaryComponent>
java.lang.Object
oracle.rules.sdk2.dictionary.DictionaryObject
oracle.rules.sdk2.dictionary.DictionaryComponent<T>
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
Object>
- Direct Known Subclasses:
DictionaryName
,ModelComponent
,RuleComponent
,UnnamedDictionaryComponent
public abstract class DictionaryComponent<T extends DictionaryComponent>
extends DictionaryObject
implements Map<String,Object>
A dictionary component is a Map of name-value pairs that describes a rule, a fact type, an expression, etc.
Each pair is called a "property". Properties may be accessed in 3 ways:
- methods from the Map interface, sucha as
get(java.lang.Object)
- as a java bean property using getters/setters
- as a
DictionaryProperty
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
DictionaryComponent.Diff<T extends DictionaryComponent>
This class describes the differences between 2DictionaryComponent
s, calledthis
andthat
from different RuleDictionaries.static final class
static enum
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Deprecated.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Deprecated.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Deprecated.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Persisted list of the where used names.static final String
Persisted list of the filters (String [] of filer name and filter value).static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Method Summary
Modifier and TypeMethodDescriptionfinal Object
Get for internal use, bypassing overridesfinal Object
Put for internal use, bypassing overridesvoid
clear()
boolean
containsKey
(Object key) boolean
containsValue
(Object value) entrySet()
void
Generic property getter.Get the DOIDs referenced by all directly or indirectly contained actions and expressionsgetAlias()
Get alias of DictionaryComponent.getAlias
(boolean translate) Get alias of DictionaryComponent.getAlias
(DictionaryObject context) Get alias of DictionaryComponent relative to context.getAlias
(DictionaryObject context, boolean translate) Get (translated) alias of DictionaryComponent relative to context.Get Alias Property.Get the DOIDs referenced by this component or contained componentsGet list of leaf diffs contained in this component.Returns the value of the input custom property.Deprecated.this method will not scale for large dictionariesGet description of dictionary component.getDescription
(boolean translate) Get description of DictionaryComponent.Get Description Property.Return the difference between this component and the given version.getDiffs()
Get list of Diffs for this component.Get all ExprParsers that are directly or Indirectly referenced by this dictionary Object and its descendantsgetFullyQualifiedAlias
(DictionaryObject context) int
getIndex()
Get index of the Component in its parent table.int
getIndex
(boolean diff) Get index of the dictionaryComponent in its containing diff list, which may be a superlist of the parent component table.getName()
Get name of DictionaryComponentGet Name Property.getNext()
getNext
(boolean diff) Get Next (higher) DictionaryComponent in parent (diff) tableget the localized path to this object starting with the dictionary, e.g.String[]
getOptions
(String propertyName) Returns the option array for the property, if any.getPrevious
(boolean diff) Get Previous (lower) DictionaryComponent in parent (diff) tablegetProperties
(boolean diffedOnly) getProperty
(String name) String[]
Get the DOIDs referenced by this component (but not the contained components)int
getSelected
(String propertyName) Returns the index of the selected option in the list returned by getOptions().String[]
Get translated alias of DictionaryComponent.getTranslatedAlias
(DictionaryObject context) Get translated alias of DictionaryComponent relative to context.Get translated description of dictionary component.boolean
Does this component have any conflicts?boolean
hasDiff()
Does this component have any diffs with a non-null DiffType?init()
initialize the dictionary component to default values for name/alias.init
(boolean translate) initialize the dictionary component to default values for name/alias.boolean
are the aliases in the containing DictionaryComponentTable distinct?boolean
isEmpty()
boolean
Can a qualifed name be used to name this component?boolean
boolean
are the names in the containing DictionaryComponentTable distinct?static boolean
isSystemProperty
(String property) boolean
Is the translated alias unsaved?boolean
Is the translated desciption unsaved?keySet()
Generic property setter.void
HashMap.remove() is overridden to allow only custom properties, constraints, and program set options to be removed.boolean
removeDiff
(Object versionInfo) Remove all the Diff information associated with versionInfo (i.e. reject it)void
Set alias of the DictionaryComponent.void
Set alias and optionally translated alias of the DictionaryComponent.void
Sets the value of the input custom property.void
setDescription
(String desc) Set description of dictionary component.void
setDescription
(String desc, boolean translate) Set description and optionally translated description of dictionary component.void
Set name of DictionaryComponentvoid
setTranslatedAlias
(String alias) Set translated alias of the DictionaryComponent.void
Set translated description of dictionary component.int
size()
void
validate
(String key, List<SDKException> errors, List<SDKWarning> warnings) This is a general validate property method called from specific RuleComponents.void
validate
(List<SDKException> errors, List<SDKWarning> warnings) Validate and append errors and warnings.values()
Methods inherited from class oracle.rules.sdk2.dictionary.DictionaryObject
_clearID, equals, exists, getAEReferenceCount, getCombinedDataModel, getContainedIDs, getContainedIDs, getDataModel, getDictionary, getID, getIndent, getObjectType, getParentByClass, getParentComponent, getParentComponentTable, getParentObject, getRuleSet, getState, getWarnings, hashCode, isModified, setID, validate, validate
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
PROP_NAME
- See Also:
-
PROP_ALIAS
- See Also:
-
PROP_DESCRIPTION
- See Also:
-
PROP_TRANSLATED_ALIAS
- See Also:
-
PROP_TRANSLATED_DESCRIPTION
- See Also:
-
PROP_UNSAVED_TRANSLATED_ALIAS
- See Also:
-
PROP_UNSAVED_TRANSLATED_DESCRIPTION
- See Also:
-
PROP_FORM
- See Also:
-
PROP_FACT_TYPE
- See Also:
-
PROP_FACT_TYPE_ID
- See Also:
-
PROP_FACT_PATH
- See Also:
-
PROP_FACT_PATH_IDS
- See Also:
-
PROP_TEST_FORM
- See Also:
-
PROP_SIMPLE_TEST_TABLE
- See Also:
-
PROP_RIGHT_SEPARATOR
- See Also:
-
PROP_VARIABLE
- See Also:
-
PROP_TRANSLATED_VARIABLE
- See Also:
-
PROP_OPERATOR
- See Also:
-
PROP_OPERATOR_ID
- See Also:
-
PROP_CONNECTIVE
- See Also:
-
PROP_LEFT
- See Also:
-
PROP_RIGHT
- See Also:
-
PROP_NESTED_TABLE
- See Also:
-
PROP_AGGREGATE_TABLE
- See Also:
-
PROP_ACTIVE
- See Also:
-
PROP_CALENDAR_FORM
- See Also:
-
PROP_EFFECTIVE_START_DATE
- See Also:
-
PROP_EFFECTIVE_END_DATE
- See Also:
-
PROP_PRIORITY
- See Also:
-
PROP_PATTERN_TABLE
- See Also:
-
PROP_ADVANCED_MODE
- See Also:
-
PROP_TREE_MODE
- See Also:
-
PROP_LOGICAL
- See Also:
-
PROP_RULE_TABLE
- See Also:
-
PROP_RULE_SHEET_TABLE
- See Also:
-
PROP_VISIBILITY_FILTER
- See Also:
-
PROP_VISIBILITY_FILTER_ENABLED
- See Also:
-
PROP_FUNCTION
- See Also:
-
PROP_FUNCTION_ID
- See Also:
-
PROP_EXPRESSION
- See Also:
-
PROP_ACTION_TABLE
- See Also:
-
PROP_PARAMETER_NAME
- See Also:
-
PROP_PARAMETER_ALIAS
- See Also:
-
PROP_PARAMETER_ID
- See Also:
-
PROP_PARAMETER_TYPES
- See Also:
-
PROP_PARAMETER_TYPE_IDS
- See Also:
-
PROP_PARAMETER_REQUIRED
- See Also:
-
PROP_DT_ACTION_PARAMETER_NAME
- See Also:
-
PROP_AUTO_PATTERN_PROPERTY
- See Also:
-
PROP_SHOW_FUNCTIONS
- See Also:
-
PROP_SHOW_CONSTANTS
- See Also:
-
PROP_SHOW_VARIABLES
- See Also:
-
PROP_VALUE
- See Also:
-
PROP_RESOLVED_VALUE
- See Also:
-
PROP_CURSOR_POSITION
- See Also:
-
PROP_CONSTANT
- See Also:
-
PROP_IS_CONSTANT
- See Also:
-
PROP_CONSTRUCTOR
- See Also:
-
PROP_TOKEN_UNDER_CURSOR
- See Also:
-
PROP_TARGET
- See Also:
-
PROP_RESOLVED_TARGET
- See Also:
-
PROP_EXPRESSION_TABLE
- See Also:
-
PROP_ID
- See Also:
-
PROP_VERSION
- See Also:
-
PROP_LIFECYCLE
- See Also:
-
PROP_LIFECYCLE_DESCRIPTION
- See Also:
-
PROP_DATA_MODEL
- See Also:
-
PROP_RULE_SET_TABLE
- See Also:
-
PROP_DICTIONARY_LINK_TABLE
- See Also:
-
PROP_DECISION_MODEL
- See Also:
-
PROP_RULE_REPORT_TABLE
- See Also:
-
PROP_SERVICE_NAME
- See Also:
-
PROP_SERVICE_NAMESPACE
- See Also:
-
PROP_SERVICE_CONFIGURATION
- See Also:
-
PROP_PACKAGE
- See Also:
-
PROP_RESOURCE_BUNDLE
- See Also:
-
PROP_PREFIX_LINKED_NAMES
- See Also:
-
PROP_OVERLOADED_PARAMETER_TABLE
- See Also:
-
PROP_EXCEPTIONS
- See Also:
-
PROP_EXCEPTION_IDS
- See Also:
-
PROP_MODIFIERS
- See Also:
-
PROP_PARAMETER_LIST
- See Also:
-
PROP_TRANSLATED_PARAMETER_LIST
- See Also:
-
PROP_VARIABLE_TABLE
- See Also:
-
PROP_FUNCTION_TABLE
- See Also:
-
PROP_FACT_TYPE_TABLE
- See Also:
-
PROP_BUCKET_SET_TABLE
- See Also:
-
PROP_DECISION_FUNCTION_TABLE
- See Also:
-
PROP_ARRAY_FACT_TYPE_TABLE
- See Also:
-
PROP_UPDATE_NUMBER
- See Also:
-
PROP_VALIDATION_UPDATE_NUMBER
- See Also:
-
PROP_CREATION_UPDATE_NUMBER
- See Also:
-
PROP_XML_NAME
- See Also:
-
PROP_GENERATED_FROM
Deprecated.- See Also:
-
PROP_IS_JAXB2
- See Also:
-
PROP_IS_ENUM
- See Also:
-
PROP_ENUM_BUCKET_SET_ID
- See Also:
-
PROP_ENUM_BUCKET_SET
- See Also:
-
PROP_ENUM_TYPE
- See Also:
-
PROP_TARGET_PACKAGE
- See Also:
-
PROP_FINAL
- See Also:
-
PROP_STATIC
- See Also:
-
PROP_SYSTEM
- See Also:
-
PROP_FORMAL_PARAMETER_TABLE
- See Also:
-
PROP_BODY
- See Also:
-
PROP_BUCKET_SET_ID
- See Also:
-
PROP_BUCKET_SET
- See Also:
-
PROP_AGGREGATE
- See Also:
-
PROP_ARRAY
- See Also:
-
PROP_ARRAY_COMPONENT_TYPE
- See Also:
-
PROP_ARRAY_COMPONENT_TYPE_ID
- See Also:
-
PROP_SUPER_CLASS
- See Also:
-
PROP_SUPER_CLASS_ID
- See Also:
-
PROP_FIELD_TABLE
- See Also:
-
PROP_PROPERTY_TABLE
- See Also:
-
PROP_METHOD_TABLE
- See Also:
-
PROP_CONSTRUCTOR_TABLE
- See Also:
-
PROP_SUPPORT_XPATH
- See Also:
-
PROP_INTERFACE
- See Also:
-
PROP_INTERFACES
- See Also:
-
PROP_INTERFACE_IDS
- See Also:
-
PROP_SOURCE
- See Also:
-
PROP_CUSTOM_BINDING
- See Also:
-
PROP_TIMESTAMP
- See Also:
-
PROP_UPDATE_TIME
- See Also:
-
PROP_TYPE
- See Also:
-
PROP_TYPE_ID
- See Also:
-
PROP_RETURN_TYPE
- See Also:
-
PROP_VISIBLE
- See Also:
-
PROP_PROPERTIES
- See Also:
-
PROP_ACCESS
- See Also:
-
PROP_IS_STATIC
- See Also:
-
PROP_IS_FINAL
- See Also:
-
PROP_IS_ABSTRACT
- See Also:
-
PROP_WRITABLE
- See Also:
-
PROP_READABLE
- See Also:
-
PROP_LOCAL
- See Also:
-
PROP_TYPES
- See Also:
-
PROP_TYPE_IDS
- See Also:
-
PROP_LIST_CONTENT_TYPE_ID
- See Also:
-
PROP_LIST_CONTENT_TYPE
- See Also:
-
PROP_DIMENSION_TABLE
- See Also:
-
PROP_DTACTION_TABLE
- See Also:
-
PROP_DTRULE_TABLE
- See Also:
-
PROP_VERTICAL_ORIENTATION
- See Also:
-
PROP_BUCKET_ID_TABLE
- See Also:
-
PROP_PARENT_DIMENSION_NODE
- See Also:
-
PROP_CHILD_DIMENSION_NODES
- See Also:
-
PROP_ALLOW_GAPS
- See Also:
-
PROP_VALUES
- See Also:
-
PROP_DIMENSION_NODE_TABLE
- See Also:
-
PROP_SHARED_BUCKET_SET_ID
- See Also:
-
PROP_SHARED_BUCKET_SET
- See Also:
-
PROP_PRIVATE_BUCKET_SET
- See Also:
-
PROP_AUTO_CONFLICT_RESOLUTION
Deprecated.- See Also:
-
PROP_CONFLICT_POLICY
- See Also:
-
PROP_ORDER_RULES_BY_BUCKET
- See Also:
-
PROP_OVERRIDE
- See Also:
-
PROP_RUN_BEFORE
- See Also:
-
PROP_OVERRIDDEN_BY
- See Also:
-
PROP_RUN_AFTER
- See Also:
-
PROP_NO_CONFLICT
- See Also:
-
PROP_CONFLICT
- See Also:
-
PROP_ACTION_SELECTED
- See Also:
-
PROP_DT_ACTION_NODE_TABLE
- See Also:
-
PROP_ALWAYS_SELECTED
- See Also:
-
PROP_BUCKET_TABLE
- See Also:
-
PROP_INCLUDED
- See Also:
-
PROP_OTHERWISE
- See Also:
-
PROP_EXCLUDED
- See Also:
-
PROP_SUPPORTS_XPATH_ENABLED
- See Also:
-
PROP_IS_TOPLEVEL_VIEW_OBJECT
Deprecated.- See Also:
-
PROP_IS_PRIMARY_KEY
- See Also:
-
PROP_DATA_SOURCE
- See Also:
-
PROP_REPORT_PATTERNS
Persisted list of the filters (String [] of filer name and filter value).- See Also:
-
PROP_REPORT_BYUSE_NAMES
Persisted list of the where used names.- See Also:
-
PROP_RULE_FIRING_LIMIT
- See Also:
-
PROP_RULE_FIRING_LIMIT_ERROR
- See Also:
-
PROP_WEB_SERVICE
- See Also:
-
PROP_CHECK_RULE_FLOW
- See Also:
-
PROP_STATELESS
- See Also:
-
PROP_DECISION_FUNCTION_INPUT_TABLE
- See Also:
-
PROP_DECISION_FUNCTION_OUTPUT_TABLE
- See Also:
-
PROP_DECISION_FUNCTION_RULESET_TABLE
- See Also:
-
PROP_RULESET
- See Also:
-
PROP_DECISION_FUNCTION
- See Also:
-
PROP_REF_ID
- See Also:
-
PROP_TREE
- See Also:
-
PROP_LIST
- See Also:
-
PROP_UNIQUE_RULESETS
- See Also:
-
PROP_OUTPUT_TYPES
- See Also:
-
PROP_FUNCTION_SIGNATURE
- See Also:
-
PROP_ENUM
- See Also:
-
PROP_NODE_NAME
- See Also:
-
PROP_NAMESPACE
- See Also:
-
PROP_DSL_TABLE
- See Also:
-
PROP_TRANSLATED_VALUE
- See Also:
-
PROP_UNSAVED_TRANSLATED_VALUE
- See Also:
-
PROP_QUALIFIER_PATTERN
- See Also:
-
PROP_TRANSLATED_QUALIFIER_PATTERN
- See Also:
-
PROP_UNSAVED_TRANSLATED_QUALIFIER_PATTERN
- See Also:
-
PROP_GLOBAL_ALIAS
- See Also:
-
PROP_TRANSLATED_GLOBAL_ALIAS
- See Also:
-
PROP_UNSAVED_TRANSLATED_GLOBAL_ALIAS
- See Also:
-
PROP_DSL_PARAMETER_TABLE
- See Also:
-
PROP_VERBAL_RULE_TABLE
- See Also:
-
PROP_DSL_VALUE
- See Also:
-
PROP_DSL_ID
- See Also:
-
PROP_FACT_TYPES
- See Also:
-
PROP_FACT_TYPE_IDS
- See Also:
-
PROP_DRAFT
- See Also:
-
PROP_TEST_MODEL
- See Also:
-
PROP_TEST_SUITE_TABLE
- See Also:
-
PROP_TEST_TEMPLATE_TABLE
- See Also:
-
PROP_DECISION_FUNCTION_ID
- See Also:
-
PROP_TEST_CASE_TABLE
- See Also:
-
PROP_TEST_INPUT_TABLE
- See Also:
-
PROP_TEST_RESULT_TABLE
- See Also:
-
PROP_DF_FACT_ID
- See Also:
-
PROP_DF_FACT
- See Also:
-
PROP_PROPERTY_VALUE_TABLE
- See Also:
-
PROP_PROPERTY_ID
- See Also:
-
PROP_PROPERTY
- See Also:
-
PROP_FACT_TABLE
- See Also:
-
PROP_PARAM
- See Also:
-
PROP_PARAM_EXPRESSION
- See Also:
-
PROP_VALIDATION
- See Also:
-
PROP_SYNC_MARK
- See Also:
-
PROP_AUTO_SYNC
- See Also:
-
PROP_ADHOC_TEST_VALIDATION
- See Also:
-
PROP_EXPECTED_TEST_OUTPUT_TABLE
- See Also:
-
PROP_ACTUAL_TEST_OUTPUT_TABLE
- See Also:
-
PROP_NO_RULE_FIRED_IS_ERROR
- See Also:
-
PROP_LINK_PATH
- See Also:
-
PROP_PREFERENCES
- See Also:
-
PROP_RULE_EXEC_ALGORITHM
- See Also:
-
PROP_DISALLOW_ERROR_SUPPRESSION
- See Also:
-
PROP_PHRASE_SUGGESTION_FORM
- See Also:
-
PROP_RESTRICT_AUTO_SUGGESTIONS
- See Also:
-
PROP_INCLUDE_CHAINED_EXPR
- See Also:
-
PROP_DICT_LOADING_EXTENSION
- See Also:
-
-
Method Details
-
isFullyQualifiedName
public boolean isFullyQualifiedName()Can a qualifed name be used to name this component? Many components, e.g. rules, must have single component names and a qualifed name is constructed using the name of its parent (e.g. rulesetName.ruleName)- Returns:
- boolean flag
-
getFullyQualifiedName
-
getFullyQualifiedAlias
-
isNameDistinct
public boolean isNameDistinct()are the names in the containing DictionaryComponentTable distinct? -
isAliasDistinct
public boolean isAliasDistinct()are the aliases in the containing DictionaryComponentTable distinct?- See Also:
-
getAlias
Get alias of DictionaryComponent relative to context. If context is a different dictionary and this is a top level data model component or a Constructor, the alias of the dictionary containing this component is used as a qualifier.- Returns:
- alias of the dictionary component
-
getAlias
Get (translated) alias of DictionaryComponent relative to context.- Parameters:
context
- the component that refers to this componenttranslate
- flag- Returns:
- (translated) alias
-
getTranslatedAlias
Get translated alias of DictionaryComponent relative to context.- Parameters:
context
- the component that refers to this component- Returns:
- translated alias or "" if none
-
getNameProperty
Get Name Property.- Returns:
- String SettableProperty
-
getName
Get name of DictionaryComponent- Returns:
- the name of the dictionary component
-
setName
Set name of DictionaryComponent- Parameters:
name
- the name of the dictionary component
-
getAliasProperty
Get Alias Property.- Returns:
- String SettableProperty
-
getAlias
Get alias of DictionaryComponent. Alias is set to its name by default.- Returns:
- alias of the dictionary component
-
setAlias
Set alias of the DictionaryComponent.- Parameters:
alias
- New alias name.
-
setAlias
Set alias and optionally translated alias of the DictionaryComponent.- Parameters:
alias
- New (translated) alias.translate
- whether to also set the translated alias
-
getTranslatedAlias
Get translated alias of DictionaryComponent.- Returns:
- translated alias of the dictionary component, or "" if no translation available
-
setTranslatedAlias
Set translated alias of the DictionaryComponent.- Parameters:
alias
-
-
getAlias
Get alias of DictionaryComponent.- Parameters:
translate
- whether to get the translated alias- Returns:
- translated alias of the dictionary component, or alias if translation does not exist
-
getDescriptionProperty
Get Description Property.- Returns:
- UserTranslatedProperty
-
getDescription
Get description of dictionary component.- Returns:
- description
-
setDescription
Set description of dictionary component.- Parameters:
desc
- the new description
-
setDescription
Set description and optionally translated description of dictionary component.- Parameters:
desc
- the new descriptiontranslate
- whether to also set the translated desciption
-
getTranslatedDescription
Get translated description of dictionary component.- Returns:
- description
-
setTranslatedDescription
Set translated description of dictionary component.- Parameters:
desc
- the new description
-
getDescription
Get description of DictionaryComponent.- Parameters:
translate
- whether to get the translated description- Returns:
- translated description of the dictionary component, or description if translation does not exist
-
getNext
Get Next (higher) DictionaryComponent in parent (diff) table- Returns:
- DictionaryComponent or null if this is last
-
getNext
-
getPrevious
Get Previous (lower) DictionaryComponent in parent (diff) table- Returns:
- DictionaryComponent or null if this is first
-
getPrevious
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKey
in interfaceMap<String,
Object>
-
containsValue
- Specified by:
containsValue
in interfaceMap<String,
Object>
-
get
Generic property getter.Please see the specific bean class for a list of properties.
-
getOptions
Returns the option array for the property, if any.- Parameters:
propertyName
- a String property with an option list
-
getSelected
Returns the index of the selected option in the list returned by getOptions().- Parameters:
propertyName
- a String property with an option list- Returns:
- index of the selected option in the list return by getOptions
-
getCustom
Returns the value of the input custom property.- Parameters:
propertyName
- custom property name without the Util.CUSTOM suffix- Returns:
- the value of the String property, or null if not found
-
setCustom
Sets the value of the input custom property. If the property exists, value is replaced, otherwise, a new custom property is created. Type safe shorthand for:put (propertyName + Util.CUSTOM, value))
- Parameters:
propertyName
- custom property name without the Util.CUSTOM suffix
-
put
Generic property setter. Throws runtime exceptions for incorrect arguments. Please see the specific bean class for a list of properties, their types, and permissible values.A put() with either null key or null value throws a NullPointerException.
A put() with a key that is not a String throws a ClassCastException
A put() of a value that is not of the correct type for the key throws a ClassCastException.
Bean properties which have no set() method are read only, and cannot be modified using the put(). Attempting to do so throws a runtime IllegalArgumentException. PROP_ID, and PROP_*_SELECTED are always read only.
- Specified by:
put
in interfaceMap<String,
Object> - Parameters:
key
- the key of the property to setvalue
- the value of the named property to set- Returns:
- the previous value of the property
- Throws:
NullPointerException
- if key or value is nullClassCastException
- if key is not a String or value is not of right class for keyIllegalArgumentException
- if attempt is made to change a read only property, or if options or constraint list are not a subset of system allowable options.
-
isModifiable
public boolean isModifiable() -
remove
HashMap.remove() is overridden to allow only custom properties, constraints, and program set options to be removed.- Specified by:
remove
in interfaceMap<String,
Object> - Parameters:
key
- the property to remove- Throws:
ClassCastException
- if key is not a StringIllegalArgumentException
- if key does not end with Util.CUSTOM or Util.OPTIONS or Util.CONSTRAINT
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
_get
Get for internal use, bypassing overrides- Parameters:
key
-- Returns:
- value
-
_put
Put for internal use, bypassing overrides- Parameters:
key
-value
-- Returns:
- old value
-
getStoredPropertyNames
- Returns:
- Array of property names which are persisted in the order in which they appear in the schema.
-
getPropertyNames
- Returns:
- Array of property names available.
-
validate
Validate and append errors and warnings.- Specified by:
validate
in classDictionaryObject
- Parameters:
errors
-warnings
-- See Also:
-
validate
This is a general validate property method called from specific RuleComponents. Specific RuleComponents may wish to perform special validation instead of this default validation. This method just checks String values against option lists and constraints -
getObjectPath
get the localized path to this object starting with the dictionary, e.g. myDic/ruleset1/myDT/Rule[2]- Overrides:
getObjectPath
in classDictionaryObject
- Returns:
- localized path to this object
-
getDependents
Deprecated.this method will not scale for large dictionariesGet components that reference (depend on) this component or its descendents. This method could be used to provide some impact report before a deletion of this component (although a better method may be to simply allow the deletion, show the validation report, and allow undo of the deletion).- Returns:
- List of referencing (dependent) components
-
isSystemProperty
-
forceSync
public void forceSync() -
getProperty
-
getProperties
-
getDiffProperties
-
hasDiff
public boolean hasDiff()Does this component have any diffs with a non-null DiffType? Not the same as asking ifRuleDictionary.diff(oracle.rules.sdk2.dictionary.RuleDictionary, java.lang.Object)
was called.- Returns:
- boolean
- See Also:
-
hasConflict
public boolean hasConflict()Does this component have any conflicts?- Returns:
- boolean
-
getDiffs
Get list of Diffs for this component. May return Diff with null DiffType ifRuleDictionary.diff(oracle.rules.sdk2.dictionary.RuleDictionary, java.lang.Object)
was called with an identical version. Thus, getDiffs may return a non-empty list even ifhasDiff()
returns false- Returns:
- list of Diff
-
getContainedDiffs
Get list of leaf diffs contained in this component. The diffs may be SettableProperty.Diff or DictionaryComponent.Diff. These are add, remove, and change diffs, not containers of diffs.- Returns:
- list of SettableProperty.Diff and DictionaryComponent.Diff
-
getDiff
Return the difference between this component and the given version.- Parameters:
versionInfo
-- Returns:
- Diff or null if either versionInfo is unknown or there is no difference.
-
removeDiff
Remove all the Diff information associated with versionInfo (i.e. reject it)- Parameters:
versionInfo
-- Returns:
- whether a diff was removed
-
getAllReferences
Get the DOIDs referenced by this component or contained components- Specified by:
getAllReferences
in classDictionaryObject
- Returns:
- list of the DOIDs
-
getReferences
Get the DOIDs referenced by this component (but not the contained components)- Overrides:
getReferences
in classDictionaryObject
- Returns:
- list of the DOIDs
-
getAEReferences
Get the DOIDs referenced by all directly or indirectly contained actions and expressions- Specified by:
getAEReferences
in classDictionaryObject
- Returns:
- list of the DOIDs
-
getExprParserReferences
Get all ExprParsers that are directly or Indirectly referenced by this dictionary Object and its descendants- Specified by:
getExprParserReferences
in classDictionaryObject
- Returns:
- Collection of Expression Parsers
-
init
initialize the dictionary component to default values for name/alias. The defaults are locale sensitive, although the translated alias is NOT set in order to avoid RUL-05928 (translated value not the same as resource bundle value) E.g.Rule newRule = ruleTable.add().init()
.- Returns:
- this
-
init
initialize the dictionary component to default values for name/alias. The defaults are locale sensitive, and the translated alias is also set according to the argument flag E.g.Rule newRule = ruleTable.add().init(true)
.- Returns:
- this
-
isUnsavedTranslatedAlias
public boolean isUnsavedTranslatedAlias()Is the translated alias unsaved?- Returns:
- true or false
-
isUnsavedTranslatedDescription
public boolean isUnsavedTranslatedDescription()Is the translated desciption unsaved?- Returns:
- true or false
-
getDiffMatchValue
- Returns:
- the value to use for matching components in tables, default is name
-
getIndex
public int getIndex()Get index of the Component in its parent table. Faster than getParentComponentTable.indexOf(this)- Returns:
- index
-
getIndex
public int getIndex(boolean diff) Get index of the dictionaryComponent in its containing diff list, which may be a superlist of the parent component table. The extra dictionaryComponents have a Diff with DiffType==ADD.- Parameters:
diff
- getIndex(false)==getIndex()- Returns:
- index
-
PROP_CONFLICT_POLICY