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

E10663-11
A B C D E F G H I J K L M N O P Q R S T U V W X Y

A

abortSandbox() - Method in class oracle.rules.sdk2.repository.SandboxAccess
Abort the changes in the sandbox.
AbstractDictionaryFinder - Class in oracle.rules.sdk2.dictionary
The base implementation of the DictionaryFinder interface.
acat(String[], String...) - Static method in class oracle.rules.sdk2.dictionary.Util
 
accept(Object) - Method in class oracle.rules.rl.extensions.ClassFilter
Indicates that the specified object passes the filter if it is an instance of the class this filter was instantiated with.
accept(Object) - Method in interface oracle.rules.rl.ObjectFilter
Returns true if the object passes the filter.
accessRepository() - Method in class oracle.rules.sdk2.repository.SandboxAccess
get a RuleRepository instance for accessing the sandbox.
acopy(String[]) - Static method in class oracle.rules.sdk2.dictionary.Util
 
Action - Class in oracle.rules.sdk2.ruleset
An action, such as assert, assign, call, or retract.
Action.FormProperty - Class in oracle.rules.sdk2.ruleset
 
Action.TargetProperty - Class in oracle.rules.sdk2.ruleset
A target property can get and set its translated value using its expression parser.
ACTIONS - Static variable in class oracle.rules.sdk2.exception.Constants
 
ActionTable - Class in oracle.rules.sdk2.ruleset
An ActionTable is an ordered list of actions.
ActionType - Class in oracle.rules.sdk2.decisionpoint
Action Type interfact to be implemented by Applications Developers.
ActionType() - Constructor for class oracle.rules.sdk2.decisionpoint.ActionType
 
ActivationData - Class in oracle.rules.rl.trace
Java class for activation-data complex type.
ActivationData() - Constructor for class oracle.rules.rl.trace.ActivationData
 
ActivationOperation - Enum in oracle.rules.rl.trace
Java class for activation-operation.
ActivationTrace - Class in oracle.rules.rl.trace
Java class for activation-trace complex type.
ActivationTrace() - Constructor for class oracle.rules.rl.trace.ActivationTrace
 
add(Tin) - Method in interface oracle.rules.rl.IncrementalAggregate
 
add() - Method in class oracle.rules.sdk2.datamodel.NodeTable
Add is unsupported.
add(String) - Method in class oracle.rules.sdk2.decisiontable.BucketSet
Add Bucket(s) by name.
add(String, boolean) - Method in class oracle.rules.sdk2.decisiontable.BucketSet
Add Bucket to Range BucketSet in correct order in BucketTable
add(Bucket) - Method in class oracle.rules.sdk2.decisiontable.BucketTable
 
add() - Method in class oracle.rules.sdk2.decisiontable.DTRuleTable
Create a new DTRule with all DimensionNodes set to "?".
add(String[][]) - Method in class oracle.rules.sdk2.decisiontable.DTRuleTable
 
add(int) - Method in class oracle.rules.sdk2.decisiontable.DTRuleTable
Add DTRule to table at given index.
add(int, DTRule) - Method in class oracle.rules.sdk2.decisiontable.DTRuleTable
Used to force the rule into this decision table at given index
add(DTRule) - Method in class oracle.rules.sdk2.decisiontable.DTRuleTable
 
add(T) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
Used internally by subclasses.
add() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
Add a new element to the table and return the new element.
add(int) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
Add a new element to the table at the specified location and return the new element Must be abstract because generics cannot do "new T"
add(T) - Method in class oracle.rules.sdk2.dictionary.IDTable
 
add(int, T) - Method in class oracle.rules.sdk2.dictionary.IDTable
 
add(T) - Method in class oracle.rules.sdk2.dictionary.IDTableProperty
Default add simply adds to the ID table.
addAll(Collection<? extends T>) - Method in class oracle.rules.sdk2.decisiontable.DTComponentTable
 
addAll(int, Collection<? extends T>) - Method in class oracle.rules.sdk2.decisiontable.DTComponentTable
 
addAll(Collection<? extends T>) - Method in class oracle.rules.sdk2.dictionary.IDTable
 
addAll(int, Collection<? extends T>) - Method in class oracle.rules.sdk2.dictionary.IDTable
 
addAttribute() - Method in class oracle.rules.sdk2.datamodel.AdfBcFactTypeDescriptor
 
addAttribute(String, String, String) - Method in class oracle.rules.sdk2.datamodel.AdfBcFactTypeDescriptor
 
addAttribute(String, AdfBcFactTypeDescriptor.AttrType, String) - Method in class oracle.rules.sdk2.datamodel.AdfBcFactTypeDescriptor
 
addClassPath(URI) - Method in class oracle.rules.sdk2.datamodel.ClassBrowser
Add the specified path to the set of paths that are searched for Java Classes to be browsed.
addDataSource(String, String, String, String) - Static method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
setup a jndi data source for unit test
addDaysTo(Calendar, int) - Static method in class oracle.rules.rl.extensions.JavaDate
Returns a new Calendar that is the result of adding the specified number of days to the specified date.
addDaysTo(XMLGregorianCalendar, int) - Static method in class oracle.rules.rl.extensions.XMLDate
Returns a new XMLGregorianCalendar that is the result of adding the specified number of days to the specified XMLGregorianCalendar.
addDaysTo(Timestamp, int) - Static method in class oracle.rules.sdk2.extensions.OracleDate
Returns a new Timestamp instance that is the result of adding the specified number of days to the specified Timestamp instance.
addDecisionFunctionChild(DecisionFunction, DecisionFunction) - Static method in class oracle.rules.sdk2.decisionpoint.MetadataHelper
Appends a child DecisionFunction to the current DecisionFunction Both DecisionFunction instances must reside in the same dictionary.
addDecisionFunctionInput(DecisionFunction, MetadataHelper.DFParm) - Static method in class oracle.rules.sdk2.decisionpoint.MetadataHelper
Appends an input parameter to a decision function's input table
addDecisionFunctionOutput(DecisionFunction, MetadataHelper.DFParm) - Static method in class oracle.rules.sdk2.decisionpoint.MetadataHelper
Appends an output parameter to a decision function's output table
addDecisionFunctionRuleSet(DecisionFunction, String) - Static method in class oracle.rules.sdk2.decisionpoint.MetadataHelper
Appends a RuleSet name to a decision function's ruleset table.
addDictionaryChangeListener(DictionaryChangeListener) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Add a DictionaryChangeListener to receive notifications of dictionary changes via DictionaryChangeEvents.
addDurationTo(Calendar, Duration) - Static method in class oracle.rules.rl.extensions.JavaDate
Returns a new Calendar that is the result of adding the specified XML Duration to the specified date.
addDurationTo(XMLGregorianCalendar, Duration) - Static method in class oracle.rules.rl.extensions.XMLDate
Returns a new XMLGregorianCalendar that is the result of adding the specified duration to the specified XMLGregorianCalendar.
addDurationTo(Timestamp, Duration) - Static method in class oracle.rules.sdk2.extensions.OracleDate
Returns a new Timestamp instance that is the result of adding the specified duration to the specified Timestamp instance.
addEdit(UndoableEdit) - Method in class oracle.rules.sdk2.dictionary.UndoableEdit
 
addElement(StringBuilder, String, String, String, String[]) - Static method in class oracle.rules.sdk2.dictionary.Util
 
addFailedAdd(String, SDKException) - Method in class oracle.rules.sdk2.datamodel.ClassBrowser
 
addFailedAdd(String, String, SDKException) - Method in class oracle.rules.sdk2.datamodel.SchemaBrowser
 
addFinder(DictionaryFinder) - Method in class oracle.rules.sdk2.repository.DictionaryLoader
Add a DictionaryFinder to the chain maintained by this instance.
addHoursTo(Calendar, long) - Static method in class oracle.rules.rl.extensions.JavaDate
Returns a new Calendar that is the result of adding the specified number of hours to the specified date.
addHoursTo(XMLGregorianCalendar, long) - Static method in class oracle.rules.rl.extensions.XMLDate
Returns a new XMLGregorianCalendar that is the result of adding the specified number of hours to the specified XMLGregorianCalendar.
addHoursTo(Timestamp, long) - Static method in class oracle.rules.sdk2.extensions.OracleDate
Returns a new Timestamp instance that is the result of adding the specified number of hours to the specified Timestamp instance.
addInput(Object) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
Adds a fact object to be asserted as the Decision Point is run.
addJavaClass(Class, boolean, String[][], String[][], String[][], String[][]) - Method in class oracle.rules.sdk2.datamodel.DataModel
Add a Java class to the data model.
addKey(String, Object) - Method in class oracle.rules.sdk2.decisionpoint.KeyChain
 
addKeyValue(String, Object) - Method in class oracle.rules.sdk2.decisionpoint.ViewObjectReference
 
addMillisecondsTo(Calendar, long) - Static method in class oracle.rules.rl.extensions.JavaDate
Returns a new Calendar that is the result of adding the specified number of milliseconds to the specified date.
addMillisecondsTo(XMLGregorianCalendar, long) - Static method in class oracle.rules.rl.extensions.XMLDate
Returns a new XMLGregorianCalendar that is the result of adding the specified number of milliseconds to the specified XMLGregorianCalendar.
addMillisecondsTo(Timestamp, long) - Static method in class oracle.rules.sdk2.extensions.OracleDate
Returns a new Timestamp instance that is the result of adding the specified number of milliseconds to the specified Timestamp instance.
addMinutesTo(Calendar, long) - Static method in class oracle.rules.rl.extensions.JavaDate
Returns a new Calendar that is the result of adding the specified number of minutes to the specified date.
addMinutesTo(XMLGregorianCalendar, long) - Static method in class oracle.rules.rl.extensions.XMLDate
Returns a new XMLGregorianCalendar that is the result of adding the specified number of minutes to the specified XMLGregorianCalendar.
addMinutesTo(Timestamp, long) - Static method in class oracle.rules.sdk2.extensions.OracleDate
Returns a new Timestamp instance that is the result of adding the specified number of minutes to the specified Timestamp instance.
addMonthsTo(Calendar, int) - Static method in class oracle.rules.rl.extensions.JavaDate
Returns a new Calendar that is the result of adding the specified number of months to the specified date.
addMonthsTo(XMLGregorianCalendar, int) - Static method in class oracle.rules.rl.extensions.XMLDate
Returns a new XMLGregorianCalendar that is the result of adding the specified number of months to the specified XMLGregorianCalendar.
addMonthsTo(Timestamp, int) - Static method in class oracle.rules.sdk2.extensions.OracleDate
Returns a new Timestamp instance that is the result of adding the specified number of months to the specified Timestamp instance.
addObject(Object) - Method in class oracle.rules.jsr94.RLStatefulRuleSession
Adds an Object to the rule session state of this rule session.
addObjects(List) - Method in class oracle.rules.jsr94.RLStatefulRuleSession
Adds the List of objects to the rule session state of this rule session.
addResult(String, Object) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
addResult spools a named output value for return to the caller of the Decision Function.
addResults(List<DecisionPoint.NamedValue>) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
addResults is used to spool a list of output values, guaranteeing that the resultant values will be spooled together regardless of what other Action Type instances may also be spooling values.
addRLFactType() - Method in class oracle.rules.sdk2.datamodel.FactTypeTable
Create a RLFactType and add it to the Fact type table
addRLStackTraceElement(RLStackTraceElement) - Method in exception oracle.rules.rl.exceptions.RLException
 
addSchemaPath(URI) - Method in class oracle.rules.sdk2.datamodel.SchemaBrowser
 
addSchemaPath(URI, String) - Method in class oracle.rules.sdk2.datamodel.SchemaBrowser
 
addSchemaPath(URI, String, URI) - Method in class oracle.rules.sdk2.datamodel.SchemaBrowser
 
addSchemaPath(URI, String, String) - Method in class oracle.rules.sdk2.datamodel.SchemaBrowser
Deprecated.  
addSecondsTo(Calendar, long) - Static method in class oracle.rules.rl.extensions.JavaDate
Returns a new Calendar that is the result of adding the specified number of seconds to the specified date.
addSecondsTo(XMLGregorianCalendar, long) - Static method in class oracle.rules.rl.extensions.XMLDate
Returns a new XMLGregorianCalendar that is the result of adding the specified number of seconds to the specified XMLGregorianCalendar.
addSecondsTo(Timestamp, long) - Static method in class oracle.rules.sdk2.extensions.OracleDate
Returns a new Timestamp instance that is the result of adding the specified number of seconds to the specified Timestamp instance.
addToken(Object) - Method in class oracle.rules.sdk2.exception.MessageInfo
 
addToken(Object) - Method in exception oracle.rules.sdk2.exception.SDKException
 
addToken(Object) - Method in class oracle.rules.tools.migrator.MigrationMessageInfo
 
addWeeksTo(Calendar, int) - Static method in class oracle.rules.rl.extensions.JavaDate
Returns a new Calendar that is the result of adding the specified number of weeks to the specified date.
addWeeksTo(XMLGregorianCalendar, int) - Static method in class oracle.rules.rl.extensions.XMLDate
Returns a new XMLGregorianCalendar that is the result of adding the specified number of weeks to the specified XMLGregorianCalendar.
addWeeksTo(Timestamp, int) - Static method in class oracle.rules.sdk2.extensions.OracleDate
Returns a new Timestamp instance that is the result of adding the specified number of weeks to the specified Timestamp instance.
addWSDL(URI, String, URI) - Method in class oracle.rules.sdk2.datamodel.SchemaBrowser
import WSDL inline schemas
addWSDL(URI, String) - Method in class oracle.rules.sdk2.datamodel.SchemaBrowser
 
addWSDL(URI, String, String) - Method in class oracle.rules.sdk2.datamodel.SchemaBrowser
Deprecated.  
addYearsTo(Calendar, int) - Static method in class oracle.rules.rl.extensions.JavaDate
Returns a new Calendar that is the result of adding the specified number of years to the specified date.
addYearsTo(XMLGregorianCalendar, int) - Static method in class oracle.rules.rl.extensions.XMLDate
Returns a new XMLGregorianCalendar that is the result of adding the specified number of years to the specified XMLGregorianCalendar.
addYearsTo(Timestamp, int) - Static method in class oracle.rules.sdk2.extensions.OracleDate
Returns a new Timestamp instance that is the result of adding the specified number of years to the specified Timestamp instance.
ADF_BC - Static variable in class oracle.rules.sdk2.datamodel.FactType
 
AdfBcFactType - Class in oracle.rules.sdk2.datamodel
 
AdfBcFactTypeDescriptor - Class in oracle.rules.sdk2.datamodel
Utility class to assist with stuffing ADF-BC fact types into RL variables for retrieval at runtime
AdfBcFactTypeDescriptor() - Constructor for class oracle.rules.sdk2.datamodel.AdfBcFactTypeDescriptor
 
AdfBcFactTypeDescriptor.Attribute - Class in oracle.rules.sdk2.datamodel
Helper class attribute: struct containing attribute name, type, and linked type (if REFERENCE or AGGR_COLLECTION)
AdfBcFactTypeDescriptor.Attribute() - Constructor for class oracle.rules.sdk2.datamodel.AdfBcFactTypeDescriptor.Attribute
 
AdfBcFactTypeDescriptor.AttrType - Enum in oracle.rules.sdk2.datamodel
Attribute Type: either KEY_ATTRIBUTE (attribute that's a primary key), ATTRIBUTE (other atomic attributes), REFERENCE (an ADF-BC fact in a one-to-one relationship), AGGR_COLLECTION(an ADF-BC fact in a one-to-many relationship) or JBO_ROW_ATTRIBUTE (a pointer to the JBO row object).
AdfBcFactTypeHelper - Class in oracle.rules.sdk2.datamodel
 
ADFCONFIG_URL - Static variable in class oracle.rules.sdk2.store.mds.Keys
The key for a URL to adf-config.xml
AGGR_AVG - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
AGGR_COLLECTION - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
AGGR_COUNT - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
AGGR_MAX - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
AGGR_MIN - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
AGGR_SUM - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
AGGREGATE - Static variable in class oracle.rules.rl.extensions.trace.TraceAnalysis
 
Aggregate - Class in oracle.rules.sdk2.ruleset
An Aggregate is an advanced expression that is obliged to be enclosed in a built-in or user-defined aggregate function.
AggregateTable - Class in oracle.rules.sdk2.ruleset
An AggregateTable is a list of expressions which can be used in function calls or asserts.
aliasKey(DOID) - Static method in class oracle.rules.sdk2.dictionary.PropertyTranslator
return the Key for the dictionary component id and alias property
AliasRefProperty - Class in oracle.rules.sdk2.dictionary
A Translated property has list of possible values ChoosableProperty.getOptions(boolean) and therefore the property values can be translated (i18n).
AliasRefProperty(DictionaryComponent, String, String) - Constructor for class oracle.rules.sdk2.dictionary.AliasRefProperty
 
ALL_VALUES_LIST - Static variable in class oracle.rules.sdk2.decisiontable.BucketSet
 
ALL_VALUES_STRING - Static variable in class oracle.rules.sdk2.decisiontable.DimensionNode
 
ALLOW_GAPS - Static variable in class oracle.rules.sdk2.exception.Constants
 
allowedAliasPartChars - Static variable in class oracle.rules.sdk2.dictionary.Util
 
allowedAliasStartChars - Static variable in class oracle.rules.sdk2.dictionary.Util
 
append(List, Object...) - Static method in class oracle.rules.rl.extensions.RL
Append items to a list
append(String) - Method in class oracle.rules.sdk2.ruleset.Expression
Append the given string to the end of the existing Value Behavior is the same as the append method of java.lang.StringBuffer, except that a null value of str inserts the String "null".
applyDiff() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent.Diff
apply the Diff - make this the same as that
applyDiff() - Method in class oracle.rules.sdk2.dictionary.DictionaryProperty.Diff
apply the Diff - make this the same as that
ARRAY - Static variable in class oracle.rules.sdk2.datamodel.FactType
 
ArrayException - Exception in oracle.rules.rl.exceptions
Semantic error -- an Array is expected at the given location in the source.
ArrayFactType - Class in oracle.rules.sdk2.datamodel
Array Fact Type
ArrayFactTypeTable - Class in oracle.rules.sdk2.datamodel
Top level table in the datamodel.
ArrayValue - Class in oracle.rules.rl.trace
Java class for array-value complex type.
ArrayValue() - Constructor for class oracle.rules.rl.trace.ArrayValue
 
asPath() - Method in class oracle.rules.sdk2.repository.DictionaryFQN
Returns the relative path representation of this fully qualified name.
assertTree(Object) - Method in class oracle.rules.rl.RuleSession
Asserts as facts objects from an object tree.
assertTree(String, Object) - Method in class oracle.rules.rl.RuleSession
Asserts as facts objects from an object tree.
assertViewObjectsForWS(List<ViewObjectRef>) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
Assert a set of ViewObjects from a list of ViewObjectRef
assertViewObjectsForWS() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
Assert a set of ViewObjects from a SimpleDecisionPointInput
assertXPath(String, Object, String) - Method in class oracle.rules.rl.RuleSession
Deprecated. 
AssignmentException - Exception in oracle.rules.rl.exceptions
Semantic error in assignment.
asString() - Method in class oracle.rules.sdk2.datamodel.AdfBcFactTypeDescriptor
 
ATTRIBUTE - Static variable in class oracle.rules.sdk2.datamodel.xml.RuleXMLConstants
 
AVG - Static variable in class oracle.rules.sdk2.ruleset.Aggregate
 

B

balanced() - Method in class oracle.rules.sdk2.ruleset.Expression
Matches up operators which come in pairs, such as ( ), then returns an array of ordered pairs of the matches.
BASE_DICTIONARY_ALIAS - Static variable in class oracle.rules.sdk2.decisionpoint.DecisionPointDictionaryFinder
 
BASE_DICTIONARY_NAME - Static variable in class oracle.rules.sdk2.decisionpoint.DecisionPointDictionaryFinder
 
BASE_DICTIONARY_PATH - Static variable in class oracle.rules.sdk2.decisionpoint.DecisionPointDictionaryFinder
 
BASE_DICTIONARY_PKG - Static variable in class oracle.rules.sdk2.decisionpoint.DecisionPointDictionaryFinder
 
BeanObject - Class in oracle.rules.rl.trace
Java class for bean-object complex type.
BeanObject() - Constructor for class oracle.rules.rl.trace.BeanObject
 
BeanProperty - Class in oracle.rules.rl.trace
Java class for bean-property complex type.
BeanProperty() - Constructor for class oracle.rules.rl.trace.BeanProperty
 
beginElement(StringBuilder, String, String, String[]) - Static method in class oracle.rules.sdk2.dictionary.Util
 
between(Calendar, Calendar) - Static method in class oracle.rules.rl.extensions.Duration
Compute XML dayTimeDuration between 2 dates.
between(XMLGregorianCalendar, Calendar) - Static method in class oracle.rules.rl.extensions.Duration
Compute XML dayTimeDuration between 2 dates.
between(Calendar, XMLGregorianCalendar) - Static method in class oracle.rules.rl.extensions.Duration
Compute XML dayTimeDuration between 2 dates.
between(XMLGregorianCalendar, XMLGregorianCalendar) - Static method in class oracle.rules.rl.extensions.Duration
Compute XML dayTimeDuration between 2 dates.
between(Timestamp, Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Compute XML dayTimeDuration between 2 dates.
between(Timestamp, Calendar) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Compute XML dayTimeDuration between 2 dates.
between(Calendar, Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Compute XML dayTimeDuration between 2 dates.
between(Timestamp, XMLGregorianCalendar) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Compute XML dayTimeDuration between 2 dates.
between(XMLGregorianCalendar, Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Compute XML dayTimeDuration between 2 dates.
BIG_DECIMAL - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
BIG_DECIMAL - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
BIG_INTEGER - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
BIG_INTEGER - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
BOOLEAN - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
BOOLEAN - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
BOOLEAN_W - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
BOOLEAN_W - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
BR_INTERAL_ERROR - Static variable in class oracle.rules.sdk2.exception.Constants
 
BR_NULL_PARM - Static variable in class oracle.rules.sdk2.exception.Constants
 
BR_PATH_NOT_EXIST - Static variable in class oracle.rules.sdk2.exception.Constants
 
Browser - Class in oracle.rules.sdk2.datamodel
Browser sub-classes provide browsing of external business objects to be used for rule authoring.
Browser(RuleDictionary) - Constructor for class oracle.rules.sdk2.datamodel.Browser
Create a browswer instance.
Bucket - Class in oracle.rules.sdk2.decisiontable
A Bucket defines an atomic value for a Dimension of a decision table.
BUCKET_EXCLUDED - Static variable in class oracle.rules.sdk2.exception.Constants
 
BucketSet - Class in oracle.rules.sdk2.decisiontable
A BucketSet is the set of values in a Dimension of a decision table.
BUCKETSETS - Static variable in class oracle.rules.sdk2.exception.Constants
 
BucketSetTable - Class in oracle.rules.sdk2.datamodel
Top level table in the datamodel.
BucketTable - Class in oracle.rules.sdk2.decisiontable
A list of Buckets in a BucketSet.
build() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
Constructs and returns a DecisionPoint instance from the values specified in this builder.
BUILTIN - Static variable in class oracle.rules.sdk2.ruleset.SimpleTest
 
BUILTIN_TYPE_ID_PREFIX - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
BYTE - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
BYTE - Static variable in class oracle.rules.sdk2.dictionary.DOID
 

C

CALENDAR - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
CALENDAR - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
CALENDAR_ALIAS - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
CALENDAR_FORM_DATE - Static variable in class oracle.rules.sdk2.decisiontable.BucketSet
Calendar Forms - to distinguish date, time, or datetime calendar format String values are part of oracle.rules.rl.extensions.JavaDate.from***String methods
CALENDAR_FORM_DATE - Static variable in class oracle.rules.sdk2.dictionary.Util
 
CALENDAR_FORM_DATE - Static variable in class oracle.rules.sdk2.ruleset.DateEffectivity
 
CALENDAR_FORM_DATETIME - Static variable in class oracle.rules.sdk2.decisiontable.BucketSet
 
CALENDAR_FORM_DATETIME - Static variable in class oracle.rules.sdk2.dictionary.Util
 
CALENDAR_FORM_DATETIME - Static variable in class oracle.rules.sdk2.ruleset.DateEffectivity
 
CALENDAR_FORM_TIME - Static variable in class oracle.rules.sdk2.decisiontable.BucketSet
 
CALENDAR_FORM_TIME - Static variable in class oracle.rules.sdk2.dictionary.Util
 
CALENDAR_FORM_TIME - Static variable in class oracle.rules.sdk2.ruleset.DateEffectivity
 
Callable - Interface in oracle.rules.sdk2.datamodel
 
callFunction(String) - Method in class oracle.rules.jsr94.RLStatefulRuleSession
Execute the RL function with no arguments, returning result.
callFunction(String) - Method in class oracle.rules.rl.RuleSession
Execute the RL function with no arguments, returning result.
callFunctionWithArgument(String, Object) - Method in class oracle.rules.jsr94.RLStatefulRuleSession
Execute the RL function with one argument, returning result.
callFunctionWithArgument(String, Object) - Method in class oracle.rules.rl.RuleSession
Execute the RL function with one argument, returning result.
callFunctionWithArgumentArray(String, Object[]) - Method in class oracle.rules.jsr94.RLStatefulRuleSession
Execute the RL function with given array arguments, returning result.
callFunctionWithArgumentArray(String, Object[]) - Method in class oracle.rules.rl.RuleSession
Execute the RL function with given array arguments, returning result.
callFunctionWithArgumentList(String, List) - Method in class oracle.rules.jsr94.RLStatefulRuleSession
Execute the RL function with given list of arguments, returning result.
callFunctionWithArgumentList(String, List) - Method in class oracle.rules.rl.RuleSession
Execute the RL function with given list of arguments, returning result.
callFunctionWithArguments(String, Object...) - Method in class oracle.rules.rl.RuleSession
Execute the RL function with given arguments, returning result.
canAdd() - Method in class oracle.rules.sdk2.decisiontable.DTRuleTable
can a rule be added to the decision table?
canDetectChanges() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointDictionaryFinder
The decision point dictionary is not updatable.
canDetectChanges() - Method in class oracle.rules.sdk2.dictionary.AbstractDictionaryFinder
Indicates whether this finder is able to detect changes in the dictionaries that are found by this finder.
canMerge(DimensionNode) - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
Test whether this node can be merged with its sibling.
canMerge(List<DimensionNode>) - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
Test if nodes can be merged.
canRedo() - Method in class oracle.rules.sdk2.dictionary.UndoableEdit
True if it is still possible to redo this operation.
canSpan() - Method in class oracle.rules.sdk2.decisiontable.Dimension
Test whether (nodes in) this dimension can be spanned.
canSpan(DimensionNode) - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
Test if this node and its sibling can be spanned.
canSpan() - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
Test whether the rulesheet can be spanned.
canSpan(List<DimensionNode>) - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
Test if any of the nodes can be spanned.
canSplit() - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
Test whether this node can be split
canUndo() - Method in class oracle.rules.sdk2.dictionary.UndoableEdit
True if it is still possible to undo this operation.
canUnspan() - Method in class oracle.rules.sdk2.decisiontable.Dimension
Test whether (nodes in) this dimension can be unspanned.
canUnspan() - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
Test whether this node can be unspanned.
canUnspan() - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
Test whether the rulesheet can be unspanned.
CFG_APP_NAME - Static variable in class oracle.rules.rl.RuleSession
The key for setting the application (or component) name to associate this RuleSession with for DMS statistics.
CFG_DECISION_TRACE_LEVEL - Static variable in class oracle.rules.rl.RuleSession
The key for specifying the decision trace level at RuleSession instantiation.
CFG_DECISION_TRACE_LIMIT - Static variable in class oracle.rules.rl.RuleSession
The key for specifying the decision trace limit at RuleSession instantiation.
CFG_DMS - Static variable in class oracle.rules.rl.RuleSession
Deprecated. 
CFG_LOCALE - Static variable in class oracle.rules.rl.RuleSession
The key for setting the Locale for this RuleSession.
CFG_LOGGING - Static variable in class oracle.rules.rl.RuleSession
The key for setting the Boolean to enable logging for this RuleSession.
CFG_SESSION_NAME - Static variable in class oracle.rules.rl.RuleSession
The key for setting the string to use for this RuleSession.
CFG_WATCH - Static variable in class oracle.rules.rl.RuleSession
The key for specifying the watch options at RuleSession instantiation.
changedObjects - Variable in class oracle.rules.sdk2.dictionary.DictionaryChangeEvent
 
CHAR - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
CHAR - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
CHECK_RULE_FLOW - Static variable in class oracle.rules.sdk2.exception.Constants
 
CHILD_CHANGED - Static variable in class oracle.rules.sdk2.dictionary.DictionaryChangeEvent
 
Choice - Interface in oracle.rules.sdk2.dictionary
A Choice provides a hierarchy of choices for a ChoosableProperty.
Choice.Kind - Enum in oracle.rules.sdk2.dictionary
enumerate the kinds of choice
ChoiceList - Class in oracle.rules.sdk2.dictionary
A ChoiceList provides a hierarchy to the flat array of Strings returned from the SDK2 getOptions methods.
ChoiceList(String[]) - Constructor for class oracle.rules.sdk2.dictionary.ChoiceList
 
CHOICES - Static variable in class oracle.rules.sdk2.dictionary.Util
 
ChoosableProperty - Class in oracle.rules.sdk2.dictionary
A Choosable property can be chosen using a Choice tree
ClassBrowser - Class in oracle.rules.sdk2.datamodel
Provides browsing for collections of Java class files.
ClassBrowser(RuleDictionary) - Constructor for class oracle.rules.sdk2.datamodel.ClassBrowser
 
ClassBrowser(RuleDictionary, URI) - Constructor for class oracle.rules.sdk2.datamodel.ClassBrowser
 
ClassBrowser(RuleDictionary, String) - Constructor for class oracle.rules.sdk2.datamodel.ClassBrowser
Deprecated. 
ClassBrowser.FailedClasspathAdd - Class in oracle.rules.sdk2.datamodel
 
ClassBrowser.FailedClasspathAdd(String, SDKException) - Constructor for class oracle.rules.sdk2.datamodel.ClassBrowser.FailedClasspathAdd
 
ClassFilter - Class in oracle.rules.rl.extensions
A filter that passes objects that are instances of a particular class.
ClassFilter(String, RuleSession) - Constructor for class oracle.rules.rl.extensions.ClassFilter
Creates a new class filter.
cleanup() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
If invoke is called with the parameter false, then this method must be called before the decision point instance reference goes out of scope, otherwise a memory leak will occur.
clear() - Method in class oracle.rules.sdk2.datamodel.Node
 
clear() - Method in class oracle.rules.sdk2.decisiontable.DimensionTable
 
clear() - Method in class oracle.rules.sdk2.decisiontable.DTActionTable
 
clear() - Method in class oracle.rules.sdk2.decisiontable.DTRuleTable
 
clear() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
clear() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
remove all elements in the table
clear() - Method in class oracle.rules.sdk2.dictionary.IDTable
 
clear() - Method in class oracle.rules.sdk2.dictionary.IDTableProperty
Default clear simply clears the ID table.
clearClassPath() - Method in class oracle.rules.sdk2.datamodel.ClassBrowser
Remove all user created entries from the class path list used to create the list of packages and classes.
clearInputs() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
Clear the fact objects input list
clearKeyValues() - Method in class oracle.rules.sdk2.decisionpoint.ViewObjectReference
 
clearSchemaPath() - Method in class oracle.rules.sdk2.datamodel.SchemaBrowser
Remove all user created entries from the schema path list.
close() - Method in class oracle.rules.sdk2.datamodel.Node
Mark this node as "closed".
close() - Method in interface oracle.rules.sdk2.repository.RuleRepository
Close the repository so that resources it holds are released.
CLOSED - Static variable in class oracle.rules.sdk2.datamodel.Node
 
closeNode(int) - Method in class oracle.rules.sdk2.datamodel.NodeTable
Close the specified node.
COLLECTION - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
COLLECTION - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
COLLECTION - Static variable in class oracle.rules.sdk2.ruleset.Aggregate
 
COLLECTION_TYPE - Static variable in class oracle.rules.sdk2.datamodel.xml.RuleXMLConstants
 
CollectionValue - Class in oracle.rules.rl.trace
Java class for collection-value complex type.
CollectionValue() - Constructor for class oracle.rules.rl.trace.CollectionValue
 
CombinedDataModel - Class in oracle.rules.sdk2.datamodel
Provide readonly access to the total data model including components in linked dictionaries.
CombinedDataModel(RuleDictionary) - Constructor for class oracle.rules.sdk2.datamodel.CombinedDataModel
 
CombinedDataModel.ConversionMode - Enum in oracle.rules.sdk2.datamodel
 
commitSandbox() - Method in class oracle.rules.sdk2.repository.SandboxAccess
Commit the changes in the sandbox so that they are visible outside the sandbox.
compact() - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
Merge all child DimensionNodes but do not merge non-identical actions.
compact() - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
Compact all rules.
compact(List<DimensionNode>) - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
Compact the dimension nodes.
COMPARABLE - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
COMPARABLE - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
compare(Calendar, Calendar) - Static method in class oracle.rules.rl.extensions.Duration
Compares two dates and returns an int value of 0 if they are equal, less than 0 if date1 represents a point in time before date2, greater than 0 if date1 represents a point in time after date2.
compare(XMLGregorianCalendar, XMLGregorianCalendar) - Static method in class oracle.rules.rl.extensions.Duration
Compares two dates and returns an int value of 0 if they are equal, less than 0 if date1 represents a point in time before date2, greater than 0 if date1 represents a point in time after date2.
compare(XMLGregorianCalendar, Calendar) - Static method in class oracle.rules.rl.extensions.Duration
Compares two dates and returns an int value of 0 if they are equal, less than 0 if date1 represents a point in time before date2, greater than 0 if date1 represents a point in time after date2.
compare(Calendar, XMLGregorianCalendar) - Static method in class oracle.rules.rl.extensions.Duration
Compares two dates and returns an int value of 0 if they are equal, less than 0 if date1 represents a point in time before date2, greater than 0 if date1 represents a point in time after date2.
compare(String, String) - Static method in class oracle.rules.rl.extensions.RL
 
compare(Timestamp, Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Compares two dates and returns an int value of 0 if they are equal, less than 0 if ts1 represents a point in time before ts2, greater than 0 if ts1 represents a point in time after ts2.
compare(Timestamp, Calendar) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Compares two dates and returns an int value of 0 if they are equal, less than 0 if ts1 represents a point in time before cal2, greater than 0 if ts1 represents a point in time after cal2.
compare(Calendar, Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Compares two dates and returns an int value of 0 if they are equal, less than 0 if cal1 represents a point in time before ts2, greater than 0 if cal1 represents a point in time after ts2.
compare(Timestamp, XMLGregorianCalendar) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Compares two dates and returns an int value of 0 if they are equal, less than 0 if ts1 represents a point in time before cal2, greater than 0 if ts1 represents a point in time after cal2.
compare(XMLGregorianCalendar, Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Compares two dates and returns an int value of 0 if they are equal, less than 0 if cal1 represents a point in time before ts2, greater than 0 if cal1 represents a point in time after ts2.
compareDurations(Duration, Duration) - Static method in class oracle.rules.rl.extensions.Duration
compare 2 XML durations.
compareTo(Object) - Method in class oracle.rules.sdk2.decisiontable.Bucket
 
compareTo(DictionaryFQN) - Method in class oracle.rules.sdk2.repository.DictionaryFQN
Compares this DictionaryFQN with the specified DictionaryFQN.
concatenate(List...) - Static method in class oracle.rules.rl.extensions.RL
Concatenate lists
ConcurrentChangeException - Exception in oracle.rules.sdk2.exception
Exception thrown when an attempt to save a dictionary detected that the version of the dictionary in the repository is newer than the the version of the dictionary that was passed to save().
ConcurrentChangeException(String, Throwable) - Constructor for exception oracle.rules.sdk2.exception.ConcurrentChangeException
 
ConcurrentUpdateException - Exception in oracle.rules.sdk2.exception
 
ConcurrentUpdateException(RuleDictionary) - Constructor for exception oracle.rules.sdk2.exception.ConcurrentUpdateException
 
CONDITIONS - Static variable in class oracle.rules.sdk2.exception.Constants
 
CONFIG_URL - Static variable in class oracle.rules.sdk2.store.mds.Keys
The key for a URL to an XML document containing the MDS configuration.
Conflict - Class in oracle.rules.sdk2.decisiontable
A Conflict is 2 rules with overlapping Dimension values in all dimensions, different actions, and no reference from one to the other in its noConflict, runBefore, or override lists.
conflict(DTRule) - Method in class oracle.rules.sdk2.decisiontable.DTRule
Move the conflicting rule to the Conflict list.
CONFLICT_AUTO_OVERRIDE - Static variable in class oracle.rules.sdk2.decisiontable.RuleSheet
 
CONFLICT_IGNORE - Static variable in class oracle.rules.sdk2.decisiontable.RuleSheet
 
CONFLICT_MANUAL - Static variable in class oracle.rules.sdk2.decisiontable.RuleSheet
 
CONFLICTS - Static variable in class oracle.rules.sdk2.exception.Constants
 
CONNECTION - Static variable in class oracle.rules.sdk2.store.jar.Keys
The key for the file-based repository connection.
CONNECTION - Static variable in class oracle.rules.sdk2.store.mds.Keys
The key for the MDS repository connection.
CONNECTIONS_URL - Static variable in class oracle.rules.sdk2.store.mds.Keys
Deprecated. 
CONNECTIVE_AND - Static variable in class oracle.rules.sdk2.dictionary.Util
 
CONNECTIVE_AND - Static variable in class oracle.rules.sdk2.ruleset.Pattern
 
CONNECTIVE_OR - Static variable in class oracle.rules.sdk2.dictionary.Util
 
CONNECTIVE_OR - Static variable in class oracle.rules.sdk2.ruleset.Pattern
 
Constants - Class in oracle.rules.sdk2.exception
 
Constants() - Constructor for class oracle.rules.sdk2.exception.Constants
 
ConstrainableComponent - Class in oracle.rules.sdk2.datamodel
A ConstrainableComponent is a TypedComponent with an attached BucketSet
CONSTRAINED_BY - Static variable in class oracle.rules.sdk2.exception.Constants
 
CONSTRAINTLIST - Static variable in class oracle.rules.sdk2.dictionary.Util
 
CONSTRAINTSELECTED - Static variable in class oracle.rules.sdk2.dictionary.Util
 
Constructor - Class in oracle.rules.sdk2.datamodel
Represent a Java class constructor Constructors are unnamed (name and alias comes from owning class).
ConstructorException - Exception in oracle.rules.rl.exceptions
Semantic error -- "new" operator cannot find a constructor for given class with appropriate argument types.
CONSTRUCTORS - Static variable in class oracle.rules.sdk2.exception.Constants
 
ConstructorTable - Class in oracle.rules.sdk2.datamodel
A list of constructors for Java FactType
contains(Object) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
return if the the table contains the object
contains(Object) - Method in class oracle.rules.sdk2.dictionary.IDTable
 
containsAll(Collection<?>) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
returns true if the table contains all of the components in the Collection argument
containsAll(Collection<?>) - Method in class oracle.rules.sdk2.dictionary.IDTable
 
containsKey(Object) - Method in class oracle.rules.sdk2.datamodel.Node
 
containsKey(Object) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
containsObject(Handle) - Method in class oracle.rules.jsr94.RLStatefulRuleSession
Returns true if the Object associated with the specified Handle is in the rule session state of this rule session.
containsValue(Object) - Method in class oracle.rules.sdk2.datamodel.Node
 
containsValue(Object) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
CONTENT_PROP_NAME - Static variable in class oracle.rules.sdk2.datamodel.xml.RuleXMLConstants
 
ContextException - Exception in oracle.rules.rl.exceptions
Semantic error -- a language feature is used in the wrong context.
ConversionException - Exception in oracle.rules.rl.exceptions
Semantic error -- an unsupported type conversion is called for.
copyTo(int, T) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
 
copyTo(RuleDictionary) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
copy to this dictionary
COUNT - Static variable in class oracle.rules.sdk2.ruleset.Aggregate
 
create(String, Exception, String...) - Static method in exception oracle.rules.tools.migrator.MigrationException
 
createActivationData() - Method in class oracle.rules.rl.trace.ObjectFactory
Create an instance of ActivationData
createActivationTrace() - Method in class oracle.rules.rl.trace.ObjectFactory
Create an instance of ActivationTrace
createArrayValue() - Method in class oracle.rules.rl.trace.ObjectFactory
Create an instance of ArrayValue
createBeanObject() - Method in class oracle.rules.rl.trace.ObjectFactory
Create an instance of BeanObject
createBeanProperty() - Method in class oracle.rules.rl.trace.ObjectFactory
Create an instance of BeanProperty
createCollectionValue() - Method in class oracle.rules.rl.trace.ObjectFactory
Create an instance of CollectionValue
createDecisionFunction(RuleDictionary, String, String, boolean, boolean) - Static method in class oracle.rules.sdk2.decisionpoint.MetadataHelper
Creates a new Decision Function, overwriting any previously existing instance.
createDecisionPointInputs() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.ObjectFactory
Create an instance of DecisionPointInputs
createDecisionPointInputsData() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.ObjectFactory
Create an instance of DecisionPointInputs.Data
createDecisionPointInputsParameter() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.ObjectFactory
Create an instance of DecisionPointInputs.Parameter
createDecisionPointMetadata(String, String, String, List<String>, boolean, DBTransactionImpl2) - Static method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
Deprecated.  
createDecisionPointResults() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.ObjectFactory
Create an instance of DecisionPointResults
createDecisionPointResultsValue() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.ObjectFactory
Create an instance of DecisionPointResults.Value
createDecisionTrace() - Method in class oracle.rules.rl.trace.ObjectFactory
Create an instance of DecisionTrace
createDictionary(String) - Static method in class oracle.rules.sdk2.decisionpoint.MetadataHelper
Create a new empty RuleDictionary with a new empty data model.
createDictionary(String, DictionaryFinder) - Static method in class oracle.rules.sdk2.decisionpoint.MetadataHelper
Create a new empty RuleDictionary with a new empty data model.
createDictionary(String, DictionaryFinder) - Static method in class oracle.rules.sdk2.dictionary.RuleDictionary
Create a new rule dictionary.
createDictionaryFQN(String, String) - Static method in class oracle.rules.sdk2.repository.DictionaryFQN
Create a fully qualified name of a dictionary.
createDictionaryLink(RuleDictionary, String, String) - Static method in class oracle.rules.sdk2.decisionpoint.MetadataHelper
 
createDictionaryLink(String, String) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Create a DictionaryLink and add it into the rule dictionary.
createEmptyRuleSet(String) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Create and return an empty RuleSet with the given name.
createFactTrace() - Method in class oracle.rules.rl.trace.ObjectFactory
Create an instance of FactTrace
createHandle() - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Get a handle to access the dictionary.
createPropertyValue() - Method in class oracle.rules.rl.trace.ObjectFactory
Create an instance of PropertyValue
createResetTrace() - Method in class oracle.rules.rl.trace.ObjectFactory
Create an instance of ResetTrace
createRuleCompilationTrace() - Method in class oracle.rules.rl.trace.ObjectFactory
Create an instance of RuleCompilationTrace
createRuleExecutionSet(InputStream, Map) - Method in class oracle.rules.jsr94.admin.RLLocalRuleExecutionSetProvider
Create a RuleExecutionSet implementation from the specified input stream.
createRuleExecutionSet(Object, Map) - Method in class oracle.rules.jsr94.admin.RLLocalRuleExecutionSetProvider
Create a RuleExecutionSet implementation from an abstract syntax tree.
createRuleExecutionSet(Reader, Map) - Method in class oracle.rules.jsr94.admin.RLLocalRuleExecutionSetProvider
Create a RuleExecutionSet implementation from the specified Reader.
createRuleExecutionSet(String, String, RuleSource[], String[], Map) - Method in class oracle.rules.jsr94.admin.RLLocalRuleExecutionSetProvider
Create a RuleExecutionSet implementation from the specified parameters.
createRuleExecutionSet(Element, Map) - Method in class oracle.rules.jsr94.admin.RLRuleExecutionSetProvider
Create a RuleExecutionSet implementation from the specified XML document.
createRuleExecutionSet(Serializable, Map) - Method in class oracle.rules.jsr94.admin.RLRuleExecutionSetProvider
Create a RuleExecutionSet implementation from an abstract syntax tree.
createRuleExecutionSet(String, Map) - Method in class oracle.rules.jsr94.admin.RLRuleExecutionSetProvider
Create a RuleExecutionSet implementation from an XML document referenced by the specified URI (interpreted as a URL).
createRuleRepositoryInstance(RepositoryType) - Static method in class oracle.rules.sdk2.repository.RepositoryManager
Create an un-initialized repository instance of the given type
createRulesetStackTrace() - Method in class oracle.rules.rl.trace.ObjectFactory
Create an instance of RulesetStackTrace
createRuleTrace() - Method in class oracle.rules.rl.trace.ObjectFactory
Create an instance of RuleTrace
createSandbox(String) - Method in class oracle.rules.sdk2.repository.SandboxAccess
Create a new sandbox.
createSimpleDecisionPointInput() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.ObjectFactory
Create an instance of SimpleDecisionPointInput
createTraceEntry() - Method in class oracle.rules.rl.trace.ObjectFactory
Create an instance of TraceEntry
createURI(String) - Static method in class oracle.rules.sdk2.datamodel.DMUtil
 
createURL(String) - Static method in class oracle.rules.sdk2.datamodel.DMUtil
 
createViewObjectRef() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.ObjectFactory
Create an instance of ViewObjectRef
createViewObjectRefKeyValues() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.ObjectFactory
Create an instance of ViewObjectRef.KeyValues
createViewObjectRefKeyValuesKey() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.ObjectFactory
Create an instance of ViewObjectRef.KeyValues.Key
CURRENT_DATE - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
CurrentDate - Class in oracle.rules.rl.extensions
 
CurrentDate() - Constructor for class oracle.rules.rl.extensions.CurrentDate
 
CUST_FILE_PATH - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
CUSTOM - Static variable in class oracle.rules.sdk2.dictionary.Util
 
CUSTOMTEMP - Static variable in class oracle.rules.sdk2.dictionary.Util
 
cut(T) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
Cut (remove) the given component from this table.

D

DataModel - Class in oracle.rules.sdk2.datamodel
DataModel is the top level container of the entire model, through which applications can access the list of global variables, constraints, functions and FactTypes.
DATAMODEL - Static variable in class oracle.rules.sdk2.exception.Constants
 
DataModelConstants - Class in oracle.rules.sdk2.datamodel
The place all DataModel related constants go.
dataModelRL() - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Generate the RL for the data model in this dictionary and in linked dictionaries.
DATATYPE - Static variable in class oracle.rules.sdk2.datamodel.xml.RuleXMLConstants
 
DateEffectivity - Class in oracle.rules.sdk2.ruleset
Common Effective Date Support Constants.
DateEffectivity() - Constructor for class oracle.rules.sdk2.ruleset.DateEffectivity
 
dateFromDateString(String) - Static method in class oracle.rules.rl.extensions.SQLDate
Creates a Date instance for the specified ISO 8601 date.
dateFromDateTimeString(String) - Static method in class oracle.rules.rl.extensions.SQLDate
Creates a Date instance for the specified ISO 8601 date and time.
dateFromTimeString(String) - Static method in class oracle.rules.rl.extensions.SQLDate
Creates a Date instance for the specified ISO 8601 time.
daysBetween(Calendar, Calendar) - Static method in class oracle.rules.rl.extensions.Duration
 
daysBetween(XMLGregorianCalendar, XMLGregorianCalendar) - Static method in class oracle.rules.rl.extensions.Duration
Returns the difference between the two dates in days.
daysBetween(XMLGregorianCalendar, Calendar) - Static method in class oracle.rules.rl.extensions.Duration
Returns the difference between the two dates in days.
daysBetween(Calendar, XMLGregorianCalendar) - Static method in class oracle.rules.rl.extensions.Duration
Returns the difference between the two dates in days.
daysBetween(Timestamp, Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in days.
daysBetween(Calendar, Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in days.
daysBetween(Timestamp, Calendar) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in days.
daysBetween(XMLGregorianCalendar, Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in days.
daysBetween(Timestamp, XMLGregorianCalendar) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in days.
DC_BLANK_ALIAS - Static variable in class oracle.rules.sdk2.exception.Constants
 
DC_BLANK_NAME - Static variable in class oracle.rules.sdk2.exception.Constants
 
DC_CONCURRENT_UPDATE - Static variable in class oracle.rules.sdk2.exception.Constants
 
DC_NON_CUSTOM_PROP - Static variable in class oracle.rules.sdk2.exception.Constants
 
DC_NON_CUSTOM_TABLE - Static variable in class oracle.rules.sdk2.exception.Constants
 
DC_RULESET_NOT_FOUND - Static variable in class oracle.rules.sdk2.exception.Constants
 
DC_TRANSLATION_SYNC - Static variable in class oracle.rules.sdk2.exception.Constants
 
DECISION_FUNCTION_WRAPPER_POSTFIX - Static variable in class oracle.rules.sdk2.decisionpoint.DecisionPointDictionaryFinder
 
DECISION_FUNCTIONS - Static variable in class oracle.rules.sdk2.exception.Constants
 
DECISION_TRACE_DEVELOPMENT - Static variable in class oracle.rules.rl.RuleSession
The decision trace level to use for debugging or more detailed tracing.
DECISION_TRACE_DEVELOPMENT - Static variable in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
 
DECISION_TRACE_OFF - Static variable in class oracle.rules.rl.RuleSession
The decision trace level that disables decision tracing.
DECISION_TRACE_OFF - Static variable in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
 
DECISION_TRACE_PRODUCTION - Static variable in class oracle.rules.rl.RuleSession
The decision trace level for use in production.
DECISION_TRACE_PRODUCTION - Static variable in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
 
DecisionFunction - Class in oracle.rules.sdk2.datamodel
 
DecisionFunction(DictionaryObject) - Constructor for class oracle.rules.sdk2.datamodel.DecisionFunction
 
DECISIONFUNCTION - Static variable in class oracle.rules.sdk2.exception.Constants
 
DecisionFunctionFact - Class in oracle.rules.sdk2.datamodel
Child of DecisionFunction.
DecisionFunctionFact(DictionaryObject) - Constructor for class oracle.rules.sdk2.datamodel.DecisionFunctionFact
 
DecisionFunctionFactTable - Class in oracle.rules.sdk2.datamodel
Child of DecisionFunction.
DECISIONFUNCTIONQ - Static variable in class oracle.rules.sdk2.exception.Constants
 
DecisionFunctionRuleSet - Class in oracle.rules.sdk2.datamodel
Child of DecisionFunction.
DecisionFunctionRuleSet(DictionaryObject) - Constructor for class oracle.rules.sdk2.datamodel.DecisionFunctionRuleSet
 
DecisionFunctionRuleSetTable - Class in oracle.rules.sdk2.datamodel
Child of DecisionFunction.
DecisionFunctionTable - Class in oracle.rules.sdk2.datamodel
Top level table in the datamodel.
DecisionPoint - Class in oracle.rules.sdk2.decisionpoint
DecisionPoint is a helper class which manages the server-side portions of implementing Decision Points (calling OBR Decision Functions) from developers' Java code.
DecisionPoint.NamedValue - Class in oracle.rules.sdk2.decisionpoint
NamedValue is a helper class that conveys named values to and from Decision Points.
DecisionPoint.NamedValue(String, Object) - Constructor for class oracle.rules.sdk2.decisionpoint.DecisionPoint.NamedValue
 
DecisionPointBuilder - Class in oracle.rules.sdk2.decisionpoint
Builder for creating a decision point.
DecisionPointBuilder() - Constructor for class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
Constructor.
DecisionPointDictionaryFinder - Class in oracle.rules.sdk2.decisionpoint
 
DecisionPointDictionaryFinder(DictionaryFinder, ClassLoader) - Constructor for class oracle.rules.sdk2.decisionpoint.DecisionPointDictionaryFinder
 
DecisionPointDictionaryFinder(ClassLoader) - Constructor for class oracle.rules.sdk2.decisionpoint.DecisionPointDictionaryFinder
 
DecisionPointDictionaryFinder() - Constructor for class oracle.rules.sdk2.decisionpoint.DecisionPointDictionaryFinder
 
DecisionPointInputs - Class in oracle.rules.sdk2.decisionpoint.wsfacts
Java class for anonymous complex type.
DecisionPointInputs() - Constructor for class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointInputs
 
DecisionPointInputs.Data - Class in oracle.rules.sdk2.decisionpoint.wsfacts
Java class for anonymous complex type.
DecisionPointInputs.Data() - Constructor for class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointInputs.Data
 
DecisionPointInputs.Parameter - Class in oracle.rules.sdk2.decisionpoint.wsfacts
Java class for anonymous complex type.
DecisionPointInputs.Parameter() - Constructor for class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointInputs.Parameter
 
DecisionPointInstance - Class in oracle.rules.sdk2.decisionpoint
DecisionPoint is a helper class which manages the server-side portions of implementing Decision Points (calling OBR Decision Functions) from developers' Java code.
DecisionPointResults - Class in oracle.rules.sdk2.decisionpoint.wsfacts
Java class for anonymous complex type.
DecisionPointResults() - Constructor for class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointResults
 
DecisionPointResults.Value - Class in oracle.rules.sdk2.decisionpoint.wsfacts
Java class for anonymous complex type.
DecisionPointResults.Value() - Constructor for class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointResults.Value
 
DecisionTrace - Class in oracle.rules.rl.trace
Java class for anonymous complex type.
DecisionTrace() - Constructor for class oracle.rules.rl.trace.DecisionTrace
 
decisionTrace() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
 
DEFAULT - Static variable in class oracle.rules.sdk2.dictionary.Util
 
DEFAULT_CUS_FILE - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
DEFAULT_JAXB_PACKAGENAME - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
DEFAULT_LOCALE - Static variable in class oracle.rules.sdk2.exception.MessageInfo
 
DEFAULT_LOCALE - Static variable in class oracle.rules.tools.migrator.MigrationMessageInfo
 
DEFAULT_RULESET_NAME - Static variable in class oracle.rules.sdk2.datamodel.xml.RuleXMLConstants
 
DeleteException - Exception in oracle.rules.sdk2.exception
Exception related to delete operation
DeleteException(String, DictionaryObject) - Constructor for exception oracle.rules.sdk2.exception.DeleteException
 
DeleteException(String, DictionaryObject, String) - Constructor for exception oracle.rules.sdk2.exception.DeleteException
 
DESCRIPTION - Static variable in class oracle.rules.sdk2.exception.Constants
 
descriptionKey(DOID) - Static method in class oracle.rules.sdk2.dictionary.PropertyTranslator
return the Key for the dictionary component id and description property
desurround() - Method in class oracle.rules.sdk2.ruleset.Action
 
desurround() - Method in class oracle.rules.sdk2.ruleset.Pattern
 
desurround() - Method in class oracle.rules.sdk2.ruleset.SimpleTest
if this is a nested simple test, replace it with the nested simple tests.
DETAILS - Static variable in class oracle.rules.sdk2.exception.Constants
 
diagLog(String) - Static method in class oracle.rules.sdk2.dictionary.Util
 
DICTIONARY_DESC - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
DICTIONARY_DOCUMENT_VERSION - Static variable in class oracle.rules.sdk2.dictionary.Util
 
DICTIONARY_LINKS - Static variable in class oracle.rules.sdk2.exception.Constants
 
DICTIONARY_NAMESPACE - Static variable in class oracle.rules.sdk2.dictionary.Util
 
DictionaryAlreadyExistsException - Exception in oracle.rules.sdk2.exception
Exception related to save dictionary to repository
DictionaryAlreadyExistsException(String) - Constructor for exception oracle.rules.sdk2.exception.DictionaryAlreadyExistsException
 
DictionaryAlreadyExistsException(String, Throwable) - Constructor for exception oracle.rules.sdk2.exception.DictionaryAlreadyExistsException
 
dictionaryChanged(DictionaryChangeEvent) - Method in interface oracle.rules.sdk2.dictionary.DictionaryChangeListener
 
dictionaryChanged(RepositoryChange, RuleRepository) - Method in interface oracle.rules.sdk2.repository.RepositoryChangeListener
Notification that a dictionary has changed.
DictionaryChangeEvent - Class in oracle.rules.sdk2.dictionary
A DictionaryChangeEvent notifies DictionaryChangeListeners of changes in the state or validity of the RuleDictionary.
DictionaryChangeEvent(List<DictionaryChangeEvent.ObjectChange>) - Constructor for class oracle.rules.sdk2.dictionary.DictionaryChangeEvent
 
DictionaryChangeEvent.ObjectChange - Class in oracle.rules.sdk2.dictionary
 
DictionaryChangeEvent.ObjectChange() - Constructor for class oracle.rules.sdk2.dictionary.DictionaryChangeEvent.ObjectChange
 
DictionaryChangeListener - Interface in oracle.rules.sdk2.dictionary
A RuleDictionary user should implement this interface and register it using RuleDictionary.addDictionaryChangeListener(oracle.rules.sdk2.dictionary.DictionaryChangeListener)
DictionaryComponent - Class in oracle.rules.sdk2.dictionary
A dictionary component is a Map of name-value pairs that describes a rule, a fact type, an expression, etc.
DictionaryComponent.Diff - Class in oracle.rules.sdk2.dictionary
This class describes the differences between 2 DictionaryComponents, called this and that from different RuleDictionaries.
DictionaryComponent.DiffType - Enum in oracle.rules.sdk2.dictionary
Enumerate the types of difference between 2 DictionaryComponents called this and that
DictionaryComponentTable<T extends DictionaryComponent> - Class in oracle.rules.sdk2.dictionary
A dictionary component table is a List of DictionaryComponents.
DictionaryFinder - Interface in oracle.rules.sdk2.dictionary
A RuleDictionary uses a DictionaryFinder to access linked dictionaries.
DictionaryFQN - Class in oracle.rules.sdk2.repository
The fully qualified name of a rule dictionary.
DictionaryFQN(String, String) - Constructor for class oracle.rules.sdk2.repository.DictionaryFQN
Construct a fully qualified name of a dictionary.
DictionaryLink - Class in oracle.rules.sdk2.dictionary
A DictionaryLink logically includes another dictionary and its linked dictionaries in this one.
DictionaryLinkTable - Class in oracle.rules.sdk2.dictionary
A DictionaryLinkTable is a list of DictionaryLinks.
DictionaryLoader - Class in oracle.rules.sdk2.repository
DictionaryLoader is the preferred mechanism for loading rule dictionaries for execution.
DictionaryLoader() - Constructor for class oracle.rules.sdk2.repository.DictionaryLoader
 
DictionaryLocator - Class in oracle.rules.sdk2.repository
Dictionary discovery.
DictionaryName - Class in oracle.rules.sdk2.dictionary
 
DictionaryNotFoundException - Exception in oracle.rules.sdk2.exception
Exception thrown when a dictionary does not exist in a repository.
DictionaryNotFoundException(String) - Constructor for exception oracle.rules.sdk2.exception.DictionaryNotFoundException
 
DictionaryNotFoundException(String, Throwable) - Constructor for exception oracle.rules.sdk2.exception.DictionaryNotFoundException
 
DictionaryObject - Class in oracle.rules.sdk2.dictionary
Base class for a RuleDictionary and its components and component tables.
DictionaryProperty<T> - Class in oracle.rules.sdk2.dictionary
Base class for all dictionary component properties.
DictionaryProperty.Diff - Class in oracle.rules.sdk2.dictionary
Describe differences between 2 DictionaryProperty this and that, and allow the differences from that to be appled to this so this and that are the same.
DictionaryProperty.DiffType - Enum in oracle.rules.sdk2.dictionary
enumerate the types of differences between 2 DictionaryPropertys this and that
DictionarySearch - Class in oracle.rules.sdk2.search
Search over a rule dictionary.
DictionarySearch(RuleDictionary) - Constructor for class oracle.rules.sdk2.search.DictionarySearch
Construct a DictionarySearch for text searches over the specified rule dictionary.
die() - Method in class oracle.rules.sdk2.dictionary.UndoableEdit
May be sent to inform an edit that it should no longer be used.
diff(RuleDictionary, Object) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Compute the difference between this dictionary and that one, identified by versionInfo.
Dimension - Class in oracle.rules.sdk2.decisiontable
A Dimension defines a top-level ANDed term in the condition part of every rule in a decision table.
DimensionNode - Class in oracle.rules.sdk2.decisiontable
A DimensionNode stores the dimension values for a "cell" in the decision table.
DimensionNode.ValuesProperty - Class in oracle.rules.sdk2.decisiontable
A Values property is a translated settable String array-valued property.
DimensionNode.ValuesProperty(DictionaryComponent, String) - Constructor for class oracle.rules.sdk2.decisiontable.DimensionNode.ValuesProperty
 
DimensionNodeTable - Class in oracle.rules.sdk2.decisiontable
A list of DimensionNodes in the same Dimension.
DimensionTable - Class in oracle.rules.sdk2.decisiontable
An ordered list of Dimensions in the decision table.
distinctValues(List) - Static method in class oracle.rules.rl.extensions.RL
Remove duplicates.
divide(Duration, int) - Static method in class oracle.rules.rl.extensions.Duration
Divide the given duration by a number
divide(Duration, double) - Static method in class oracle.rules.rl.extensions.Duration
Divide the given duration by a number
DL_FAILED_VALIDATION - Static variable in class oracle.rules.sdk2.exception.Constants
 
DL_LINK_NOT_FOUND - Static variable in class oracle.rules.sdk2.exception.Constants
 
DL_MISSING_FINDER - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_ADF_BC_NULL_VIEW_DEF_NULL_ERROR - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_ADF_BC_VIEW_DEF_IMPORT_ERROR - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_BUILTIN_INIT_FAILURE - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_CANNOT_LOAD_JAVA_CLASS - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_CIRCULAR_DEFINITION - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_DICT_DUPLICATE_LINK_ALIAS - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_DICT_DUPLICATE_LINK_NAME - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_DUPLICATE_ALIAS - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_DUPLICATE_FN_BODY - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_DUPLICATE_NAME - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_DUPLICATE_TRANSLATED_ALIAS - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_ELEMENT_NAME - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_EMPTY_SCHEMA_NAME - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_FACTTYPE_NOTFOUND - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_FAILED_SCHEMA_ADD - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_FAILED_SCHEMA_ADD_BAD_SCHEMA_PATH - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_FAILED_SCHEMA_ADD_COMPILE - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_FAILED_SCHEMA_ADD_GENERATE_MAPPING - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_FAILED_SCHEMA_ADD_JAXB_SRC - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_FAILED_SCHEMA_ADD_PATH - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_FILE_DOESNOT_EXIST - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_FT_BS_ALIAS_MISMATCH - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_GLOBAL_VARIABLE_NEEDS_VALUE - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_INVAILD_PKG_NAME - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_INVALID_ALIAS - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_INVALID_ALIAS_END - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_INVALID_ALIAS_START - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_INVALID_CLASS_NAME - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_INVALID_JAXB_OUTPUT_DIR - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_INVALID_RANGE - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_INVALID_REGEX_CONSTRAINT - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_INVALID_RL_WORD_FOR_CLASS - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_INVALID_RL_WORD_METHOD - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_INVALID_RL_WORD_PROPERTY - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_INVALID_RL_WROD_FOR_FIELD - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_INVALID_STRING - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_INVALID_USER_PATH - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_JAXB_SCHEMA_MAPPING_ERROR - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_JAXB_UNABLE_COMPILE_SOURCE - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_MISSING_FN_BODY - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_MISSING_RETURN - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_MISSING_RL_JAR - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_MISSING_TYPE - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_MULTI_INHERIT - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_NO_CALLED_DF_ACTIONS - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_NO_DELETE - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_NO_DELETE_BULITIN - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_NO_DELETE_PRIMITIVE_FACT - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_NO_DELETE_PROPERTY - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_NO_JAVAC_INVOKE - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_NOT_A_DIR - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_NOT_ADDED_JAVA_CHECK_CP - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_NOT_ADDED_JAXB_CHECK_CP - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_NOT_IN_PKG - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_NOT_REIMPORT_CHECK_CP - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_NOT_WRITABLE - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_NOTVALID_SELECTION - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_NULL_VALUE - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_PROPERTY_NOT_SUPPORTED - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_RL_RESERVED_WORD - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_RULE_FLOW_1 - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_RULE_FLOW_2 - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_RULE_FLOW_3 - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_RULE_FLOW_4 - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_SAME_ADJACENT_DFRSS - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_TOOLS_JAR - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_VALIDATION_ERROR - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_XML_SCHEMA_BINDING_NOT_EXIST - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_XML_SCHEMA_NOT_EXIST - Static variable in class oracle.rules.sdk2.exception.Constants
 
DM_XSL_RESOURCE_NOT_LOCATED - Static variable in class oracle.rules.sdk2.exception.Constants
 
DMUtil - Class in oracle.rules.sdk2.datamodel
Utility class
DOID - Class in oracle.rules.sdk2.dictionary
Dictionary Object ID
DOUBLE - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
DOUBLE - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
DOUBLE_W - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
DOUBLE_W - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
DP_DATASRC_LOOKUP_ERROR - Static variable in class oracle.rules.sdk2.exception.Constants
 
DP_DEC_FUNCTION_EXPECTED_ERROR - Static variable in class oracle.rules.sdk2.exception.Constants
 
DP_DECISION_POINT_NAME_EXPECTED_ERROR - Static variable in class oracle.rules.sdk2.exception.Constants
 
DP_DICT_LOAD_ERROR - Static variable in class oracle.rules.sdk2.exception.Constants
 
DP_DICT_WRITE_ERROR - Static variable in class oracle.rules.sdk2.exception.Constants
 
DP_DICTIONARY_EXPECTED_ERROR - Static variable in class oracle.rules.sdk2.exception.Constants
 
DP_FILENAME_EXPECTED_ERROR - Static variable in class oracle.rules.sdk2.exception.Constants
 
DP_NAMING_EXCEPTION_CREATING_TRANSACTION - Static variable in class oracle.rules.sdk2.exception.Constants
 
DP_NAMING_EXCEPTION_LOOKING_UP_DATASRC - Static variable in class oracle.rules.sdk2.exception.Constants
 
DP_NO_SUCH_DECISION_FUNCTION - Static variable in class oracle.rules.sdk2.exception.Constants
 
DP_NO_SUCH_DICTIONARY_IN_CLASSPATH_ERROR - Static variable in class oracle.rules.sdk2.exception.Constants
 
DP_NO_SUCH_FACT_TYPE - Static variable in class oracle.rules.sdk2.exception.Constants
 
DP_RSPOOL_CHECKIN_ERROR - Static variable in class oracle.rules.sdk2.exception.Constants
 
DP_RSPOOL_CHECKOUT_ERROR - Static variable in class oracle.rules.sdk2.exception.Constants
 
DP_RSPOOL_SETUP_ERROR - Static variable in class oracle.rules.sdk2.exception.Constants
 
DP_RULE_SESSION_ERROR - Static variable in class oracle.rules.sdk2.exception.Constants
 
DP_TRANSACTION_EXPECTED_ERROR - Static variable in class oracle.rules.sdk2.exception.Constants
 
DP_UNEXPECTED_EXCEPTION - Static variable in class oracle.rules.sdk2.exception.Constants
 
DP_VIEW_OBJECT_LOAD_ERROR - Static variable in class oracle.rules.sdk2.exception.Constants
 
DT_ACTION_DUPLICATE_PARM - Static variable in class oracle.rules.sdk2.exception.Constants
 
DT_ASSIGN_NEW_NOTSELECTED - Static variable in class oracle.rules.sdk2.exception.Constants
 
DT_BUCKET_EXPR - Static variable in class oracle.rules.sdk2.exception.Constants
 
DT_BUCKET_REFERENCE_NOT_FOUND - Static variable in class oracle.rules.sdk2.exception.Constants
 
DT_BUCKETSET_MUST_HAVE_PRIMITIVE_CAL_DATATYPE - Static variable in class oracle.rules.sdk2.exception.Constants
 
DT_BUCKETSET_REFERENCE_NOT_FOUND - Static variable in class oracle.rules.sdk2.exception.Constants
 
DT_BUCKETSET_TYPE - Static variable in class oracle.rules.sdk2.exception.Constants
 
DT_CONFLICTS - Static variable in class oracle.rules.sdk2.exception.Constants
 
DT_DUP_BUCKET - Static variable in class oracle.rules.sdk2.exception.Constants
 
DT_DUPLICATE_OTHERWISE - Static variable in class oracle.rules.sdk2.exception.Constants
 
DT_DUPLICATE_VALUE - Static variable in class oracle.rules.sdk2.exception.Constants
 
DT_GAPS - Static variable in class oracle.rules.sdk2.exception.Constants
 
DT_INVALID_BUCKET_NAME - Static variable in class oracle.rules.sdk2.exception.Constants
 
DT_INVALID_CHAR_BUCKET_VALUE - Static variable in class oracle.rules.sdk2.exception.Constants
 
DT_INVALID_CHARS_IN_BUCKET_NAME - Static variable in class oracle.rules.sdk2.exception.Constants
 
DT_INVALID_LAST_BUCKET_REMOVE - Static variable in class oracle.rules.sdk2.exception.Constants
 
DT_INVALID_OVERRIDE_RUNB - Static variable in class oracle.rules.sdk2.exception.Constants
 
DT_INVALID_REF_NOCONFLICT_OVERRIDE - Static variable in class oracle.rules.sdk2.exception.Constants
 
DT_INVALID_REF_NOCONFLICT_RUNB - Static variable in class oracle.rules.sdk2.exception.Constants
 
DT_INVALID_SELF_REFRERENCE - Static variable in class oracle.rules.sdk2.exception.Constants
 
DT_NO_ACTIONS - Static variable in class oracle.rules.sdk2.exception.Constants
 
DT_NO_BUCKETS - Static variable in class oracle.rules.sdk2.exception.Constants
 
DT_NO_CONFLICT - Static variable in class oracle.rules.sdk2.exception.Constants
 
DT_NO_DIM_OR_RULES - Static variable in class oracle.rules.sdk2.exception.Constants
 
DT_ONLY_ONE_BUCKET - Static variable in class oracle.rules.sdk2.exception.Constants
 
DTAction - Class in oracle.rules.sdk2.decisiontable
A DTAction is an action that may be selected by any rule in the decision table, optionally with different parameters per rule.
DTActionNode - Class in oracle.rules.sdk2.decisiontable
A DTActionNode tells each DTRule how to interpret its DTAction.
DTActionNodeTable - Class in oracle.rules.sdk2.decisiontable
A list of DTActionNodes per DTAction.
DTActionTable - Class in oracle.rules.sdk2.decisiontable
An ordered list of DTActions in the decision table.
DTComponentTable<T extends RuleComponent> - Class in oracle.rules.sdk2.decisiontable
 
DTRule - Class in oracle.rules.sdk2.decisiontable
A DTRule contains conflict resolution information and provides methods for accessing the DimensionNodes and DTActionNodes for the rule.
DTRuleTable - Class in oracle.rules.sdk2.decisiontable
A list of DTRules in the decision table.
Duration - Class in oracle.rules.rl.extensions
RL Duration supports xml schema yearMonthDuration or dayTimeDuration.
Duration() - Constructor for class oracle.rules.rl.extensions.Duration
 
DURATION_ALIAS - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 

E

EDFORM_DATE - Static variable in interface oracle.rules.rl.Rule
Specifies that the effective date properties should be interpreted as date only.
EDFORM_DATETIME - Static variable in interface oracle.rules.rl.Rule
Specifies that the effective date properties should be interpreted as date and time.
EDFORM_TIME - Static variable in interface oracle.rules.rl.Rule
Specifies that the effective date properties should be interpreted as time only.
EFFECTIVE - Static variable in class oracle.rules.sdk2.exception.Constants
 
ELEMENT - Static variable in class oracle.rules.sdk2.datamodel.xml.RuleXMLConstants
 
ELEMENT_CLASSNAME - Static variable in class oracle.rules.sdk2.datamodel.xml.RuleXMLConstants
 
ELEMENT_VALUE - Static variable in class oracle.rules.sdk2.datamodel.xml.RuleXMLConstants
 
encodeForURI(String) - Static method in class oracle.rules.rl.extensions.RL
 
encountered - Variable in exception oracle.rules.rl.exceptions.ParseException
This is the value of the unexpected token.
endElement(StringBuilder, String, String) - Static method in class oracle.rules.sdk2.dictionary.Util
 
ENDPOINT_INCLUDED - Static variable in class oracle.rules.sdk2.exception.Constants
 
EngineException - Exception in oracle.rules.rl.exceptions
RL Engine exception.
EngineException(String, String, Object[], String, int, int) - Constructor for exception oracle.rules.rl.exceptions.EngineException
 
EngineException(String, String, Object[], String, int, int, Throwable) - Constructor for exception oracle.rules.rl.exceptions.EngineException
 
ensureRuleSetIsDefined(RuleDictionary, String) - Static method in class oracle.rules.sdk2.decisionpoint.MetadataHelper
If a RuleSet by the given name is not already in the dictionary instance, this method adds it.
entrySet() - Method in class oracle.rules.sdk2.datamodel.Node
 
entrySet() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
ENUM_BUCKETSET - Static variable in class oracle.rules.sdk2.exception.Constants
 
ENUM_FIELDS - Static variable in class oracle.rules.sdk2.exception.Constants
 
EOL - Static variable in class oracle.rules.sdk2.dictionary.Util
Platform independent newline, result of System.getProperty ("line.separator")
EP_BAD_DATA_TYPE - Static variable in class oracle.rules.sdk2.exception.Constants
 
EP_BAD_DATA_TYPE_FOR_TEST - Static variable in class oracle.rules.sdk2.exception.Constants
 
EP_BAD_RESULT_TYPE - Static variable in class oracle.rules.sdk2.exception.Constants
 
EP_EXCLUDED_BUCKET - Static variable in class oracle.rules.sdk2.exception.Constants
 
EP_FINAL_VAR - Static variable in class oracle.rules.sdk2.exception.Constants
 
EP_INCORRECT_PARMS - Static variable in class oracle.rules.sdk2.exception.Constants
 
EP_INSTANCEOF_FALSE - Static variable in class oracle.rules.sdk2.exception.Constants
 
EP_INSTANCEOF_TRUE - Static variable in class oracle.rules.sdk2.exception.Constants
 
EP_INVALID_ARRAY - Static variable in class oracle.rules.sdk2.exception.Constants
 
EP_INVALID_ASSIGNMENT_TARGET - Static variable in class oracle.rules.sdk2.exception.Constants
 
EP_INVALID_CAST - Static variable in class oracle.rules.sdk2.exception.Constants
 
EP_INVALID_FUNCTION_NAME - Static variable in class oracle.rules.sdk2.exception.Constants
 
EP_INVALID_ID_NAME - Static variable in class oracle.rules.sdk2.exception.Constants
 
EP_INVALID_NUMBER - Static variable in class oracle.rules.sdk2.exception.Constants
 
EP_INVALID_TYPE_USE - Static variable in class oracle.rules.sdk2.exception.Constants
 
EP_NO_ARG_CTOR - Static variable in class oracle.rules.sdk2.exception.Constants
 
EP_NOT_AN_ARRAY - Static variable in class oracle.rules.sdk2.exception.Constants
 
EP_NOT_KNOWN - Static variable in class oracle.rules.sdk2.exception.Constants
 
EP_PARSER_INTERNAL_ERROR - Static variable in class oracle.rules.sdk2.exception.Constants
 
EP_SYNTAX_ERROR - Static variable in class oracle.rules.sdk2.exception.Constants
 
EP_TYPE_EXPECTED - Static variable in class oracle.rules.sdk2.exception.Constants
 
EP_UNMATCHED - Static variable in class oracle.rules.sdk2.exception.Constants
 
EP_UNTERMINATED - Static variable in class oracle.rules.sdk2.exception.Constants
 
EQ - Static variable in class oracle.rules.sdk2.dictionary.Util
 
equals(Object) - Method in class oracle.rules.sdk2.datamodel.Node
 
equals(Object) - Method in class oracle.rules.sdk2.dictionary.DictionaryObject
Handles for the same DictionaryObject are equal.
equals(Object) - Method in class oracle.rules.sdk2.dictionary.PropertyTranslator.Key
 
equals(Object) - Method in class oracle.rules.sdk2.repository.DictionaryFQN
Indicates whether this DictionaryFQN is equal to another object
escapeHtmlUri(String) - Static method in class oracle.rules.rl.extensions.RL
 
escapeIfRequired(String) - Static method in class oracle.rules.sdk2.dictionary.Util
Escapes a generated RL identifier if necessary.
escapeQuotes(String) - Static method in class oracle.rules.sdk2.dictionary.Util
 
evaluateConstant() - Method in class oracle.rules.sdk2.ruleset.Expression
if the expression can be evaluated at design time, returns its literal value.
except(List, List) - Static method in class oracle.rules.rl.extensions.RL
Returns a list which contains exactly those items which are in list1 and not in list2.
exec(DecisionPointInstance) - Method in class oracle.rules.sdk2.decisionpoint.ActionType
Entry point for Applications Code to implement a particular Action Type
executeRules() - Method in class oracle.rules.jsr94.RLStatefulRuleSession
Executes the rules in the rule execution set bound to this rule session.
executeRuleset(String) - Method in class oracle.rules.rl.RuleSession
Execute the ruleset
executeRuleset(Reader) - Method in class oracle.rules.rl.RuleSession
Execute the ruleset
exists() - Method in class oracle.rules.sdk2.dictionary.DictionaryObject
obj.exists() means you can reach obj if you start with the dictionary and recursively explore all references.
exists(String, String) - Method in interface oracle.rules.sdk2.repository.RuleRepository
Determine whether a dictionary with the specified package and name exists in the repository.
exists(DictionaryFQN) - Method in interface oracle.rules.sdk2.repository.RuleRepository
Determine whether a dictionary identified by the DictionaryFQN exists in the repository.
expected - Variable in exception oracle.rules.rl.exceptions.ParseException
The values of tokens expected at this point of the parse.
expectOne - Variable in exception oracle.rules.rl.exceptions.ParseException
Whether just one token stream is expected
Expression - Class in oracle.rules.sdk2.ruleset
An expression is a String containing one or more primary expression terms.
Expression.ExpressionValueProperty - Class in oracle.rules.sdk2.ruleset
 
ExpressionTable - Class in oracle.rules.sdk2.ruleset
An ExpressionTable is a list of expressions which can be used in function calls or asserts.
ExpressionTable(DictionaryObject) - Constructor for class oracle.rules.sdk2.ruleset.ExpressionTable
 
ExpressionTable(boolean, DictionaryObject) - Constructor for class oracle.rules.sdk2.ruleset.ExpressionTable
 
ExpressionWarning - Exception in oracle.rules.sdk2.exception
Exception thrown when invalid expression syntax is encountered.
ExpressionWarning(String, String, DictionaryComponent, String, String, int, int) - Constructor for exception oracle.rules.sdk2.exception.ExpressionWarning
 
ExprParser - Class in oracle.rules.sdk2.ruleset
Scans an input expression string, and if successful, parses the string.
ExprParser.Token - Class in oracle.rules.sdk2.ruleset
Token represents a lexeme in a parsed expression.
EXTENDS - Static variable in class oracle.rules.sdk2.exception.Constants
 
EXTENSION - Static variable in class oracle.rules.sdk2.repository.DictionaryFQN
The extension used for rule dictionaries.

F

FACT_TYPES - Static variable in class oracle.rules.sdk2.exception.Constants
 
FACT_UNAVAIL - Static variable in class oracle.rules.rl.extensions.trace.TraceAnalysis
 
FactClassException - Exception in oracle.rules.rl.exceptions
Semantic error -- a Java class has been used before its fact class statement.
FactOperation - Enum in oracle.rules.rl.trace
Java class for fact-operation.
FactPathException - Exception in oracle.rules.rl.exceptions
FactPath and Association related Exception
FactTrace - Class in oracle.rules.rl.trace
Java class for fact-trace complex type.
FactTrace() - Constructor for class oracle.rules.rl.trace.FactTrace
 
FactType - Class in oracle.rules.sdk2.datamodel
Represents either a primitive type, a java type, a JAXB type, an RL type or an ADF-BC type
FactTypeTable - Class in oracle.rules.sdk2.datamodel
Top level table in the datamodel.
FALSE - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
FALSE - Static variable in class oracle.rules.sdk2.datamodel.Node
 
Field - Class in oracle.rules.sdk2.datamodel
Represent a static public Java Field
FIELD_TEMPLATE - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
FIELDS - Static variable in class oracle.rules.sdk2.exception.Constants
 
FieldTable - Class in oracle.rules.sdk2.datamodel
A list of fields
FILE - Static variable in class oracle.rules.tools.migrator.MigrateRuleRepository
An xml file containing a dictionary.
FILE_DIR_SEPARATOR1 - Static variable in class oracle.rules.sdk2.decisionpoint.DecisionPointDictionaryFinder
 
FILE_DIR_SEPARATOR2 - Static variable in class oracle.rules.sdk2.decisionpoint.DecisionPointDictionaryFinder
 
FILE_REPO - Static variable in class oracle.rules.tools.migrator.MigrateRuleRepository
Indicates an Oracle Business Rules file based repository.
FILE_TYPE_SEPARATOR - Static variable in class oracle.rules.sdk2.decisionpoint.DecisionPointDictionaryFinder
 
fill() - Method in class oracle.rules.sdk2.decisiontable.Gap
add a new rule to fill the gap
FILTER_ACTIVE - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
FILTER_DAYS_UNTIL_END_DATE - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
FILTER_DAYS_UNTIL_START_DATE - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
FILTER_DESCRIPTION - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
FILTER_END_DATE - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
FILTER_FACT_TYPES - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
FILTER_MINUTES_UNTIL_END_DATE - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
FILTER_MINUTES_UNTIL_START_DATE - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
FILTER_NAME - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
FILTER_PRIORITY - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
FILTER_START_DATE - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
FILTER_VALID - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
FILTER_YEARS_UNTIL_END_DATE - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
FILTER_YEARS_UNTIL_START_DATE - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
FinalClassException - Exception in oracle.rules.rl.exceptions
Semantic error -- a final RL or java fact class is extended by another class A final RL class or a java class with a final fact class declaration cannot be extended by another class
find(String) - Method in class oracle.rules.sdk2.search.DictionarySearch
Search for the specified text.
findDictionary(String, String) - Method in class oracle.rules.sdk2.dictionary.AbstractDictionaryFinder
Finds a rule dictionary specified by the package and name.
findDictionary(DictionaryFQN) - Method in class oracle.rules.sdk2.dictionary.AbstractDictionaryFinder
Finds a rule dictionary specified by its fully qualified name.
findDictionary(String, String) - Method in interface oracle.rules.sdk2.dictionary.DictionaryFinder
Find a dictionary given a fully qualified package name and a name within the package.
findDictionary(DictionaryFQN) - Method in interface oracle.rules.sdk2.dictionary.DictionaryFinder
Find a dictionary given a fully qualified name
findDictionaryWithThisFinder(DictionaryFQN) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointDictionaryFinder
 
findDictionaryWithThisFinder(DictionaryFQN) - Method in class oracle.rules.sdk2.dictionary.AbstractDictionaryFinder
Finds a rule dictionary with this finder.
findFactType(String, String) - Method in class oracle.rules.sdk2.datamodel.FactTypeTable
 
findGaps() - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
Find the Gaps (missing rules) in the decision table
findNonAliasCodepoint(String, boolean) - Static method in class oracle.rules.sdk2.dictionary.Util
find and return the first illegal alias character in the alias string.
FiredRulesInRulesetGroup - Class in oracle.rules.rl.extensions.trace
Grouping of traces resulting from rules fired in a ruleset.
flattenSelection(String...) - Static method in class oracle.rules.sdk2.dictionary.ChoiceList
get a Selection String suitable for SDK2 set value methods.
flattenSelection(List<String>) - Static method in class oracle.rules.sdk2.dictionary.ChoiceList
 
FLOAT - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
FLOAT - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
FLOAT_W - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
FLOAT_W - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
FORCE_TIP - Static variable in class oracle.rules.sdk2.store.mds.Keys
The key for the property to guarantee that the tip (latest) versions are accessed.
forceSync() - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
 
FORM_ADVANCED - Static variable in class oracle.rules.sdk2.ruleset.Action
 
FORM_ASSERT - Static variable in class oracle.rules.sdk2.ruleset.Action
 
FORM_ASSERT_NEW - Static variable in class oracle.rules.sdk2.ruleset.Action
 
FORM_ASSERT_TREE - Static variable in class oracle.rules.sdk2.ruleset.Action
 
FORM_ASSIGN - Static variable in class oracle.rules.sdk2.ruleset.Action
 
FORM_ASSIGN_NEW - Static variable in class oracle.rules.sdk2.ruleset.Action
 
FORM_BASIC - Static variable in class oracle.rules.sdk2.ruleset.Action
 
FORM_CALL - Static variable in class oracle.rules.sdk2.ruleset.Action
 
FORM_CATCH - Static variable in class oracle.rules.sdk2.ruleset.Action
 
FORM_DECISION_FUNCTION - Static variable in class oracle.rules.sdk2.datamodel.DecisionFunctionRuleSet
 
FORM_DEFAULT - Static variable in class oracle.rules.sdk2.decisiontable.BucketSet
 
FORM_DEFAULT - Static variable in class oracle.rules.sdk2.ruleset.Action
 
FORM_ELSE - Static variable in class oracle.rules.sdk2.ruleset.Action
 
FORM_ELSE_IF - Static variable in class oracle.rules.sdk2.ruleset.Action
 
FORM_ELSE_IF_TEST - Static variable in class oracle.rules.sdk2.ruleset.Action
 
FORM_ENUM - Static variable in class oracle.rules.sdk2.decisiontable.BucketSet
 
FORM_EXPRESSION - Static variable in class oracle.rules.sdk2.ruleset.Action
 
FORM_FACT_PATH - Static variable in class oracle.rules.sdk2.ruleset.Pattern
 
FORM_FACT_TYPE - Static variable in class oracle.rules.sdk2.ruleset.Pattern
Use with Pattern Form.
FORM_FINALLY - Static variable in class oracle.rules.sdk2.ruleset.Action
 
FORM_FOR - Static variable in class oracle.rules.sdk2.ruleset.Action
 
FORM_FREE - Static variable in class oracle.rules.sdk2.datamodel.Function
Deprecated. 
FORM_IF - Static variable in class oracle.rules.sdk2.ruleset.Action
 
FORM_IF_TEST - Static variable in class oracle.rules.sdk2.ruleset.Action
 
FORM_LOV - Static variable in class oracle.rules.sdk2.decisiontable.BucketSet
Forms - to distinguish LOV bucket set from Range bucket set
FORM_MODIFY - Static variable in class oracle.rules.sdk2.ruleset.Action
 
FORM_NESTED - Static variable in class oracle.rules.sdk2.ruleset.SimpleTest
indicates a SimpleTestTable is expected to have entries.
FORM_NESTED_NOT - Static variable in class oracle.rules.sdk2.ruleset.SimpleTest
indicates a SimpleTestTable is expected to have entries.
FORM_NESTED_TABLE - Static variable in class oracle.rules.sdk2.ruleset.Pattern
 
FORM_NOT_NESTED - Static variable in class oracle.rules.sdk2.ruleset.SimpleTest
Deprecated. use SimpleTest.FORM_SIMPLE
FORM_RANGE - Static variable in class oracle.rules.sdk2.decisiontable.BucketSet
 
FORM_RETRACT - Static variable in class oracle.rules.sdk2.ruleset.Action
 
FORM_RETURN - Static variable in class oracle.rules.sdk2.ruleset.Action
 
FORM_RL - Static variable in class oracle.rules.sdk2.ruleset.Action
 
FORM_RULESET - Static variable in class oracle.rules.sdk2.datamodel.DecisionFunctionRuleSet
 
FORM_SIMPLE - Static variable in class oracle.rules.sdk2.ruleset.SimpleTest
indicates a variant of <expression> <operator> <expression> SimpleTestTable and Variable properties are not used.
FORM_STRUCTURED - Static variable in class oracle.rules.sdk2.datamodel.Function
Deprecated. 
FORM_SYNCHRONIZED - Static variable in class oracle.rules.sdk2.ruleset.Action
 
FORM_TEST - Static variable in class oracle.rules.sdk2.ruleset.Action
 
FORM_THROW - Static variable in class oracle.rules.sdk2.ruleset.Action
 
FORM_TRY - Static variable in class oracle.rules.sdk2.ruleset.Action
 
FORM_VARIABLE_DEFINITION - Static variable in class oracle.rules.sdk2.ruleset.SimpleTest
indicates <variable> = <expression> SimpleTestTable property is ignored.
FORM_WHILE - Static variable in class oracle.rules.sdk2.ruleset.Action
 
FORM_WHILE_TEST - Static variable in class oracle.rules.sdk2.ruleset.Action
 
FormalParameter - Class in oracle.rules.sdk2.datamodel
Formal Parameter in a function
FormalParameterTable - Class in oracle.rules.sdk2.datamodel
A list of formal parameters
formatNumber(Number) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
 
forName(String, RuleSession) - Static method in class oracle.rules.rl.RLClass
Get the RLClass given its fully qualified name and rule session in which it is defined.
foundDictionary(DictionaryFQN, RuleDictionary, AbstractDictionaryFinder, RuleDictionary) - Method in class oracle.rules.sdk2.repository.DictionaryLoader
 
FROM_LOCATION - Static variable in class oracle.rules.sdk2.exception.Constants
 
fromDateString(String) - Static method in class oracle.rules.rl.extensions.JavaDate
Creates a Calendar instance for the specified extended ISO 8601 date.
fromDateTimeString(String) - Static method in class oracle.rules.rl.extensions.JavaDate
Creates a Calendar instance for the specified extended ISO 8601 date and time.
fromString(String) - Static method in class oracle.rules.rl.extensions.Duration
create an XML Duration from its lexical representation, e.g.
fromString(String) - Static method in class oracle.rules.rl.extensions.XMLDate
Creates an XMLGregorianCalendar instance from specified ISO 8601 date, datetime or time.
fromString(String) - Static method in class oracle.rules.sdk2.extensions.OracleDate
Creates a Timestamp instance for the specified ISO 8601 date and time string.
fromTimeString(String) - Static method in class oracle.rules.rl.extensions.JavaDate
Creates a Calendar instance for the specified extended ISO 8601 time.
fromValue(String) - Static method in enum oracle.rules.rl.trace.ActivationOperation
 
fromValue(String) - Static method in enum oracle.rules.rl.trace.FactOperation
 
fromValue(String) - Static method in enum oracle.rules.rl.trace.RulesetStackOperation
 
Function - Class in oracle.rules.sdk2.datamodel
Represent a RL function In addition to the usual getters and setters for designing the function, there is also Function.isTestEnabled() and Function.test(java.lang.StringBuilder) methods for providing a "Test" button in the UI that when pressed, actually invokes the defined function in a RuleSession and returns the result for the UI to display.
Function.TestResult - Class in oracle.rules.sdk2.datamodel
 
Function.TestResult(boolean, DecisionTrace) - Constructor for class oracle.rules.sdk2.datamodel.Function.TestResult
 
FUNCTION_SIGNATURE - Static variable in class oracle.rules.sdk2.exception.Constants
 
FUNCTIONS - Static variable in class oracle.rules.sdk2.exception.Constants
 
FunctionTable - Class in oracle.rules.sdk2.datamodel
Top level table in the datamodel.

G

Gap - Class in oracle.rules.sdk2.decisiontable
A Gap specifies a missing rule using a DimensionNode (sibling) that is missing a sibling in order to cover all the Buckets in the sibling Dimension.
GENERATED_FROM_XML_SCHEMA - Static variable in class oracle.rules.sdk2.exception.Constants
 
generateRL() - Method in class oracle.rules.sdk2.ruleset.RuleSet
Validates then generates RL code for the rule set.
get(List, int) - Static method in class oracle.rules.rl.extensions.RL
Get the i-th element of a List (0 based)
get(RLObject, int) - Static method in class oracle.rules.rl.RLArray
Returns the value of the indexed component in the specified array object.
get(RLObject) - Method in class oracle.rules.rl.RLProperty
Get the property as an Object from the given RLObject.
get(Object) - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionFact
 
get(Object) - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionRuleSet
 
get(Object) - Method in class oracle.rules.sdk2.datamodel.FactType
 
get(Object) - Method in class oracle.rules.sdk2.datamodel.JavaNode
 
get(Object) - Method in class oracle.rules.sdk2.datamodel.JaxbFactType
 
get(Object) - Method in class oracle.rules.sdk2.datamodel.JPackageNode
 
get(Object) - Method in class oracle.rules.sdk2.datamodel.Node
 
get(Object) - Method in class oracle.rules.sdk2.decisiontable.DTAction
 
get(Object) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Generic property getter.
get(int) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
retrieve the ith element from the table
get(int) - Method in class oracle.rules.sdk2.dictionary.IDTable
 
get(String, int) - Method in class oracle.rules.sdk2.ruleset.RuleComponent
Returns the RuleComponent at the given index from the named RuleComponentTable.
get(Object) - Method in class oracle.rules.sdk2.ruleset.SimpleTest
 
getAction(int) - Method in class oracle.rules.sdk2.ruleset.Rule
Shorthand for getActionTable.getAction(i)
getActions() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
 
getActions() - Method in class oracle.rules.sdk2.datamodel.Function
 
getActions() - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
 
getActions() - Method in class oracle.rules.sdk2.ruleset.Rule
 
getActions() - Method in class oracle.rules.sdk2.ruleset.RuleCommon
 
getActionSelectedProperty() - Method in class oracle.rules.sdk2.decisiontable.DTActionNode
Get ActionSelected Property.
getActionTable() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
get ActionTable.
getActionTable() - Method in class oracle.rules.sdk2.datamodel.Function
Retrieve the ActionTable used to create Function body (in place of Body parameter)
getActionTable() - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
 
getActionTable() - Method in class oracle.rules.sdk2.ruleset.Action
 
getActionTable() - Method in class oracle.rules.sdk2.ruleset.Rule
table of actions for the rule
getActionTableProperty() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
Get ActionTable Property.
getActionTableProperty() - Method in class oracle.rules.sdk2.datamodel.Function
Get ActionTable Property.
getActionTableProperty() - Method in class oracle.rules.sdk2.ruleset.Action
Get ActionTable Property.
getActionTableProperty() - Method in class oracle.rules.sdk2.ruleset.Rule
Get ActionTable Property.
getActivationID() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
Get the activation id for the ADF-BC objects used in this decision point instance.
getActivationID() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointInputs
Gets the value of the activationID property.
getActivationMatchedFacts(ActivationTrace) - Method in class oracle.rules.rl.extensions.trace.TraceAnalysis
Get a list of traces for the facts that matched resulting in the activation trace.
getActivations() - Method in class oracle.rules.rl.extensions.trace.RuleEngineState
Get the list of activations on the agenda.
getActiveProperty() - Method in class oracle.rules.sdk2.ruleset.RuleCommon
Get Active Property.
getActiveProperty() - Method in class oracle.rules.sdk2.ruleset.RuleSet
Get Active Property.
getAdfBcFactType(String) - Method in class oracle.rules.sdk2.datamodel.FactTypeTable
 
getAdfBcFactTypeNames() - Method in class oracle.rules.sdk2.datamodel.FactTypeTable
 
getAdfBcFactTypes() - Method in class oracle.rules.sdk2.datamodel.CombinedDataModel
Get all AdfBc FactTypes inside the data model
getAdfBcFactTypes() - Method in class oracle.rules.sdk2.datamodel.FactTypeTable
 
getAdvancedModeProperty() - Method in class oracle.rules.sdk2.ruleset.RuleCommon
Get AdvancedMode Property.
getAEReferences() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
 
getAEReferences() - Method in class oracle.rules.sdk2.dictionary.DictionaryObject
Get DOIDs referenced by this Object and descendants.
getAEReferences() - Method in class oracle.rules.sdk2.dictionary.IDTable
 
getAEReferences() - Method in class oracle.rules.sdk2.ruleset.Action
 
getAEReferences() - Method in class oracle.rules.sdk2.ruleset.Expression
 
getAggregateTable() - Method in class oracle.rules.sdk2.ruleset.Pattern
Get the the Aggregate subtable when Operator is OPERATOR_AGGREGATE.
getAggregteTableProperty() - Method in class oracle.rules.sdk2.ruleset.Pattern
Get AggregateTable Property.
getAlias(DictionaryComponent) - Method in class oracle.rules.sdk2.datamodel.CombinedDataModel
Get alias for a dictionary component.
getAlias(DictionaryComponent, boolean) - Method in class oracle.rules.sdk2.datamodel.CombinedDataModel
Get alias for a dictionary component.
getAlias() - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionRuleSet
Even though we extend UnnamedComponent, we need the variable name to translate expressions from persistent format (`ID`) to user format (name)
getAlias() - Method in interface oracle.rules.sdk2.datamodel.Parameter
 
getAlias(boolean) - Method in interface oracle.rules.sdk2.datamodel.Parameter
 
getAlias(boolean) - Method in class oracle.rules.sdk2.decisiontable.Bucket
 
getAlias(DictionaryObject) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Get alias of DictionaryComponent relative to context.
getAlias(DictionaryObject, boolean) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Get (translated) alias of DictionaryComponent relative to context.
getAlias() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Get alias of DictionaryComponent.
getAlias(boolean) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Get alias of DictionaryComponent.
getAlias(DOID) - Method in class oracle.rules.sdk2.dictionary.PropertyTranslator
return the translated alias for the dictionary component
getAlias() - Method in interface oracle.rules.sdk2.dictionary.UnnamedComponent
 
getAlias() - Method in class oracle.rules.sdk2.ruleset.Action
Even though we extend UnnamedComponent, we need the variable name to translate expressions from persistent format (`ID`) to user format (name)
getAlias(boolean) - Method in class oracle.rules.sdk2.ruleset.Action
 
getAlias() - Method in class oracle.rules.sdk2.ruleset.Aggregate
 
getAlias(boolean) - Method in class oracle.rules.sdk2.ruleset.Aggregate
 
getAlias() - Method in class oracle.rules.sdk2.ruleset.Pattern
Even though we extend UnnamedComponent, we need the variable name to translate expressions from persistent format (`ID`) to user format (name)
getAlias(boolean) - Method in class oracle.rules.sdk2.ruleset.Pattern
 
getAlias() - Method in class oracle.rules.sdk2.ruleset.SimpleTest
Even though we extend UnnamedComponent, we need the variable name to translate expressions from persistent format (`ID`) to user format (name)
getAlias(boolean) - Method in class oracle.rules.sdk2.ruleset.SimpleTest
 
getAliasByID(DOID) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Get alias of DictionaryComponent by its ID.
getAliasByID(DOID, boolean) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Get (translated) alias by ID
getAliasProperty() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Get Alias Property.
getAliasWordEnd(int[], int) - Static method in class oracle.rules.sdk2.dictionary.Util
 
getAllowGapsProperty() - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
Get AllowGaps Property.
getAllReferences() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Get the DOIDs referenced by this component or contained components
getAllReferences() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
 
getAllReferences() - Method in class oracle.rules.sdk2.dictionary.DictionaryObject
Get all DOIDs referenced by this Object and descendants.
getAllReferences() - Method in class oracle.rules.sdk2.dictionary.IDTable
 
getAllReferences() - Method in class oracle.rules.sdk2.ruleset.Action
 
getAllReferences() - Method in class oracle.rules.sdk2.ruleset.Expression
 
getAllTranslations() - Method in class oracle.rules.sdk2.dictionary.PropertyTranslator
get a list of (key, value1, value2) objects.
getAltValue() - Method in interface oracle.rules.sdk2.dictionary.Choice
Get alternate value, e.g.
getAlwaysSelectedProperty() - Method in class oracle.rules.sdk2.decisiontable.DTAction
Get AlwaysSelected Property.
getArgs() - Method in exception oracle.rules.rl.exceptions.RLException
Get the message arguments for this localized exception message.
getArray() - Method in class oracle.rules.rl.trace.PropertyValue
Gets the value of the array property.
getArrayComponentType() - Method in class oracle.rules.sdk2.datamodel.FactType
If the facttype represents an array, what is the component type of the array.
getArrayComponentType() - Method in class oracle.rules.sdk2.datamodel.JavaFactType
If the facttype represents an array, what is the component type of the array.
getArrayComponentType() - Method in class oracle.rules.sdk2.datamodel.PrimitiveFactType
 
getArrayComponentTypeID() - Method in class oracle.rules.sdk2.datamodel.FactType
 
getArrayComponentTypeID() - Method in class oracle.rules.sdk2.datamodel.JavaFactType
If the facttype represents an array, the component type ID of the array.
getArrayComponentTypeID() - Method in class oracle.rules.sdk2.datamodel.PrimitiveFactType
 
getAssertedTypeIDs() - Method in class oracle.rules.sdk2.datamodel.Function
 
getAssociatedBucketSet(DOID) - Method in class oracle.rules.sdk2.datamodel.CombinedDataModel
Get bucket set associated with given id
getAttributes() - Method in class oracle.rules.sdk2.datamodel.AdfBcFactTypeDescriptor
 
getAttrName() - Method in class oracle.rules.sdk2.datamodel.AdfBcFactTypeDescriptor.Attribute
 
getAttrType() - Method in class oracle.rules.sdk2.datamodel.AdfBcFactTypeDescriptor.Attribute
 
getAutoPatternPropertyOptions() - Method in class oracle.rules.sdk2.ruleset.Expression
get the list of auto pattern properties.
getBeanObject() - Method in class oracle.rules.rl.trace.PropertyValue
Gets the value of the beanObject property.
getBeanProperties(boolean, boolean) - Method in class oracle.rules.sdk2.datamodel.FactType
 
getBeanProperties() - Method in class oracle.rules.sdk2.datamodel.FactType
 
getBeanProperties(boolean, boolean) - Method in class oracle.rules.sdk2.datamodel.RLFactType
 
getBeanTable() - Method in interface oracle.rules.sdk2.datamodel.xml.XML2ObjModel
 
getBegin() - Method in exception oracle.rules.sdk2.exception.ExpressionWarning
Set by Expression.validate() when an expression is typed in incorrectly.
getBegin() - Method in class oracle.rules.sdk2.ruleset.Token
 
getBody() - Method in class oracle.rules.sdk2.datamodel.Constructor
Implement the Callable interface
getBody() - Method in class oracle.rules.sdk2.datamodel.Function
Deprecated. 
getBody() - Method in class oracle.rules.sdk2.datamodel.Method
Implement the Callable interface
getBoolean(RLObject) - Method in class oracle.rules.rl.RLProperty
Get boolean property.
getBooleanBucketSet() - Static method in class oracle.rules.sdk2.decisiontable.BucketSet
 
getBrowser() - Method in class oracle.rules.sdk2.datamodel.NodeTable
 
getBuckets() - Method in class oracle.rules.sdk2.decisiontable.BucketSet
Get Buckets
getBuckets() - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
Get DimensionNode Buckets.
getBucketSet() - Method in class oracle.rules.sdk2.decisiontable.Dimension
Get BucketSet of the dimension.
getBucketSet() - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
Get BucketSet.
getBucketSetAlias() - Method in class oracle.rules.sdk2.datamodel.ConstrainableComponent
Get BucketSet alias associated with Property values.
getBucketSetAlias() - Method in class oracle.rules.sdk2.datamodel.Method
Get BucketSet alias associated with Property values.
getBucketSetByAlias(String) - Method in class oracle.rules.sdk2.datamodel.CombinedDataModel
Get a bucketset by alias
getBucketSetByAlias(String, boolean) - Method in class oracle.rules.sdk2.datamodel.CombinedDataModel
 
getBucketSetOptions() - Method in class oracle.rules.sdk2.datamodel.ConstrainableComponent
get list of allowable bucket set aliases
getBucketSetOptions() - Method in class oracle.rules.sdk2.datamodel.Method
get list of allowable bucket set aliases
getBucketSetProperty() - Method in class oracle.rules.sdk2.datamodel.ConstrainableComponent
Get BucketSet Property.
getBucketSetProperty() - Method in class oracle.rules.sdk2.datamodel.Method
Get BucketSet Property.
getBucketSets() - Method in class oracle.rules.sdk2.datamodel.CombinedDataModel
Get all bucketsets inside the data model
getBucketSetTable() - Method in class oracle.rules.sdk2.datamodel.DataModel
Get the global bucketset table
getBucketSetTableProperty() - Method in class oracle.rules.sdk2.datamodel.DataModel
Get BucketSetTable Property.
getBucketsProperty() - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
Get Buckets Property.
getBucketTable() - Method in class oracle.rules.sdk2.decisiontable.BucketSet
Get BucketTable
getBucketTableProperty() - Method in class oracle.rules.sdk2.decisiontable.BucketSet
Get BucketTable Property.
getBuiltinDictionary() - Static method in class oracle.rules.sdk2.dictionary.RuleDictionary
get builtin rule dictionary
getByAlias(String, boolean) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
Get a DictionaryComponent from this table by its (translated) alias.
getByAlias(String) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
Get a DictionaryComponent from this table by its alias.
getByAlias(String) - Method in class oracle.rules.sdk2.dictionary.IDTable
Get a DictionaryComponent from this table by its alias.
getByID(DOID) - Method in class oracle.rules.sdk2.datamodel.CombinedDataModel
Get by ID
getByID(DOID) - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionRuleSetTable
 
getByID(DOID) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
Get a DictionaryComponent from this table by its ID.
getByID(DOID) - Method in class oracle.rules.sdk2.dictionary.IDTable
Get a DictionaryComponent from this table by its ID.
getByName(String) - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionRuleSetTable
 
getByName(String) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
Get a DictionaryComponent from this table by its name.
getByName(String) - Method in class oracle.rules.sdk2.dictionary.IDTable
Get a DictionaryComponent from this table by its name.
getByte(RLObject) - Method in class oracle.rules.rl.RLProperty
Get byte property.
getCalendarForm() - Method in class oracle.rules.sdk2.decisiontable.BucketSet
Get Calendar Form value (Date, Time, or DateTime).
getCalendarForm() - Method in class oracle.rules.sdk2.ruleset.RuleCommon
Get Calendar Form (Date, Time, or DateTime).
getCalendarForm() - Method in class oracle.rules.sdk2.ruleset.RuleSet
Get Calendar Form (Date, Time, or DateTime).
getCalendarFormOptions() - Method in class oracle.rules.sdk2.decisiontable.BucketSet
 
getCalendarFormOptions() - Method in class oracle.rules.sdk2.ruleset.RuleCommon
 
getCalendarFormOptions() - Method in class oracle.rules.sdk2.ruleset.RuleSet
 
getCalendarFormProperty() - Method in class oracle.rules.sdk2.decisiontable.BucketSet
Get CalendarForm Property.
getCalendarFormProperty() - Method in class oracle.rules.sdk2.ruleset.RuleCommon
Get CalendarForm Property.
getCalendarFormProperty() - Method in class oracle.rules.sdk2.ruleset.RuleSet
Get CalendarForm Property.
getCalendarFormSelected() - Method in class oracle.rules.sdk2.decisiontable.BucketSet
 
getCalendarFormSelected() - Method in class oracle.rules.sdk2.ruleset.RuleCommon
 
getCalendarFormSelected() - Method in class oracle.rules.sdk2.ruleset.RuleSet
 
getChar(RLObject) - Method in class oracle.rules.rl.RLProperty
Get char property.
getCheckRuleFlowProperty() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
Get CheckRuleFlow Property.
getChild() - Method in class oracle.rules.sdk2.dictionary.AbstractDictionaryFinder
Returns the child finder or null if this finder does not have a child.
getChildActionNode() - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
Deprecated. the returned DTActionNode is in the deprecated DTActionNodeTable of the first DTAction
getChildActionNode() - Method in class oracle.rules.sdk2.decisiontable.DTActionNode
Get child action node -- node of next action in rule containing this node
getChildDimensionNodes() - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
Get DimensionNode IDTable of child dimension nodes below this Dimension Node in the next Dimension.
getChildElement(Element, String) - Static method in class oracle.rules.sdk2.datamodel.DMUtil
 
getChildElementsByTag(Element, String) - Static method in class oracle.rules.sdk2.datamodel.DMUtil
 
getChildren() - Method in class oracle.rules.rl.extensions.trace.TraceGroup
Get a List of the children of this group.
getChildren() - Method in interface oracle.rules.sdk2.dictionary.Choice
Get children as list.
getChoice() - Method in class oracle.rules.sdk2.dictionary.ChoosableProperty
get current choice
getChoices() - Method in class oracle.rules.sdk2.dictionary.ChoosableProperty
return forest of valid choices
getChoices(String) - Method in class oracle.rules.sdk2.dictionary.ChoosableProperty
The pattern is compared with the translated value of the choice.
getClassLoader() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
The classloader to be used by this decision point.
getClassOutputDir() - Method in class oracle.rules.sdk2.datamodel.SchemaBrowser
 
getClassPath() - Method in class oracle.rules.sdk2.datamodel.ClassBrowser
Return the list of class paths created by addClassPath.
getClasspathPathRoot() - Method in class oracle.rules.sdk2.datamodel.ClassBrowser
 
getCode() - Method in class oracle.rules.sdk2.exception.MessageInfo
Returns the Message/Exception code
getCode(Locale) - Method in class oracle.rules.sdk2.exception.MessageInfo
 
getCode() - Method in class oracle.rules.tools.migrator.MigrationMessageInfo
 
getCollection() - Method in class oracle.rules.rl.trace.PropertyValue
Gets the value of the collection property.
getColumn() - Method in exception oracle.rules.rl.exceptions.RLException
Get the column number
getCombinedDataModel() - Method in class oracle.rules.sdk2.dictionary.DictionaryObject
get the combined data model from containing dictionary and linked dictionaries
getCombinedDataModel() - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Get accessor for data model components in the combined dictionary DO NOT CACHE the result of this method across RuleDictionary.update(java.util.List) calls.
getCompilation() - Method in class oracle.rules.rl.trace.RuleCompilationTrace
Gets the value of the compilation property.
getComponentType() - Method in class oracle.rules.rl.RLClass
If this RLClass is an array, get the type of the array component
getConcatTokens() - Method in class oracle.rules.sdk2.ruleset.ExprParser
 
getConfig() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
Retrieve the config map to be used for the RuleSession.
getConflict() - Method in class oracle.rules.sdk2.decisiontable.DTRule
Get Conflict.
getConflictPolicyProperty() - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
Get Conflict Policy Property.
getConflictProperty() - Method in class oracle.rules.sdk2.decisiontable.DTRule
Get Conflict Property (list of rules that this rule conflicts with)
getConnective() - Method in class oracle.rules.sdk2.ruleset.Pattern
Get connective (and/or) which combines this Pattern with the following Pattern, if any.
getConnective() - Method in class oracle.rules.sdk2.ruleset.SimpleTest
Get the connective (and/or) combining this pattern with the next in the table.
getConnectiveOptions() - Method in class oracle.rules.sdk2.ruleset.Pattern
 
getConnectiveOptions() - Method in class oracle.rules.sdk2.ruleset.SimpleTest
 
getConnectiveProperty() - Method in class oracle.rules.sdk2.ruleset.Pattern
Get Connective Property.
getConnectiveProperty() - Method in class oracle.rules.sdk2.ruleset.SimpleTest
Get Connective Property.
getConnectiveSelected() - Method in class oracle.rules.sdk2.ruleset.Pattern
 
getConnectiveSelected() - Method in class oracle.rules.sdk2.ruleset.SimpleTest
 
getConstant() - Method in class oracle.rules.sdk2.ruleset.Expression
Deprecated. use Expression.getImmutableVariable()
getConstantOptions() - Method in class oracle.rules.sdk2.ruleset.Expression
Deprecated. use Expression.getImmutableVariableOptions()
getConstantProperty() - Method in class oracle.rules.sdk2.ruleset.Expression
Get Constant Property.
getConstantSelected() - Method in class oracle.rules.sdk2.ruleset.Expression
Deprecated. use Expression.getImmutableVariableSelected()
getConstructor() - Method in class oracle.rules.sdk2.datamodel.RLFactType
Get the default constructor of the RL fact type.
getConstructor() - Method in class oracle.rules.sdk2.ruleset.Expression
 
getConstructorOptions() - Method in class oracle.rules.sdk2.ruleset.Expression
 
getConstructorProperty() - Method in class oracle.rules.sdk2.ruleset.Expression
Get Constructor Property.
getConstructorSelected() - Method in class oracle.rules.sdk2.ruleset.Expression
 
getConstructorTable() - Method in class oracle.rules.sdk2.datamodel.FactType
Get constructors of the java fact type.
getConstructorTableProperty() - Method in class oracle.rules.sdk2.datamodel.FactType
Get ConstructorTable Property
getContainedExpressions() - Method in class oracle.rules.sdk2.decisiontable.DTAction
Get all expressions contained in this action, even nested ones
getContainedIDs() - Method in class oracle.rules.sdk2.dictionary.DictionaryObject
Get the ID of this object and all objects that it contains, recursively.
getContainedIDs(Set<DOID>) - Method in class oracle.rules.sdk2.dictionary.DictionaryObject
 
getContainedTypeIDs() - Method in class oracle.rules.sdk2.datamodel.FactType
 
getContainedTypes() - Method in class oracle.rules.sdk2.datamodel.FactType
 
getContainingProperty() - Method in class oracle.rules.sdk2.dictionary.IDTableProperty.Diff
 
getContainingProperty() - Method in class oracle.rules.sdk2.dictionary.SettableProperty.Diff
Get the SettableProperty containing this Diff.
getContainingProperty() - Method in class oracle.rules.sdk2.dictionary.TableProperty.Diff
 
getContent() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointInputs.Parameter
Gets the value of the content property.
getContent() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointResults.Value
Gets the value of the content property.
getCreated() - Method in class oracle.rules.rl.extensions.pool.RuleSessionPool
Returns the total number of poolable RuleSession objects that have been created by this pool.
getCreationUpdateNumber() - Method in class oracle.rules.sdk2.datamodel.FormalParameter
Override to return Function's CUN, because adding new formals is non-monotonic.
getCreationUpdateNumber() - Method in class oracle.rules.sdk2.datamodel.OverloadedParameter
Override to return Method's CUN, because adding new params is non-monotonic.
getCurrentDate() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPoint
Return the current date used by this decision point
getCurrentDate() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
Return the current date used by this decision point
getCurrentDate() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointInputs
Gets the value of the currentDate property.
getCursorPosition() - Method in class oracle.rules.sdk2.ruleset.Expression
 
getCustom(String) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Returns the value of the input custom property.
getCustomBinding() - Method in class oracle.rules.sdk2.datamodel.JaxbFactType
Get the XML Schema external binding customization file
getCustomizableExpressions() - Method in class oracle.rules.sdk2.ruleset.Rule
Get the customizable expressions in this rule.
getCustomizableTemplate() - Method in class oracle.rules.sdk2.ruleset.Rule
 
getData() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointInputs
Gets the value of the data property.
getDataModel() - Method in class oracle.rules.sdk2.dictionary.DictionaryObject
Get the data model for the containing dictionary
getDataModel() - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Get the datamodel from this dictionary.
getDataModelProperty() - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Get DataModel Property.
getDataSource() - Method in class oracle.rules.sdk2.datamodel.AdfBcFactType
get the data source associated with this ADF-BC Fact Type
getDataSource() - Method in class oracle.rules.sdk2.datamodel.AdfBcFactTypeDescriptor
 
getDatasrc() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointInputs
Gets the value of the datasrc property.
getDecisionFunction() - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionRuleSet
 
getDecisionFunction() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
Return the name of the decision function to be executed in this decision point.
getDecisionFunction() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointInputs
Gets the value of the decisionFunction property.
getDecisionFunctionByAlias(String) - Method in class oracle.rules.sdk2.datamodel.CombinedDataModel
Get a decision function by alias
getDecisionFunctionByAlias(String, boolean) - Method in class oracle.rules.sdk2.datamodel.CombinedDataModel
 
getDecisionFunctionInputTable() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
Get Decision Function Input Table
getDecisionFunctionInputTableProperty() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
Get DecisionFunctionInputTable Property.
getDecisionFunctionOptions() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
Deprecated. use #getDecisionFunctionRuleSetTable().getPrototype().getDecisionFunctionProperty().getOptions()
getDecisionFunctionOptions() - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionRuleSet
 
getDecisionFunctionOutputTable() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
Get Decision Function Output Table
getDecisionFunctionOutputTableProperty() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
Get DecisionFunctionOutputTable Property.
getDecisionFunctionProperty() - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionRuleSet
Get DecisionFunction Property.
getDecisionFunctionRuleSetTable() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
get DecisionFunctionRuleSetTable
getDecisionFunctionRuleSetTableProperty() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
Get DecisionFunctionRuleSetTable Property.
getDecisionFunctions() - Method in class oracle.rules.sdk2.datamodel.CombinedDataModel
Get all decision functions inside the data model
getDecisionFunctionTable() - Method in class oracle.rules.sdk2.datamodel.DataModel
Get the decision function table
getDecisionFunctionTableProperty() - Method in class oracle.rules.sdk2.datamodel.DataModel
Get DecisionFunctionTable Property.
getDecisionPoint() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
Return the template DecisionPoint which created this DecisionPointInstance
getDecisionTrace() - Method in class oracle.rules.sdk2.datamodel.Function.TestResult
 
getDecisionTraceLevel() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
Retrieve the decision trace level.
getDecisionTraceLimit() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
Retrieve the decision trace limit.
getDeclaredBeanProperties() - Method in class oracle.rules.sdk2.datamodel.FactType
 
getDeclaredBeanProperties(boolean, boolean) - Method in class oracle.rules.sdk2.datamodel.FactType
 
getDeclaredBeanProperties(boolean, boolean) - Method in class oracle.rules.sdk2.datamodel.RLFactType
 
getDeclaredProperties() - Method in class oracle.rules.rl.RLClass
Get all RLPropertys declared by this RLClass
getDeclaredProperty(String) - Method in class oracle.rules.rl.RLClass
Get the RLProperty this RLClass declares by name
getDeclaringClass() - Method in class oracle.rules.rl.RLProperty
Get the RLClass that declares this property.
getDefinition() - Method in interface oracle.rules.sdk2.dictionary.Choice
Get the dictionary component that defines this choice.
getDependentModelComponents() - Method in class oracle.rules.sdk2.ruleset.Expression
 
getDependents() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Deprecated. this method will not scale for large dictionaries
getDescription() - Method in exception oracle.rules.rl.exceptions.RLException
Get the description of this exception
getDescription() - Method in interface oracle.rules.sdk2.datamodel.Callable
 
getDescription() - Method in interface oracle.rules.sdk2.dictionary.Choice
Get a description of the choice
getDescription(boolean) - Method in interface oracle.rules.sdk2.dictionary.Choice
Get a description of the choice
getDescription() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Get description of dictionary component.
getDescription(boolean) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Get description of DictionaryComponent.
getDescription(DOID) - Method in class oracle.rules.sdk2.dictionary.PropertyTranslator
return the translated description for the dictionary component
getDescription(Locale) - Method in class oracle.rules.sdk2.repository.RepositoryType
Get the description for the repository type
getDescriptionProperty() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Get Description Property.
getDestinationDictionaryName() - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
return the destination dictionary name property.
getDestinationLocation() - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
return the destination location String.
getDestinationPackageName() - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
return the destination package name property.
getDestinationType() - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
Deprecated. 
getDetails(Locale) - Method in exception oracle.rules.sdk2.exception.SDKException
 
getDictionaries() - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
get this dictionary and all linked dictionaries.
getDictionary() - Method in class oracle.rules.sdk2.datamodel.Browser
Return the dictionary used to create this browser.
getDictionary() - Method in class oracle.rules.sdk2.datamodel.CombinedDataModel
 
getDictionary() - Method in class oracle.rules.sdk2.datamodel.Node
Return the dictionary that was used to establish the node tree of which this is part.
getDictionary() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
The rule dictionary instance, when loaded by client code instead of through MDS.
getDictionary() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
set dictionary to use for trace analysis
getDictionary() - Method in class oracle.rules.sdk2.dictionary.DictionaryObject
Get the dictionary that contains this component.
getDictionary(String) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Get Dictionary from all linked dictionaries by alias
getDictionaryDescription() - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Get description of the dictionary.
getDictionaryFinder() - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
get the finder for linked dictionaries
getDictionaryFinder() - Method in class oracle.rules.sdk2.repository.RepositoryContext
Get the parent DictionaryFinder
getDictionaryFinder() - Method in interface oracle.rules.sdk2.repository.RuleRepository
Returns the repository's dictionary finder.
getDictionaryFQN() - Method in class oracle.rules.jsr94.admin.Sdk2FileRepositorySource
Get the fully qualified name of the dictionary in the repository.
getDictionaryFQN() - Method in class oracle.rules.jsr94.admin.Sdk2MDSRepositorySource
Get the fully qualified name of the dictionary in the repository.
getDictionaryFQN() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
Return the fully-qualified name of the dictionary that this decision point is using.
getDictionaryFQN(String) - Method in class oracle.rules.sdk2.repository.DictionaryLocator
Extract the fully qualified name of the dictionary from the specified path.
getDictionaryLink(String, String) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Get the dictionary link by fully qualified name.
getDictionaryLink(String) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Get the dictionary link by alias.
getDictionaryLinkAliases() - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Get a List of DictionaryLink Aliases that are currently stored in in the RuleDictionary (in-memory copy).
getDictionaryLinkByName(String, String) - Method in class oracle.rules.sdk2.dictionary.DictionaryLinkTable
Get a DictionaryLink by (fully qualified) name
getDictionaryLinkTable() - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Get the dictionary link table
getDictionaryLinkTableProperty() - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Get DictionaryLinkTable Property.
getDictionaryName() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointInputs
Gets the value of the dictionaryName property.
getDictionaryObject() - Method in exception oracle.rules.sdk2.exception.SDKException
 
getDiff(Object) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Return the difference between this component and the given version.
getDiff(Object) - Method in class oracle.rules.sdk2.dictionary.DictionaryProperty
Get the Diff for the given versionInfo
getDiffProperties() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
getDiffs() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Get list of Diffs for this component.
getDiffs() - Method in class oracle.rules.sdk2.dictionary.DictionaryProperty
Get diffs for this property.
getDiffType() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent.Diff
Get the type of this Diff
getDiffType() - Method in class oracle.rules.sdk2.dictionary.DictionaryProperty.Diff
Get the type of this Diff
getDiffValue(boolean) - Method in class oracle.rules.sdk2.decisiontable.DimensionNode.ValuesProperty
get (possibly translated) diff value
getDiffValue() - Method in class oracle.rules.sdk2.dictionary.SettableProperty
Get the value of the property accounting for diffs.
getDiffValue() - Method in class oracle.rules.sdk2.dictionary.TableProperty
Get the value of the table property as a list that includes elements that were added by diffs.
getDiffValue(boolean) - Method in class oracle.rules.sdk2.dictionary.TranslatedProperty
get (possibly translated) diff value
getDimDN() - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
 
getDimension() - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
Get Dimension to whom this DimensionNode belongs.
getDimensionNode(int) - Method in class oracle.rules.sdk2.decisiontable.DTRule
Get DimensionNode from the Dimension structure by dimension index.
getDimensionNodeTable() - Method in class oracle.rules.sdk2.decisiontable.Dimension
Get DimensionNodeTable
getDimensionNodeTable() - Method in class oracle.rules.sdk2.decisiontable.DTRule
Get the dimension node table.
getDimensionNodeTableProperty() - Method in class oracle.rules.sdk2.decisiontable.Dimension
Deprecated. use DTRule.getDimensionNodeTableProperty()
getDimensionNodeTableProperty() - Method in class oracle.rules.sdk2.decisiontable.DTRule
Get the dimension node table property.
getDimensions() - Method in class oracle.rules.sdk2.decisionpoint.ViewDefDescriptor
 
getDimensionTable() - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
Get DimensionTable
getDimensionTableProperty() - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
Get DimensionTable Property
getDimensionValues(int) - Method in class oracle.rules.sdk2.decisiontable.Gap
get the values for the gap for the given dimension index
getDiscarded() - Method in class oracle.rules.rl.extensions.pool.RuleSessionPool
Returns the total number of RuleSession objects that have been discarded because they were marked invalid as a result of an error encountered while the RuleSession was in use.
getDisplayName(Locale) - Method in class oracle.rules.sdk2.repository.RepositoryType
Get display name for the repository type
getDouble(RLObject) - Method in class oracle.rules.rl.RLProperty
Get double property.
getDTAction() - Method in class oracle.rules.sdk2.decisiontable.DTActionNode
Get DTAction containing this DTActionNode
getDTActionNode(int) - Method in class oracle.rules.sdk2.decisiontable.DTRule
Get DTActionNode from rule by Action index.
getDTActionNodeTable() - Method in class oracle.rules.sdk2.decisiontable.DTAction
Get DTActionNodeTable.
getDTActionNodeTable() - Method in class oracle.rules.sdk2.decisiontable.DTRule
Get the DT action node table
getDTActionNodeTableProperty() - Method in class oracle.rules.sdk2.decisiontable.DTAction
Deprecated. use DTRule.getDTActionNodeTableProperty()
getDTActionNodeTableProperty() - Method in class oracle.rules.sdk2.decisiontable.DTRule
Get the DT action node table property The DT action node table is locked; actoin nodes may be neither added nor removed from the table.
getDTActionParameterName() - Method in class oracle.rules.sdk2.ruleset.Expression
get the name of the decision table action parameter associated with this expression Expressions are marked with this property in the Action of the DTAction and in the ExpressionTable of an associated DTActionNode to indicate the node supplies parameter values to the action.
getDTActionParameterNameProperty() - Method in class oracle.rules.sdk2.ruleset.Expression
Get DTActionParameterName Property.
getDTActionTable() - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
Get DTActionTable
getDTActionTableProperty() - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
Get DTActionTable Property
getDTRuleTable() - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
Get DTRuleTable
getDTRuleTableProperty() - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
Get DTRuleTable Property
getEffectiveDate() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPoint
Return the effective date used by this decision point
getEffectiveDate() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
Return the effective date used by this decision point
getEffectiveDate() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointInputs
Gets the value of the effectiveDate property.
getEffectiveDateForm() - Method in interface oracle.rules.rl.Rule
Returns the current form in use for the effective date properties.
getEffectiveEndDate() - Method in interface oracle.rules.rl.Rule
Returns the effective end date or null if a end date has not been specified for the rule.
getEffectiveEndDate() - Method in class oracle.rules.sdk2.ruleset.RuleCommon
Get Effective End Date.
getEffectiveEndDate() - Method in class oracle.rules.sdk2.ruleset.RuleSet
Get Effective End Date.
getEffectiveEndDateProperty() - Method in class oracle.rules.sdk2.ruleset.RuleCommon
Get EffectiveEndDate Property.
getEffectiveEndDateProperty() - Method in class oracle.rules.sdk2.ruleset.RuleSet
Get EffectiveEndDate Property.
getEffectiveStartDate() - Method in interface oracle.rules.rl.Rule
Returns the effective start date or null if a start date has not been specified for the rule.
getEffectiveStartDate() - Method in class oracle.rules.sdk2.ruleset.RuleCommon
Get Effective Start Date.
getEffectiveStartDate() - Method in class oracle.rules.sdk2.ruleset.RuleSet
Get Effective Start Date.
getEffectiveStartDateProperty() - Method in class oracle.rules.sdk2.ruleset.RuleCommon
Get EffectiveStartDate Property.
getEffectiveStartDateProperty() - Method in class oracle.rules.sdk2.ruleset.RuleSet
Get EffectiveStartDate Property.
getElement() - Method in interface oracle.rules.rl.XLink
Returns the object.
getElements() - Method in interface oracle.rules.sdk2.datamodel.xml.XML2ObjModel
 
getEnd() - Method in exception oracle.rules.sdk2.exception.ExpressionWarning
Set by Expression.validate() when an expression is typed in incorrectly.
getEnd() - Method in class oracle.rules.sdk2.ruleset.Token
 
getEnumBucketSet() - Method in class oracle.rules.sdk2.datamodel.JavaFactType
Get the Enumeration BucketSet if this FactType is an Enum
getEnumFields() - Method in class oracle.rules.sdk2.datamodel.FactType
Get all the enum fields inside the java fact type
getEnumTable() - Method in interface oracle.rules.sdk2.datamodel.xml.XML2ObjModel
 
getErrorCode() - Method in exception oracle.rules.sdk2.exception.SDKException
Returns the Message/Exception code.
getException() - Method in class oracle.rules.sdk2.datamodel.ClassBrowser.FailedClasspathAdd
 
getException() - Method in class oracle.rules.sdk2.datamodel.SchemaBrowser.FailedSchemaAdd
 
getExceptionIDs() - Method in interface oracle.rules.sdk2.datamodel.Callable
 
getExceptionIDs() - Method in class oracle.rules.sdk2.datamodel.Constructor
Get all the exception types of the constructor bases on the definition order
getExceptionIDs() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
 
getExceptionIDs() - Method in class oracle.rules.sdk2.datamodel.Function
 
getExceptionIDs() - Method in class oracle.rules.sdk2.datamodel.Method
Get all the exception types of the constructor bases on the definition order
getExceptions() - Method in class oracle.rules.sdk2.datamodel.Constructor
Get all the exception types of the constructor bases on the definition order
getExceptions() - Method in class oracle.rules.sdk2.datamodel.Function
Get all the exceptions of the function
getExceptions() - Method in class oracle.rules.sdk2.datamodel.Method
Get all the exception types of the constructor bases on the definition order
getExcludedProperty() - Method in class oracle.rules.sdk2.decisiontable.Bucket
Get Excluded Property.
getExpression() - Method in class oracle.rules.sdk2.datamodel.Property
Get default initialization expression of the property
getExpression() - Method in class oracle.rules.sdk2.datamodel.Variable
get initial value expression
getExpression() - Method in class oracle.rules.sdk2.decisiontable.Bucket
Get the Expression associated with the bucket.
getExpression(int) - Method in class oracle.rules.sdk2.ruleset.Action
Shorthand for getExpressionTable.getExpression(i)
getExpression() - Method in class oracle.rules.sdk2.ruleset.Aggregate
Get for checking syntax and creating option lists
getExpression() - Method in class oracle.rules.sdk2.ruleset.Pattern
 
getExpressionByDTActionParameterName(String) - Method in class oracle.rules.sdk2.decisiontable.DTAction
Get Expression from this DTAction's contained expressions by DT action parameter name.
getExpressionByDTActionParameterName(String) - Method in class oracle.rules.sdk2.decisiontable.DTActionNode
Get Expression from this DTAction's expression table by DT action parameter name.
getExpressionByParameterAlias(String) - Method in class oracle.rules.sdk2.ruleset.Action
Get Expression from this action's expression table by parameter alias.
getExpressionByParameterName(String) - Method in class oracle.rules.sdk2.ruleset.Action
Get Expression from this action's expression table by parameter name.
getExpressionProperty() - Method in class oracle.rules.sdk2.datamodel.Property
Get Expression Property.
getExpressionProperty() - Method in class oracle.rules.sdk2.datamodel.Variable
Get Expression Property.
getExpressionProperty() - Method in class oracle.rules.sdk2.decisiontable.Bucket
Get Expression Property
getExpressionProperty() - Method in class oracle.rules.sdk2.ruleset.Pattern
Get Expression Property.
getExpressionTable() - Method in class oracle.rules.sdk2.decisiontable.DTActionNode
Get Expression Table.
getExpressionTable() - Method in class oracle.rules.sdk2.ruleset.Action
 
getExpressionTable() - Method in class oracle.rules.sdk2.ruleset.SimpleTest
Get the expressions related by the test operator.
getExpressionTableProperty() - Method in class oracle.rules.sdk2.decisiontable.DTActionNode
get ExpressionTable Property.
getExpressionTableProperty() - Method in class oracle.rules.sdk2.ruleset.Action
Get ExpressionTable Property.
getFact(int) - Method in class oracle.rules.rl.extensions.trace.RuleEngineState
Get the fact trace for a fact identified its fact ID.
getFactClasses() - Method in class oracle.rules.rl.RuleSession.ParsedRulesetInfo
 
getFactId() - Method in class oracle.rules.rl.trace.FactTrace
Gets the value of the factId property.
getFactId() - Method in class oracle.rules.rl.trace.PropertyValue
Gets the value of the factId property.
getFactIds() - Method in class oracle.rules.rl.RuleSession
Get an Iterator over the fact IDs for the objects that have been asserted as facts in working memory.
getFactIds() - Method in class oracle.rules.rl.trace.ActivationData
Gets the value of the factIds property.
getFactObject() - Method in class oracle.rules.rl.trace.FactTrace
Gets the value of the factObject property.
getFactObjects() - Method in class oracle.rules.rl.RuleSession
Get an Iterator over the objects that have been asserted as facts in working memory.
getFactObjects(ObjectFilter) - Method in class oracle.rules.rl.RuleSession
Get an Iterator over the objects in working memory that pass the specified filter.
getFactPath() - Method in class oracle.rules.sdk2.ruleset.Pattern
Get the fact path.
getFactPathIDs() - Method in class oracle.rules.sdk2.ruleset.Pattern
Get the IDs of the fact path.
getFactPathOptions() - Method in class oracle.rules.sdk2.ruleset.Pattern
get possible fact paths to choose from
getFactPathProperty() - Method in class oracle.rules.sdk2.ruleset.Pattern
Get FactPath Property.
getFacts() - Method in class oracle.rules.rl.extensions.trace.RuleEngineState
Get a list of all the fact traces for the state of working memory calculated from the trace.
getFactsByType(String) - Method in class oracle.rules.rl.extensions.trace.RuleEngineState
Get a list of traces for facts by fact type
getFactTraces(int) - Method in class oracle.rules.rl.extensions.trace.TraceAnalysis
Get a list of the fact traces for the fact with the ID factId.
getFactType() - Method in class oracle.rules.rl.trace.FactTrace
Gets the value of the factType property.
getFactType() - Method in class oracle.rules.sdk2.ruleset.Pattern
Get the alias of the fact type.
getFactTypeByAlias(String) - Method in class oracle.rules.sdk2.datamodel.CombinedDataModel
Get a particular facttype by alias
getFactTypeByAlias(String, boolean) - Method in class oracle.rules.sdk2.datamodel.CombinedDataModel
 
getFactTypeByName(String) - Method in class oracle.rules.sdk2.datamodel.CombinedDataModel
Get a particular facttype by name; especially important for programming metadata where the alias is very likely to be changed (ADF-BC fact types, since their default aliases aren't user-friendly at all)
getFactTypeID() - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionFact
 
getFactTypeID() - Method in class oracle.rules.sdk2.datamodel.FormalParameter
 
getFactTypeID() - Method in class oracle.rules.sdk2.ruleset.Action
 
getFactTypeID() - Method in class oracle.rules.sdk2.ruleset.Aggregate
 
getFactTypeID() - Method in class oracle.rules.sdk2.ruleset.Pattern
Get the ID of the fact type.
getFactTypeOptions() - Method in class oracle.rules.sdk2.ruleset.Pattern
get possible fact types to choose from
getFactTypeProperty() - Method in class oracle.rules.sdk2.ruleset.Pattern
Get FactType Property.
getFactTypes() - Method in class oracle.rules.rl.extensions.trace.RuleEngineState
Get a set of all the fact types for the state of working memory calculated from the trace.
getFactTypes() - Method in class oracle.rules.rl.extensions.trace.TraceAnalysis
Get a list of the fact types that appear in the trace.
getFactTypes() - Method in class oracle.rules.sdk2.datamodel.CombinedDataModel
Get all FactTypes inside the data model
getFactTypeSelected() - Method in class oracle.rules.sdk2.ruleset.Pattern
get index of fact type selected from option list
getFactTypeTable() - Method in class oracle.rules.sdk2.datamodel.DataModel
Get all FactTypes inside the data model
getFactTypeTableProperty() - Method in class oracle.rules.sdk2.datamodel.DataModel
Get FactTypeTable Property.
getFailedClasspathAdds() - Method in class oracle.rules.sdk2.datamodel.ClassBrowser
 
getFailedSchemaAdds() - Method in class oracle.rules.sdk2.datamodel.SchemaBrowser
 
getFetchSize() - Method in class oracle.rules.sdk2.decisionpoint.ViewObjectReference
The number of rows pre-fetched per call to the database.
getFieldTable() - Method in class oracle.rules.sdk2.datamodel.FactType
Get fields of a java class
getFieldTableProperty() - Method in class oracle.rules.sdk2.datamodel.FactType
Get FieldTable Property
getFinalProperty() - Method in class oracle.rules.sdk2.datamodel.Variable
Get Final Property.
getFinderChain() - Method in class oracle.rules.sdk2.repository.DictionaryLoader
Get the chain of DictionaryFinder's constructed by this instance.
getFiredRules() - Method in class oracle.rules.rl.extensions.trace.RuleEngineState
Get the list of rules that have fired.
getFirstChild() - Method in class oracle.rules.sdk2.ruleset.ExprParser.Token
Get first child token of this token.
getFirstChoices() - Method in class oracle.rules.sdk2.dictionary.ChoiceList
Just a convenient wrapper for ChoiceList.getNextChoices(String[])
getFloat(RLObject) - Method in class oracle.rules.rl.RLProperty
Get float property.
getForm() - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionRuleSet
 
getForm() - Method in class oracle.rules.sdk2.datamodel.FactType
Get the form of the fact type.
getForm() - Method in class oracle.rules.sdk2.datamodel.Function
Deprecated. 
getForm() - Method in class oracle.rules.sdk2.decisiontable.BucketSet
Get value of Form property
getForm() - Method in class oracle.rules.sdk2.ruleset.Action
Get What kind of action.
getForm() - Method in class oracle.rules.sdk2.ruleset.Pattern
Get Form describing whether this Pattern simple fact type or a subtable of fact types.
getForm() - Method in class oracle.rules.sdk2.ruleset.SimpleTest
Get untranslated form of this test.
getFormalParameterTable() - Method in class oracle.rules.sdk2.datamodel.Function
Get all the parameters of the function
getFormalParameterTableProperty() - Method in class oracle.rules.sdk2.datamodel.Function
Get FormalParameterTable Property.
getFormOptions() - Method in class oracle.rules.sdk2.datamodel.FactType
Get the list of possible form values
getFormOptions() - Method in class oracle.rules.sdk2.datamodel.Function
Deprecated. 
getFormOptions() - Method in class oracle.rules.sdk2.decisiontable.BucketSet
 
getFormOptions() - Method in class oracle.rules.sdk2.ruleset.Action
 
getFormOptions() - Method in class oracle.rules.sdk2.ruleset.Pattern
 
getFormOptions() - Method in class oracle.rules.sdk2.ruleset.SimpleTest
Get untranslated options for the form of this test.
getFormProperty() - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionRuleSet
Get Form Property.
getFormProperty() - Method in class oracle.rules.sdk2.datamodel.FactType
Get Form Property Do not use setValue()
getFormProperty() - Method in class oracle.rules.sdk2.decisiontable.BucketSet
Get Form Property.
getFormProperty() - Method in class oracle.rules.sdk2.ruleset.Action
Get Form Property.
getFormProperty() - Method in class oracle.rules.sdk2.ruleset.Pattern
Get Form Property.
getFormProperty() - Method in class oracle.rules.sdk2.ruleset.SimpleTest
Get Form Property.
getFormSelected() - Method in class oracle.rules.sdk2.datamodel.Function
Deprecated. 
getFormSelected() - Method in class oracle.rules.sdk2.decisiontable.BucketSet
 
getFormSelected() - Method in class oracle.rules.sdk2.ruleset.Action
 
getFormSelected() - Method in class oracle.rules.sdk2.ruleset.Pattern
 
getFormSelected() - Method in class oracle.rules.sdk2.ruleset.SimpleTest
 
getForwardOnly() - Method in class oracle.rules.sdk2.decisionpoint.ViewObjectReference
 
getFQName() - Method in class oracle.rules.sdk2.datamodel.JavaNode
return the fully qualified name of the node.
getFree() - Method in class oracle.rules.rl.extensions.pool.RuleSessionPool
Returns the number of free poolable RuleSession objects available for use.
getFTI() - Method in class oracle.rules.sdk2.datamodel.DataModel
 
getFullyQualifiedAlias(DictionaryObject) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
getFullyQualifiedName() - Method in interface oracle.rules.sdk2.datamodel.Callable
 
getFullyQualifiedName() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
getFullyQualifiedName() - Method in class oracle.rules.sdk2.dictionary.DictionaryName
get the fully qualified link name package.name if some name components are empty, return a legal name, unless all components are empty, then return empty string
getFullyQualifiedNameByID(DOID) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Get fully qualified name of DictionaryComponent by its ID.
getFullyQualifiedTypeName() - Method in class oracle.rules.sdk2.datamodel.TypedComponent
Get fully qualified Name of the type of the definition.
getFunction() - Method in class oracle.rules.sdk2.ruleset.Aggregate
 
getFunction() - Method in class oracle.rules.sdk2.ruleset.Expression
 
getFunctionByAlias(String) - Method in class oracle.rules.sdk2.datamodel.CombinedDataModel
Get function by alias.
getFunctionByAlias(String, boolean) - Method in class oracle.rules.sdk2.datamodel.CombinedDataModel
 
getFunctionOptions() - Method in class oracle.rules.sdk2.ruleset.Aggregate
 
getFunctionOptions() - Method in class oracle.rules.sdk2.ruleset.Expression
 
getFunctionProperty() - Method in class oracle.rules.sdk2.ruleset.Aggregate
Get Function Property.
getFunctionProperty() - Method in class oracle.rules.sdk2.ruleset.Expression
Get Function Property.
getFunctions() - Method in class oracle.rules.sdk2.datamodel.CombinedDataModel
Get all functions inside the data model
getFunctionSelected() - Method in class oracle.rules.sdk2.ruleset.Aggregate
 
getFunctionSelected() - Method in class oracle.rules.sdk2.ruleset.Expression
 
getFunctionSignature() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
Get the decision function signature -- an alias-substituted RL function signature
getFunctionTable() - Method in class oracle.rules.sdk2.datamodel.DataModel
Get the function table
getFunctionTableProperty() - Method in class oracle.rules.sdk2.datamodel.DataModel
Get FunctionTable Property.
getGeneratedFrom() - Method in class oracle.rules.sdk2.datamodel.JaxbFactType
Deprecated. use FactType.getSource()
getGlobalElement(String, String) - Method in interface oracle.rules.sdk2.datamodel.xml.XML2ObjModel
 
getGlobalElementMappingTable() - Method in interface oracle.rules.sdk2.datamodel.xml.XML2ObjModel
 
getHandles() - Method in class oracle.rules.jsr94.RLStatefulRuleSession
Returns a List of Handles, one for each Object in the rule session state for this rule session.
getID() - Method in interface oracle.rules.sdk2.datamodel.Callable
Get ID of the callable object
getID() - Method in interface oracle.rules.sdk2.datamodel.Parameter
 
getID() - Method in interface oracle.rules.sdk2.dictionary.Choice
get the Dictionary Object ID (DOID) associated with this Choice
getID() - Method in class oracle.rules.sdk2.dictionary.DictionaryObject
Get dictionary object ID.
getID() - Method in class oracle.rules.sdk2.dictionary.PropertyTranslator.Key
 
getID() - Method in class oracle.rules.sdk2.ruleset.ExprParser.Token
 
getImmutableVariable() - Method in class oracle.rules.sdk2.ruleset.Expression
 
getImmutableVariableOptions() - Method in class oracle.rules.sdk2.ruleset.Expression
Get immutable variables (e.g. final variables, pattern variables)
getImmutableVariableProperty() - Method in class oracle.rules.sdk2.ruleset.Expression
Get ImmutableVariable Property.
getImmutableVariableSelected() - Method in class oracle.rules.sdk2.ruleset.Expression
 
getImportedClasspath() - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
return the imported classpath String.
getIncludedProperty() - Method in class oracle.rules.sdk2.decisiontable.Bucket
Get Included Property.
getIndent() - Method in class oracle.rules.sdk2.dictionary.DictionaryObject
 
getIndex() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Get index of the DTRule in its parent table.
getIndex(boolean) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Get index of the DTRule in its containing diff list, which may be a superlist of the parent component table.
getInitialSize() - Method in class oracle.rules.rl.extensions.pool.RuleSessionPool
Returns the initial size for this pool.
getInitPropDescription(String, Locale) - Method in class oracle.rules.sdk2.repository.RepositoryType
Get description for an initialization property
getInitPropDispName(String, Locale) - Method in class oracle.rules.sdk2.repository.RepositoryType
Get display name for an initialization property
getInitPropKeys() - Method in class oracle.rules.sdk2.repository.RepositoryType
Get keys of the properties needed in initialization
getInputs() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
Get the list of facts to be input to the decision function.
getInRule() - Method in class oracle.rules.rl.trace.TraceEntry
Gets the value of the inRule property.
getInstance() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPoint
Retrieve a DecisionPointInstance with this DecisionPoint as the template.
getInstance() - Static method in class oracle.rules.sdk2.exception.ResourceManager
 
getInstance() - Static method in class oracle.rules.tools.migrator.ResourceManager
 
getInt(RLObject) - Method in class oracle.rules.rl.RLProperty
Get int property.
getInterfaceIDs() - Method in class oracle.rules.sdk2.datamodel.FactType
 
getInterfaceIDs() - Method in class oracle.rules.sdk2.datamodel.JavaFactType
Get IDs of interfaces the class implements
getInterfaces() - Method in class oracle.rules.sdk2.datamodel.FactType
Get interfaces the class implements.
getInterfaces() - Method in class oracle.rules.sdk2.datamodel.JavaFactType
Get interfaces the class implements
getInuse() - Method in class oracle.rules.rl.extensions.pool.RuleSessionPool
Returns the number of RuleSession objects from this that are currently in use.
getJavaClassName() - Method in class oracle.rules.sdk2.dictionary.DOID
convert between names and IDs for Java and primitive IDs only
getJavaFactTypes() - Method in class oracle.rules.sdk2.datamodel.CombinedDataModel
Get all Java FactTypes inside the data model (excluding JAXB fact type)
getJaxbFactTypes() - Method in class oracle.rules.sdk2.datamodel.CombinedDataModel
Get all Jaxb FactTypes inside the data model
getJaxbFactTypesBySource(String) - Method in class oracle.rules.sdk2.datamodel.DataModel
Get all JaxbFactTypes generated from the given schema.
getJaxbLib() - Method in class oracle.rules.sdk2.datamodel.SchemaBrowser
 
getJaxbOutputURI() - Method in interface oracle.rules.sdk2.datamodel.xml.XML2ObjModel
 
getJboCodomain(String) - Static method in class oracle.rules.sdk2.datamodel.AdfBcFactTypeHelper
 
getJboName() - Method in class oracle.rules.sdk2.decisionpoint.ViewDefDescriptor.Dimension
 
getJboName() - Method in class oracle.rules.sdk2.decisionpoint.ViewDefDescriptor.Key
 
getKey() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.SimpleDecisionPointInput
Gets the value of the key property.
getKey() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.ViewObjectRef.KeyValues
Gets the value of the key property.
getKey(Object) - Method in class oracle.rules.sdk2.dictionary.StringTranslator
return key for given translated value, or "" if none.
getKey() - Method in class oracle.rules.sdk2.repository.RepositoryType
Get the key for the repository type
getKeyChain() - Method in class oracle.rules.sdk2.decisionpoint.KeyedActionType
 
getKeys() - Method in class oracle.rules.sdk2.decisionpoint.KeyChain
 
getKeys() - Method in class oracle.rules.sdk2.decisionpoint.ViewDefDescriptor
 
getKeyValues() - Method in class oracle.rules.sdk2.decisionpoint.ViewObjectReference
 
getKeyValues() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.ViewObjectRef
Gets the value of the keyValues property.
getKind() - Method in interface oracle.rules.sdk2.dictionary.Choice
Get the kind of this choice.
getLast() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
Get the last entry in the table
getLastChild() - Method in class oracle.rules.sdk2.dictionary.AbstractDictionaryFinder
Returns the last (leaf) child finder or this finder if this finder does not have a child.
getLastDimensionNode() - Method in class oracle.rules.sdk2.decisiontable.DTRule
Get last DimensionNode from the Dimension structure.
getLastFactTrace(int) - Method in class oracle.rules.rl.extensions.trace.TraceAnalysis
Get the last fact trace for the fact with the ID factId.
getLastFactTraces(String) - Method in class oracle.rules.rl.extensions.trace.TraceAnalysis
Get a list, for each fact of the specified type, of the last fact trace available in the trace.
getLeft() - Method in class oracle.rules.sdk2.ruleset.SimpleTest
Short for getExpressionTableProperty().getValue().get(0)
getLength(RLObject) - Static method in class oracle.rules.rl.RLArray
Get length of RL array.
getLevel() - Method in class oracle.rules.rl.trace.DecisionTrace
Gets the value of the level property.
getLevel() - Method in class oracle.rules.sdk2.dictionary.DictionaryObject
 
getLifeCycle() - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Get the dictionary life cycle
getLifeCycleDescription() - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Get the dictionary life cycle description
getLine() - Method in exception oracle.rules.rl.exceptions.RLException
Get the line number where this exception occurred
getLinkedDictionaries() - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
get all linked dictionaries (recursively) but not this one.
getLinkedDictionary() - Method in class oracle.rules.sdk2.dictionary.DictionaryLink
get the latest committed RuleDictionary that this link refers to
getLinkTypeName() - Method in class oracle.rules.sdk2.datamodel.AdfBcFactTypeDescriptor.Attribute
 
getListContentType() - Method in class oracle.rules.sdk2.datamodel.TypedComponent
Get alias of List content type
getListContentType() - Method in interface oracle.rules.sdk2.dictionary.Choice
If the type of choice is List, get the data type of the content of the List
getListContentType(boolean) - Method in interface oracle.rules.sdk2.dictionary.Choice
If the type of choice is List, get the data type of the content of the List
getListContentTypeFullName() - Method in class oracle.rules.sdk2.datamodel.TypedComponent
Get fully-qualified name of List content type
getListContentTypeID() - Method in class oracle.rules.sdk2.datamodel.TypedComponent
Get ID of List content type
getListContentTypeID() - Method in interface oracle.rules.sdk2.dictionary.Choice
If the type of choice is List, get the Dictionary Object ID (DOID) of the type of the content of the List
getListContentTypeName() - Method in class oracle.rules.sdk2.datamodel.TypedComponent
Get name of List content type
getListContentTypeOptions() - Method in class oracle.rules.sdk2.datamodel.TypedComponent
Get list content type options.
getListContentTypeProperty() - Method in class oracle.rules.sdk2.datamodel.TypedComponent
Get ListContentType Property.
getListProperty() - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionFact
Get List Property.
getLiteralValue(DictionaryObject) - Method in class oracle.rules.sdk2.datamodel.Field
 
getLiteralValue() - Method in interface oracle.rules.sdk2.dictionary.Choice
Get the literal value associated with this choice, or null if none.
getLiteralValue() - Method in class oracle.rules.sdk2.ruleset.ExprParser.Token
Get the literal value of this token.
getLoadFlag() - Method in class oracle.rules.sdk2.datamodel.Node
Return a String represntation of a boolean "true" -- loaded into data model "false" -- not loaded into datamodel
getLocale() - Method in class oracle.rules.rl.RuleSession
Get the Locale for the rule session.
getLocale() - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
get the locale that was set for this dictionary.
getLocale() - Method in class oracle.rules.sdk2.repository.RepositoryContext
Get the Locale
getLocation() - Method in class oracle.rules.jsr94.admin.Sdk2FileRepositorySource
Get the location of the repository.
getLogicalProperty() - Method in class oracle.rules.sdk2.ruleset.RuleCommon
Get Logical Property.
getLong(RLObject) - Method in class oracle.rules.rl.RLProperty
Get long property.
getMarked() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
see DictionaryComponentTable.mark(int[])
getMaxFetchSize() - Method in class oracle.rules.sdk2.decisionpoint.ViewObjectReference
 
getMaximumSessionUsage() - Method in class oracle.rules.rl.extensions.pool.RuleSessionPool
Gets the current maximum RuleSession usage count.
getMDSInstanceName() - Method in class oracle.rules.jsr94.admin.Sdk2MDSRepositorySource
Get the name of the MDS instance.
getMDSRuleRepository(RepositoryContext) - Static method in class oracle.rules.sdk2.repository.RepositoryManager
A convenience method to get a RuleRepository instance for an MDS based repository.
getMessage() - Method in exception oracle.rules.rl.exceptions.RLException
Get the detailed message for this RLException.
getMessage() - Method in class oracle.rules.sdk2.exception.MessageInfo
Returns the message for this Message/Exception
getMessage(Locale) - Method in class oracle.rules.sdk2.exception.MessageInfo
Returns the locale specific message for this Message/Exception
getMessage() - Method in exception oracle.rules.sdk2.exception.SDKException
Method that overrides getMessage() method of the Exception class.
getMessage(Locale) - Method in exception oracle.rules.sdk2.exception.SDKException
Method to retrieve (entire) exception message with a given Locale.
getMessage() - Method in exception oracle.rules.sdk2.exception.SDKRuntimeException
 
getMessage(Locale) - Method in exception oracle.rules.sdk2.exception.SDKRuntimeException
 
getMessage() - Method in class oracle.rules.tools.migrator.MigrationMessageInfo
Returns the message for this Message/Exception
getMessage(Locale) - Method in class oracle.rules.tools.migrator.MigrationMessageInfo
Returns the locale specific message for this Message/Exception
getMessageInfo() - Method in exception oracle.rules.sdk2.exception.SDKException
 
getMessageOnly(Locale) - Method in exception oracle.rules.sdk2.exception.SDKException
Method to retrieve exception message only (exclude error code and root cause)
getMethodTable() - Method in class oracle.rules.sdk2.datamodel.FactType
Get methods of the java fact type
getMethodTableProperty() - Method in class oracle.rules.sdk2.datamodel.FactType
Get MethodTable Property
getModificationTime(DictionaryFQN) - Method in class oracle.rules.sdk2.dictionary.AbstractDictionaryFinder
Returns a time in milliseconds indicating when the dictionary indentified by the DictionaryFQN was last modified.
getModifiers() - Method in interface oracle.rules.sdk2.datamodel.Callable
 
getModifiers() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
 
getModifiers() - Method in class oracle.rules.sdk2.datamodel.Function
 
getMsgID() - Method in exception oracle.rules.rl.exceptions.RLException
Get the message ID for this localized exception message.
getMultiplicity() - Method in class oracle.rules.sdk2.decisionpoint.ViewDefDescriptor.Dimension
 
getMutableVariable() - Method in class oracle.rules.sdk2.ruleset.Expression
 
getMutableVariableOptions() - Method in class oracle.rules.sdk2.ruleset.Expression
Get variables that could be assignment targets E.g. non-final globals, pattern properties
getMutableVariableProperty() - Method in class oracle.rules.sdk2.ruleset.Expression
Get MutableVariable Property.
getMutableVariableSelected() - Method in class oracle.rules.sdk2.ruleset.Expression
 
getName() - Method in class oracle.rules.rl.RLClass
Get fully qualified name of this RLClass
getName() - Method in class oracle.rules.rl.RLProperty
Get property name
getName() - Method in interface oracle.rules.rl.Rule
Returns the name of the rule.
getName() - Method in class oracle.rules.rl.RuleSession
Get the name associated with this rule session.
getName() - Method in interface oracle.rules.rl.Ruleset
Returns the name of the ruleset.
getName() - Method in class oracle.rules.rl.trace.BeanProperty
Gets the value of the name property.
getName() - Method in interface oracle.rules.rl.XLink
Returns the Java name of the object.
getName() - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionRuleSet
 
getName() - Method in class oracle.rules.sdk2.datamodel.Node
Return the name property for the node
getName() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPoint.NamedValue
 
getName() - Method in class oracle.rules.sdk2.decisionpoint.MetadataHelper.DFParm
 
getName() - Method in class oracle.rules.sdk2.decisionpoint.ViewObjectReference
 
getName() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointInputs.Parameter
Gets the value of the name property.
getName() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointResults.Value
Gets the value of the name property.
getName() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.ViewObjectRef
Gets the value of the name property.
getName() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.ViewObjectRef.KeyValues.Key
Gets the value of the name property.
getName() - Method in class oracle.rules.sdk2.decisiontable.Bucket
Get name of Bucket.
getName() - Method in interface oracle.rules.sdk2.dictionary.Choice
Get the name of the choice, typically the last component of the value, relative to the parent
getName(boolean) - Method in interface oracle.rules.sdk2.dictionary.Choice
Get the name of the choice, typically the last component of the value, relative to the parent
getName() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Get name of DictionaryComponent
getName() - Method in class oracle.rules.sdk2.dictionary.DictionaryProperty
Get property name.
getName() - Method in interface oracle.rules.sdk2.dictionary.UnnamedComponent
 
getName() - Method in class oracle.rules.sdk2.repository.DictionaryFQN
Returns the name of the dictionary
getName() - Method in interface oracle.rules.sdk2.repository.RepositoryChange
Get the fully qualified name of the dictionary this notification pertains to.
getNameByID(DOID) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Get name of DictionaryComponent by its ID.
getNameProperty() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Get Name Property.
getNames(String, String) - Method in interface oracle.rules.sdk2.repository.RuleRepository
Get the fully qualfied names of dictionaries stored in the repository that match the specified dictionary package and name.
getNames(DictionaryFQN) - Method in interface oracle.rules.sdk2.repository.RuleRepository
Get the fully qualfied names of dictionaries stored in the repository that match the dictionary package and name specified in the DictionaryFQN.
getNamespace() - Method in class oracle.rules.sdk2.datamodel.JaxbFactType
 
getNestedTable() - Method in class oracle.rules.sdk2.datamodel.Node
Create a NodeTable containing all the immediate children of this Node.
getNestedTable() - Method in class oracle.rules.sdk2.ruleset.Pattern
Get the the Pattern subtable when Form is FORM_NESTED_TABLE.
getNestedTableProperty() - Method in class oracle.rules.sdk2.ruleset.Pattern
Get NestedTable Property.
getNext() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Get Next (higher) DictionaryComponent in parent table
getNextChoices(String) - Method in class oracle.rules.sdk2.dictionary.ChoiceList
Get the next level of choices given the previous selections, in order of first to last level.
getNextChoices(String...) - Method in class oracle.rules.sdk2.dictionary.ChoiceList
 
getNextChoices(List<String>) - Method in class oracle.rules.sdk2.dictionary.ChoiceList
 
getNextSibling() - Method in class oracle.rules.sdk2.ruleset.ExprParser.Token
Get next sibling token of this token.
getNoConflict() - Method in class oracle.rules.sdk2.decisiontable.DTRule
Get NoConflict.
getNoConflictProperty() - Method in class oracle.rules.sdk2.decisiontable.DTRule
Get NoConflict Property (list of rules that this rule doesn't logically conflict with)
getNode(int) - Method in class oracle.rules.sdk2.datamodel.NodeTable
Return the node entry at the specified index.
getNode(String) - Method in class oracle.rules.sdk2.datamodel.NodeTable
Return the entry entry whose name matches the parameter.
getNodeMatrix() - Method in class oracle.rules.sdk2.decisiontable.DimensionTable
Get the DimensionNodes in the sheet as an D x R matrix (D rows x R columns, D is #dimensions and R is #rules)
getNodeName() - Method in class oracle.rules.sdk2.datamodel.JaxbFactType
 
getNodeTable() - Method in class oracle.rules.sdk2.datamodel.Browser
Retrieves the NodeTable associated with the set of class paths or schema paths that have been added to this browser instance.
getNumberFormat() - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Get the NumberFormat for this RuleDictionary instance.
getObject(Handle) - Method in class oracle.rules.jsr94.RLStatefulRuleSession
Returns the Object associated with the specified Handle.
getObjectByID(DOID) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Get dictionary object by its ID.
getObjectFactoryTable() - Method in interface oracle.rules.sdk2.datamodel.xml.XML2ObjModel
 
getObjectPath() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
get the localized path to this object starting with the dictionary, e.g.
getObjectPath() - Method in class oracle.rules.sdk2.dictionary.DictionaryObject
get the localized path to this object starting with the dictionary, e.g.
getObjects() - Method in class oracle.rules.jsr94.RLStatefulRuleSession
Returns a List of all objects in the rule session state of this rule session.
getObjects(ObjectFilter) - Method in class oracle.rules.jsr94.RLStatefulRuleSession
Returns a List of all objects in the rule session state of this rule session.
getObjectType() - Method in class oracle.rules.rl.trace.BeanObject
Gets the value of the objectType property.
getObjectType() - Method in class oracle.rules.sdk2.dictionary.DictionaryObject
get the translated name of the type of this dictionary object.
getObrName() - Method in class oracle.rules.sdk2.decisionpoint.ViewDefDescriptor.Dimension
 
getObrName() - Method in class oracle.rules.sdk2.decisionpoint.ViewDefDescriptor.Key
 
getOpenState() - Method in class oracle.rules.sdk2.datamodel.Node
Return the String representation of state.
getOperation() - Method in class oracle.rules.rl.trace.ActivationTrace
Gets the value of the operation property.
getOperation() - Method in class oracle.rules.rl.trace.FactTrace
Gets the value of the operation property.
getOperation() - Method in class oracle.rules.rl.trace.RulesetStackTrace
Gets the value of the operation property.
getOperator() - Method in class oracle.rules.sdk2.ruleset.Expression
 
getOperator() - Method in class oracle.rules.sdk2.ruleset.Pattern
Get Pattern operator.
getOperator() - Method in class oracle.rules.sdk2.ruleset.SimpleTest
 
getOperatorID() - Method in class oracle.rules.sdk2.ruleset.SimpleTest
 
getOperatorOptions() - Method in class oracle.rules.sdk2.ruleset.Expression
 
getOperatorOptions() - Method in class oracle.rules.sdk2.ruleset.Pattern
 
getOperatorOptions() - Method in class oracle.rules.sdk2.ruleset.SimpleTest
 
getOperatorProperty() - Method in class oracle.rules.sdk2.ruleset.Expression
Get Operator Property.
getOperatorProperty() - Method in class oracle.rules.sdk2.ruleset.Pattern
Get Operator Property.
getOperatorProperty() - Method in class oracle.rules.sdk2.ruleset.SimpleTest
Get Operator Property.
getOperatorSelected() - Method in class oracle.rules.sdk2.ruleset.Expression
 
getOperatorSelected() - Method in class oracle.rules.sdk2.ruleset.Pattern
 
getOperatorSelected() - Method in class oracle.rules.sdk2.ruleset.SimpleTest
 
getOptions() - Method in class oracle.rules.sdk2.decisiontable.DimensionNode.ValuesProperty
Get the valid key (untranslated) values for the property
getOptions(boolean) - Method in class oracle.rules.sdk2.dictionary.ChoosableProperty
 
getOptions(String) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Returns the option array for the property, if any.
getOptions() - Method in class oracle.rules.sdk2.dictionary.TranslatedProperty
Get the valid key (untranslated) values for the property
getOrderRulesByBucketProperty() - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
Get OrderRulesByBucket Property
getOriginDictionaryName() - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
return the orgin dictionary name.
getOriginLocation() - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
return the origin location String.
getOriginPassword() - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
returns the specified WebDav passwd.
getOriginPasswordSource() - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
returns the specified WebDav passwd source file
getOriginProxyHost() - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
returns the specified WebDav proxyhost.
getOriginProxyPassword() - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
returns the specified proxy password.
getOriginProxyPort() - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
returns the specified WebDav proxyport.
getOriginProxyUserid() - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
returns the specified WebDav proxy userid.
getOriginType() - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
return the type of origin repository
getOriginUserid() - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
returns the specified WebDav userid.
getOriginVersionName() - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
return the origin version name
getOtherwise() - Method in class oracle.rules.sdk2.decisiontable.BucketSet
 
getOtherwiseProperty() - Method in class oracle.rules.sdk2.decisiontable.Bucket
Get Otherwise Property.
getOutLog() - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
 
getOutputWriter() - Method in class oracle.rules.rl.RuleSession
Get the writer used by RL println, show, and watch functions.
getOverloadedParameterTable() - Method in class oracle.rules.sdk2.datamodel.Constructor
Get all the parameter types of the constructor based on the definition order.
getOverloadedParameterTable() - Method in class oracle.rules.sdk2.datamodel.Method
Get all the parameter types of the constructor based on the definition order.
getOverriddenBy() - Method in class oracle.rules.sdk2.decisiontable.DTRule
Get OverriddenBy.
getOverriddenByProperty() - Method in class oracle.rules.sdk2.decisiontable.DTRule
Get OverriddenBy Property
getOverride() - Method in class oracle.rules.sdk2.decisiontable.DTRule
Get Override.
getOverrideProperty() - Method in class oracle.rules.sdk2.decisiontable.DTRule
Get Override Property (list of rules that this rule overrides)
getPackage() - Method in class oracle.rules.sdk2.dictionary.DictionaryName
Get the package for the linked dictionary.
getPackage() - Method in class oracle.rules.sdk2.repository.DictionaryFQN
Returns the dictionary package
getPackageName() - Method in class oracle.rules.sdk2.datamodel.JavaFactType
Get the package name of the fact type.
getPackageProperty() - Method in class oracle.rules.sdk2.dictionary.DictionaryName
Get Package Property.
getPackages() - Method in class oracle.rules.sdk2.datamodel.FactType
 
getPackages() - Method in interface oracle.rules.sdk2.datamodel.xml.XML2ObjModel
 
getParameter() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointInputs
Gets the value of the parameter property.
getParameterAlias() - Method in class oracle.rules.sdk2.ruleset.Expression
Get parameter alias
getParameterAlias(boolean) - Method in class oracle.rules.sdk2.ruleset.Expression
Get possibly translated parameter alias
getParameterID() - Method in class oracle.rules.sdk2.ruleset.Expression
 
getParameterList() - Method in interface oracle.rules.sdk2.datamodel.Callable
Get parameter list as a String
getParameterList(boolean) - Method in interface oracle.rules.sdk2.datamodel.Callable
Get optionally translated parameter list as a String
getParameterList() - Method in class oracle.rules.sdk2.datamodel.Constructor
Get parameter list as a String
getParameterList(boolean) - Method in class oracle.rules.sdk2.datamodel.Constructor
Get optionally translated parameter list as a String
getParameterList() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
Get parameter list as a String
getParameterList(boolean) - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
Get optionally translated parameter list as a String
getParameterList() - Method in class oracle.rules.sdk2.datamodel.Function
Get parameter list as a String
getParameterList(boolean) - Method in class oracle.rules.sdk2.datamodel.Function
Get optionally translated parameter list as a String
getParameterList() - Method in class oracle.rules.sdk2.datamodel.Method
Get parameter list as a String
getParameterList(boolean) - Method in class oracle.rules.sdk2.datamodel.Method
Get optionally translated parameter list as a String
getParameterName() - Method in class oracle.rules.sdk2.ruleset.Expression
 
getParameters() - Method in interface oracle.rules.sdk2.datamodel.Callable
Get all the parameters of the callable interface (Function/Method/Constructor) Function returns FormalParameterTable and Method/Constructor return OverloadedParameterTable
getParameters() - Method in class oracle.rules.sdk2.datamodel.Constructor
 
getParameters() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
 
getParameters() - Method in class oracle.rules.sdk2.datamodel.Function
 
getParameters() - Method in class oracle.rules.sdk2.datamodel.Method
 
getParameterTypeIDs() - Method in class oracle.rules.sdk2.ruleset.Expression
Get possibly overloaded parameter types
getParameterTypes() - Method in class oracle.rules.sdk2.ruleset.Expression
Get possibly overloaded parameter types
getParameterTypes(boolean) - Method in class oracle.rules.sdk2.ruleset.Expression
Get possibly translated and overloaded parameter types
getParent() - Method in class oracle.rules.rl.extensions.trace.TraceGroup
Get the group that is the parent of this group.
getParent() - Method in interface oracle.rules.rl.XLink
Returns the parent of the object.
getParent() - Method in class oracle.rules.sdk2.datamodel.ModelComponent
Get parent ModelComponent Object
getParent() - Method in class oracle.rules.sdk2.datamodel.ModelComponentTable
Get parent ModelComponent Object
getParent() - Method in class oracle.rules.sdk2.datamodel.Node
Return the parent for this node
getParent() - Method in class oracle.rules.sdk2.datamodel.NodeTable
Return a parent to this table
getParent() - Method in class oracle.rules.sdk2.decisionpoint.KeyChain
 
getParent() - Method in class oracle.rules.sdk2.dictionary.AbstractDictionaryFinder
Returns the parent finder or null if this finder does not have a parent.
getParent() - Method in interface oracle.rules.sdk2.dictionary.Choice
Get parent choice
getParent() - Method in class oracle.rules.sdk2.ruleset.RuleComponent
Get parent RuleComponent Object
getParent() - Method in class oracle.rules.sdk2.ruleset.RuleComponentTable
get parent RuleComponent
getParentActionNode() - Method in class oracle.rules.sdk2.decisiontable.DTActionNode
Get parent action node -- node of previous action in rule containing this node
getParentByClass(Class) - Method in class oracle.rules.sdk2.dictionary.DictionaryObject
search the parent chain for an object that correspondes to specified type.
getParentComponent() - Method in class oracle.rules.sdk2.dictionary.DictionaryObject
get parent dictionary component
getParentComponentTable() - Method in class oracle.rules.sdk2.dictionary.DictionaryObject
get parent dictionary component table
getParentDimensionNode() - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
Get parent DimensionNode, i.e., the node above this DimensionNode from the previous Dimension
getParentObject() - Method in class oracle.rules.sdk2.dictionary.DictionaryObject
Get the immediate parent object
getParentTable() - Method in class oracle.rules.sdk2.datamodel.ModelComponent
Get parent ModelComponentTable Object
getParentTable() - Method in class oracle.rules.sdk2.ruleset.RuleComponent
Get parent RuleComponentTable Object
getParserLib() - Method in class oracle.rules.sdk2.datamodel.SchemaBrowser
 
getParseTree() - Method in class oracle.rules.rl.RuleSession.ParsedRulesetInfo
 
getPath() - Method in class oracle.rules.sdk2.datamodel.ClassBrowser.FailedClasspathAdd
 
getPath() - Method in class oracle.rules.sdk2.datamodel.SchemaBrowser.FailedSchemaAdd
 
getPaths() - Method in class oracle.rules.sdk2.repository.DictionaryLocator
Get the path names of dictionaries stored in the repository.
getPattern(int) - Method in class oracle.rules.sdk2.ruleset.RuleCommon
Shorthand for getPatternTable.getPattern(i)
getPatterns() - Method in class oracle.rules.sdk2.ruleset.RuleCommon
 
getPatternTable() - Method in class oracle.rules.sdk2.ruleset.RuleCommon
table containing the patterns for the rule
getPatternTableProperty() - Method in class oracle.rules.sdk2.ruleset.RuleCommon
Get PatternTable Property.
getPoolableRuleSession() - Method in class oracle.rules.rl.extensions.pool.RuleSessionPool
Gets a RuleSession poolable object to the pool.
getPooledObject() - Method in class oracle.rules.rl.extensions.pool.PoolableObject
Gets the pooled object.
getPoolID() - Method in class oracle.rules.rl.extensions.pool.PoolableObject
Gets the ID of the pool that this poolable object was obtained from.
getPrefix(String) - Method in class oracle.rules.sdk2.repository.DictionaryLocator
Extract the path that upto the /oracle/rules directory from the specified path.
getPrefixLinkedNamesProperty() - Method in class oracle.rules.sdk2.dictionary.DictionaryLink
Get PrefixLinkedNames Property.
getPresentationName() - Method in class oracle.rules.sdk2.dictionary.UndoableEdit
 
getPrevious() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Get Previous (lower) DictionaryComponent in parent table
getPreviousName() - Method in interface oracle.rules.sdk2.repository.RepositoryChange
For a RENAME, get the previous name of the dictionary.
getPrimitiveTypes() - Method in class oracle.rules.sdk2.datamodel.CombinedDataModel
Get all primitive FactTypes inside the data model.
getPrincipal() - Method in class oracle.rules.sdk2.repository.RepositoryContext
Get the principal
getPriority() - Method in interface oracle.rules.rl.Rule
Returns the rule priority.
getPriority() - Method in class oracle.rules.rl.trace.ActivationData
Gets the value of the priority property.
getPriority() - Method in class oracle.rules.sdk2.ruleset.RuleCommon
Get a String containing a priority level or a negative or positive integer.
getPriorityOptions() - Method in class oracle.rules.sdk2.ruleset.RuleCommon
get list of predefined priority levels highest = 3000 higher = 2000 high = 1000 medium = 0 low = -1000 lower = -2000 lowest = -3000
getPriorityProperty() - Method in class oracle.rules.sdk2.ruleset.RuleCommon
Get Priority Property.
getPrivateBucketSetProperty() - Method in class oracle.rules.sdk2.decisiontable.Dimension
Get PrivateBucketSet Property.
getProperties() - Method in class oracle.rules.rl.RLClass
Get all RLPropertys implemented by this RLClass or a superclass
getProperties() - Method in class oracle.rules.rl.trace.BeanObject
Gets the value of the properties property.
getProperties() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPoint
Return all properties accessible by the DecisionPointInstance
getProperties() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
Return all properties accessible by the DecisionPointInstance
getProperties() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
Return the map of properties local to this DecisionPointInstance.
getProperties() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
getProperties() - Method in class oracle.rules.sdk2.repository.RepositoryContext
Get all properties
getProperty(String) - Method in class oracle.rules.rl.RLClass
Get property implemented by this RLClass or a superclass by name
getProperty(String) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPoint
Return a single property value
getProperty(String) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
Return a single property value
getProperty(String) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
Return a property value of the given name.
getProperty(String) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
getPropertyName() - Method in class oracle.rules.sdk2.dictionary.PropertyTranslator.Key
 
getPropertyName() - Method in exception oracle.rules.sdk2.exception.SDKException
if the exception applies to a property of the Dictionary Object, return its name.
getPropertyNames() - Method in interface oracle.rules.sdk2.dictionary.UnnamedComponent
 
getPropertyTable() - Method in class oracle.rules.sdk2.datamodel.FactType
Get all the bean properties of the Java fact type
getPropertyTableProperty() - Method in class oracle.rules.sdk2.datamodel.FactType
Get PropertyTable Property
getPropertyValue(String, Locale, Object) - Method in class oracle.rules.sdk2.exception.ResourceManager
 
getPropertyValue(String, Locale) - Method in class oracle.rules.sdk2.exception.ResourceManager
 
getPropertyValue(String) - Method in class oracle.rules.sdk2.repository.RepositoryContext
Get value of a property
getPropertyValue(String, Locale, Object) - Method in class oracle.rules.tools.migrator.ResourceManager
 
getProtoType() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
 
getQName() - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionFact
Get the QName to use when marshalling the XML Fact Type as input or output elements.
getQName() - Method in class oracle.rules.sdk2.datamodel.JaxbFactType
 
getReadableBeanProperties() - Method in class oracle.rules.sdk2.datamodel.FactType
 
getReclaimed() - Method in class oracle.rules.rl.extensions.pool.RuleSessionPool
Returns the total number of RuleSession objects that have been reclaimed.
getRedoPresentationName() - Method in class oracle.rules.sdk2.dictionary.UndoableEdit
 
getReferences() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Get the DOIDs referenced by this component (but not the contained components)
getReferences() - Method in class oracle.rules.sdk2.dictionary.DictionaryObject
Get all DOIDs referenced by this Component and IDTable properties, but does not include contained dictonary components.
getReferences() - Method in class oracle.rules.sdk2.dictionary.IDTable
 
getReferences() - Method in class oracle.rules.sdk2.ruleset.Action
 
getReferences() - Method in class oracle.rules.sdk2.ruleset.Expression
 
getReferences() - Method in class oracle.rules.sdk2.ruleset.ExprParser
 
getRefID() - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionRuleSet
 
getRegisteredRepositoryType(String) - Static method in class oracle.rules.sdk2.repository.RepositoryManager
Get a RepositoryType by its key name
getRegisteredRepositoryTypes() - Static method in class oracle.rules.sdk2.repository.RepositoryManager
Returns a List of known repository types.
getRepositoryContext() - Method in interface oracle.rules.sdk2.repository.RuleRepository
Get the context for this repository.
getRepositoryType() - Method in interface oracle.rules.sdk2.repository.RuleRepository
Get the rule repository type.
getResource(String, Locale) - Method in class oracle.rules.sdk2.exception.ResourceManager
 
getResource(String, Locale) - Method in class oracle.rules.tools.migrator.ResourceManager
 
getResourceBundle() - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Get the name of the user resource bundle for UserTranslatedPropertys.
getResourceBundleControl() - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Get the user resource bundle control for TranslatedPropertys.
getResult() - Method in interface oracle.rules.rl.IncrementalAggregate
 
getResult() - Method in class oracle.rules.sdk2.datamodel.Function.TestResult
 
getResultID() - Method in class oracle.rules.sdk2.ruleset.ExprParser
 
getResults() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
Get the NamedValue results of executing this decision point
getResultToken() - Method in class oracle.rules.sdk2.ruleset.Expression
 
getRetired() - Method in class oracle.rules.rl.extensions.pool.RuleSessionPool
Returns the total number of RuleSession objects that have been retired because the usage exceeded the specified maximum usage for a RuleSession.
getReturnExpressionTableSize() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
 
getReturnExpressionTableSize() - Method in class oracle.rules.sdk2.datamodel.Function
 
getReturnExpressionTableSize() - Method in class oracle.rules.sdk2.ruleset.RuleCommon
 
getRight() - Method in class oracle.rules.sdk2.ruleset.SimpleTest
Short for getExpressionTableProperty().getValue().get(1)
getRightSeparator() - Method in class oracle.rules.sdk2.ruleset.SimpleTest
 
getRLClass() - Method in class oracle.rules.rl.RLObject
Get the RLClass of this RLObject.
getRLClassType() - Method in class oracle.rules.rl.RLProperty
Get the RLClass of a property that references an RLClass object.
getRLFactTypes() - Method in class oracle.rules.sdk2.datamodel.CombinedDataModel
Get all RL FactTypes inside the data model
getRoot() - Method in class oracle.rules.sdk2.ruleset.RuleCommon
Return the first pattern, creating if needed
getRootMessage() - Method in exception oracle.rules.sdk2.exception.SDKException
Method to get root exception message.
getRule(String) - Method in interface oracle.rules.rl.Ruleset
Returns a Rule instance for the named rule.
getRule(int) - Method in class oracle.rules.sdk2.ruleset.RuleSet
Get the Rule at the given index
getRuleAdministrator() - Method in class oracle.rules.jsr94.RLRuleServiceProvider
Get a RuleAdministrator instance.
getRuleByID(DOID) - Method in class oracle.rules.sdk2.ruleset.RuleSet
Get the Rule with the given ID
getRuleByName(String) - Method in class oracle.rules.sdk2.ruleset.RuleSet
Get the Rule with the given name
getRuleEngineState(TraceEntry) - Method in class oracle.rules.rl.extensions.trace.TraceAnalysis
 
getRuleFiringLimit() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
Get limit on how many rules can fire.
getRuleFiringLimitErrorProperty() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
get RuleFiringLimitError Property.
getRuleFiringLimitOptions() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
get Rule firing limit options ("unlimited") User can also enter a positive integer.
getRuleFiringLimitProperty() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
get RuleFiringLimit Property.
getRuleMatchedFacts(RuleTrace) - Method in class oracle.rules.rl.extensions.trace.TraceAnalysis
Get a list of traces for the facts that matched resulting in the rule trace.
getRuleName() - Method in class oracle.rules.rl.trace.ActivationData
Gets the value of the ruleName property.
getRuleName() - Method in class oracle.rules.rl.trace.RuleCompilationTrace
Gets the value of the ruleName property.
getRuleRuntime() - Method in class oracle.rules.jsr94.RLRuleServiceProvider
Get a RuleRuntime instance.
getRules() - Method in class oracle.rules.jsr94.admin.RLTextSource
Get an object that provides access to the rule sets.
getRules() - Method in class oracle.rules.jsr94.admin.RLUrlSource
Get an object that provides access to the rule sets.
getRules() - Method in interface oracle.rules.jsr94.admin.RuleSource
Gain access to the rules available via this rule source.
getRules() - Method in class oracle.rules.jsr94.admin.Sdk2FileRepositorySource
Get an object that provides access to the rule sets.
getRules() - Method in class oracle.rules.jsr94.admin.Sdk2MDSRepositorySource
Get an object that provides access to the rule sets.
getRules() - Method in class oracle.rules.rl.extensions.trace.TraceAnalysis
Get a list of the rules that appear in the trace.
getRules() - Method in interface oracle.rules.rl.Ruleset
Returns a map of the rules defined in this ruleset.
getRuleSession() - Method in class oracle.rules.rl.RLClass
Get the RuleSession that defines this RLClass
getRuleset() - Method in interface oracle.rules.rl.Rule
Returns the Ruleset instance for the ruleset this rule is defined in.
getRuleset(String) - Method in class oracle.rules.rl.RuleSession
Returns the Ruleset for the ruleset with the specified name.
getRuleSet() - Method in class oracle.rules.sdk2.dictionary.DictionaryObject
Get the RuleSet containing this dictionary object.
getRuleSet(String) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Get the ruleset by alias from this dictionary
getRuleSetAlias() - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionRuleSet
 
getRuleSetAliases(boolean) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Get a List of RuleSet Aliases that are currently stored in in the RuleDictionary.
getRulesetName() - Method in class oracle.rules.rl.extensions.trace.FiredRulesInRulesetGroup
Get the name of the ruleset.
getRulesetName() - Method in class oracle.rules.rl.RuleSession
Get the name of the implicit ruleset for top level definitions (default is "main").
getRulesetName() - Method in class oracle.rules.rl.trace.RulesetStackTrace
Gets the value of the rulesetName property.
getRuleSetOptions() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
Deprecated. use #getDecisionFunctionRuleSetTable().getPrototype().getRuleSetOptions()
getRuleSetOptions() - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionRuleSet
 
getRuleSetOptions() - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Get rulesets in dictionary (and linked dictionaries) as an option list
getRuleSetProperty() - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionRuleSet
Get RuleSet Property.
getRulesets() - Method in class oracle.rules.jsr94.admin.Sdk2FileRepositorySource
Get the names of the rule sets to load from the dictionary.
getRulesets() - Method in class oracle.rules.jsr94.admin.Sdk2MDSRepositorySource
Get the names of the rule sets to load from the dictionary.
getRulesets() - Method in class oracle.rules.rl.RuleSession
Returns a Map containig a String,Ruleset key,value pair for each ruleset defined in this RuleSession.
getRuleSets() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
get all the rulesets referenced directly or indirectly by this decision function (including referenced decision functions) Duplicates are eliminated.
getRuleSets(boolean) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Get a List of RuleSets that are currently stored in in the RuleDictionary.
getRuleSets(String) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Get the rulesets by alias from this dictionary and linked dictionaries.
getRulesetStack() - Method in class oracle.rules.rl.extensions.trace.RuleEngineState
Get the ruleset stack.
getRulesetStack() - Method in class oracle.rules.rl.trace.RulesetStackTrace
Gets the value of the rulesetStack property.
getRuleSetTable() - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Get the ruleset table.
getRuleSetTableProperty() - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Get RuleSetTable Property.
getRuleSheetTable() - Method in class oracle.rules.sdk2.ruleset.RuleSet
Get the table of rule sheets (decision tables) used to access and rearrange rule sheets in the RuleSet.
getRuleSheetTableProperty() - Method in class oracle.rules.sdk2.ruleset.RuleSet
Get RuleSheetTable Property.
getRuleTable() - Method in class oracle.rules.sdk2.ruleset.RuleSet
Get the table of rules used to access and rearrange rules in the RuleSet.
getRuleTableProperty() - Method in class oracle.rules.sdk2.ruleset.RuleSet
Get RuleTable Property.
getRuleTrace() - Method in class oracle.rules.rl.extensions.trace.RuleFiredGroup
Get the RuleTrace for the rule that fired.
getRuleTraces(String) - Method in class oracle.rules.rl.extensions.trace.TraceAnalysis
Get a list of the rule traces for the named rule.
getRunAfter() - Method in class oracle.rules.sdk2.decisiontable.DTRule
Get RunAfter.
getRunAfterProperty() - Method in class oracle.rules.sdk2.decisiontable.DTRule
Get RunAfter Property (list of rules that this rule runs after)
getRunBefore() - Method in class oracle.rules.sdk2.decisiontable.DTRule
Get RunBefore.
getRunBeforeProperty() - Method in class oracle.rules.sdk2.decisiontable.DTRule
Get RunBefore Property (list of rules that this rule runs before)
getSandboxName() - Method in interface oracle.rules.sdk2.repository.RepositoryChange
Get the sandbox name.
getSchemaFile() - Method in interface oracle.rules.sdk2.datamodel.xml.XML2ObjModel
 
getSchemaPath() - Method in class oracle.rules.sdk2.datamodel.SchemaBrowser
Return an array of schema paths (each entry created by a previous addSchemaPath invocation).
getSchemaPath() - Method in interface oracle.rules.sdk2.datamodel.xml.XML2ObjModel
 
getSchemaPathRoot() - Method in class oracle.rules.sdk2.datamodel.SchemaBrowser
 
getSeconds(Duration) - Static method in class oracle.rules.rl.extensions.Duration
Get the seconds from the duration as a BigDecimal.
getSeconds(XMLGregorianCalendar) - Static method in class oracle.rules.rl.extensions.XMLDate
Get the seconds from the date/time as a BigDecimal.
getSelected() - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
 
getSelected(String) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Returns the index of the selected option in the list returned by getOptions().
getSelectionByIndex(int) - Method in class oracle.rules.sdk2.dictionary.ChoiceList
Given an index of a selection from an SDK2 option list, get the parsed selection from this ChoiceList
getSequenceNumber() - Method in class oracle.rules.rl.trace.RuleTrace
Gets the value of the sequenceNumber property.
getServiceConfiguration() - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
 
getServiceName() - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
get name of decision service exposing this dictionary's decision functions
getServiceNamespace() - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
 
getSetid() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointInputs
Gets the value of the setid property.
getSharedBucketSetOptions() - Method in class oracle.rules.sdk2.decisiontable.Dimension
 
getSharedBucketSetProperty() - Method in class oracle.rules.sdk2.decisiontable.Dimension
Get SharedBucketSet Property.
getSharedBucketSetSelected() - Method in class oracle.rules.sdk2.decisiontable.Dimension
 
getShort(RLObject) - Method in class oracle.rules.rl.RLProperty
Get short property.
getShowConstants() - Method in class oracle.rules.sdk2.ruleset.Expression
Get Show constants in ValueOptions
getShowFunctions() - Method in class oracle.rules.sdk2.ruleset.Expression
Get Show functions and methods in ValueOptions
getShowVariables() - Method in class oracle.rules.sdk2.ruleset.Expression
Get Show variables in ValueOptions
getSimpleTestLeft(int) - Method in class oracle.rules.sdk2.ruleset.Pattern
Shorthand for getSimpleTestTable.getSimpleTest(i).getLeft()
getSimpleTestOperator(int) - Method in class oracle.rules.sdk2.ruleset.Pattern
Shorthand for getSimpleTestTable.getSimpleTest(i).getOperator()
getSimpleTestRight(int) - Method in class oracle.rules.sdk2.ruleset.Pattern
Shorthand for getSimpleTestTable.getSimpleTest(i).getRight()
getSimpleTestTable() - Method in class oracle.rules.sdk2.ruleset.Action
 
getSimpleTestTable() - Method in class oracle.rules.sdk2.ruleset.Pattern
Get the table of tests for this Pattern.
getSimpleTestTable() - Method in class oracle.rules.sdk2.ruleset.RuleCommon
Get the SimpleTestTable for the non-Advanced Mode rule or DT
getSimpleTestTable() - Method in class oracle.rules.sdk2.ruleset.SimpleTest
Get the nested table of SimpleTests.
getSimpleTestTableProperty() - Method in class oracle.rules.sdk2.ruleset.Action
Get SimpleTestTable Property.
getSimpleTestTableProperty() - Method in class oracle.rules.sdk2.ruleset.Pattern
Get SimpleTestTable Property.
getSimpleTestTableProperty() - Method in class oracle.rules.sdk2.ruleset.SimpleTest
Get SimpleTestTable Property.
getSize() - Method in class oracle.rules.rl.extensions.pool.RuleSessionPool
Returns the number of poolable RuleSession objects associated with this pool.
getSoftMaximumSize() - Method in class oracle.rules.rl.extensions.pool.RuleSessionPool
Returns the soft maximum size for this pool.
getSource() - Method in exception oracle.rules.rl.exceptions.RLException
Get the input source of this exception
getSource() - Method in class oracle.rules.sdk2.datamodel.FactType
Get where the fact type is imported from.
getSourceOutputDir() - Method in class oracle.rules.sdk2.datamodel.SchemaBrowser
 
getSourceProperty() - Method in class oracle.rules.sdk2.datamodel.FactType
Get Source Property
getSQLToJavaType(int) - Static method in class oracle.rules.sdk2.datamodel.AdfBcFactTypeHelper
 
getStackTraceAsString() - Method in exception oracle.rules.sdk2.exception.SDKException
 
getState() - Method in class oracle.rules.sdk2.dictionary.DictionaryObject
 
getStatelessProperty() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
Get Stateless Property.
getStaticFields() - Method in class oracle.rules.sdk2.datamodel.FactType
Get all the static fields inside the java fact type
getString() - Method in class oracle.rules.rl.trace.PropertyValue
Gets the value of the string property.
getStringValue() - Method in class oracle.rules.sdk2.dictionary.IDTableProperty
Get the string value of the table
getStringValueOptions() - Method in class oracle.rules.sdk2.dictionary.IDTableProperty
Get the options for the string values of the table
getSuperclass() - Method in class oracle.rules.rl.RLClass
Get superclass
getSuperClass() - Method in class oracle.rules.sdk2.datamodel.FactType
Get alias of the super class of the current class.
getSuperClass() - Method in class oracle.rules.sdk2.datamodel.PrimitiveFactType
 
getSuperClassID() - Method in class oracle.rules.sdk2.datamodel.FactType
Get ID of the super class of the current class.
getSuperClassID() - Method in class oracle.rules.sdk2.datamodel.PrimitiveFactType
 
getSuperClassOptions() - Method in class oracle.rules.sdk2.datamodel.FactType
Get super class options.
getSuperClassProperty() - Method in class oracle.rules.sdk2.datamodel.FactType
Get SuperClass Property
getSuperClassSelected() - Method in class oracle.rules.sdk2.datamodel.FactType
Get the index of the selected value for the super class options.
getSupportXPath() - Method in class oracle.rules.sdk2.datamodel.JavaFactType
Whether the Java class can be used in a XPath Expression
getSupportXPath() - Method in class oracle.rules.sdk2.datamodel.RLFactType
Deprecated.  
getSurroundingFormChoices(List<Action>) - Static method in class oracle.rules.sdk2.ruleset.Action
 
getSurroundingFormOptions(List<Action>) - Static method in class oracle.rules.sdk2.ruleset.Action
 
getSurroundingFormOptions(List<Action>, boolean) - Static method in class oracle.rules.sdk2.ruleset.Action
 
getSurroundingFormOptions(List<Pattern>) - Static method in class oracle.rules.sdk2.ruleset.Pattern
 
getSurroundingFormOptions(List<SimpleTest>) - Static method in class oracle.rules.sdk2.ruleset.SimpleTest
 
getSymbols() - Method in class oracle.rules.rl.RuleSession.ParsedRulesetInfo
 
getSynopsis() - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Get a synopsis of the dictionary contents.
getTarget() - Method in class oracle.rules.sdk2.ruleset.Action
 
getTargetID() - Method in class oracle.rules.sdk2.ruleset.Action
 
getTargetOptions() - Method in class oracle.rules.sdk2.ruleset.Action
 
getTargetPackage() - Method in class oracle.rules.sdk2.datamodel.JaxbFactType
 
getTargetPackage() - Method in class oracle.rules.sdk2.datamodel.SchemaBrowser.FailedSchemaAdd
 
getTargetProperty() - Method in class oracle.rules.sdk2.ruleset.Action
Get Target Property.
getTargetSelected() - Method in class oracle.rules.sdk2.ruleset.Action
 
getTestExcludedBucketsProperty() - Method in class oracle.rules.sdk2.decisiontable.BucketSet
Get TestExcludedBuckets Property.
getTestForm() - Method in class oracle.rules.sdk2.ruleset.Pattern
get type of test associated with the Pattern.
getTestFormOptions() - Method in class oracle.rules.sdk2.ruleset.Pattern
 
getTestFormProperty() - Method in class oracle.rules.sdk2.ruleset.Pattern
Get TestForm Property.
getTestFormSelected() - Method in class oracle.rules.sdk2.ruleset.Pattern
 
getText() - Method in class oracle.rules.jsr94.admin.RLTextSource
Get the RL text.
getTimestamp() - Method in class oracle.rules.rl.trace.TraceEntry
Gets the value of the timestamp property.
getTimestamp() - Method in class oracle.rules.sdk2.datamodel.JavaFactType
Get Last modified time of the source XML Schema
getTimeStamp() - Method in class oracle.rules.sdk2.exception.MessageInfo
Returns the Time of creation of Message/Exception
getTimezone(XMLGregorianCalendar) - Static method in class oracle.rules.rl.extensions.XMLDate
Get the timezone from the dateTime as a duration.
getToken() - Method in class oracle.rules.sdk2.ruleset.ExprParser.Token
Returns the value of the token.
getTokens() - Method in class oracle.rules.sdk2.exception.MessageInfo
 
getTokens() - Method in exception oracle.rules.sdk2.exception.SDKException
 
getTokens() - Method in class oracle.rules.sdk2.ruleset.ExprParser
 
getTokenTime() - Method in class oracle.rules.rl.trace.ActivationData
Gets the value of the tokenTime property.
getTokenUnderCursor() - Method in class oracle.rules.sdk2.ruleset.Expression
If the cursor is in a token or white space preceeding the token, returns a description of the token.
getTopLevelAdfBcFactTypeNames() - Method in class oracle.rules.sdk2.datamodel.FactTypeTable
Deprecated. 
getTopLevelAdfBcFactTypes() - Method in class oracle.rules.sdk2.datamodel.FactTypeTable
Deprecated. 
getTotalStats() - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
Return a String with the numbers of each type of first class object migrateed.
getTraceEntries() - Method in class oracle.rules.rl.trace.DecisionTrace
Gets the value of the traceEntries property.
getTraceGroups() - Method in class oracle.rules.rl.extensions.trace.TraceAnalysis
 
getTransaction() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
Returns the transaction object to be used by this decision point instance.
getTranslatedAlias(DictionaryObject) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Get translated alias of DictionaryComponent relative to context.
getTranslatedAlias() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Get translated alias of DictionaryComponent.
getTranslatedAliasByID(DOID) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Get translated alias by ID
getTranslatedDescription() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Get translated description of dictionary component.
getTranslatedDiffValue() - Method in class oracle.rules.sdk2.dictionary.ChoosableProperty
 
getTranslatedName(RuleDictionary) - Method in interface oracle.rules.sdk2.dictionary.Choice
Deprecated. use #getName(true)
getTranslatedOptions() - Method in class oracle.rules.sdk2.decisiontable.DimensionNode.ValuesProperty
Get the translated values for the property
getTranslatedOptions() - Method in class oracle.rules.sdk2.dictionary.ChoosableProperty
 
getTranslatedOptions() - Method in class oracle.rules.sdk2.dictionary.TranslatedProperty
Get the translated values for the property
getTranslatedOptions() - Method in class oracle.rules.sdk2.ruleset.Action.FormProperty
 
getTranslatedValue() - Method in class oracle.rules.sdk2.decisiontable.DimensionNode.ValuesProperty
Get translated property value.
getTranslatedValue() - Method in class oracle.rules.sdk2.dictionary.AliasRefProperty
Get translated property value.
getTranslatedValue(RuleDictionary) - Method in interface oracle.rules.sdk2.dictionary.Choice
Deprecated. use #getValue(true) or Choice.getTranslatedValue()
getTranslatedValue() - Method in interface oracle.rules.sdk2.dictionary.Choice
Get the translated value of the choice, or null if none.
getTranslatedValue() - Method in class oracle.rules.sdk2.dictionary.ChoosableProperty
Subclasses should override.
getTranslatedValue() - Method in class oracle.rules.sdk2.dictionary.TranslatedProperty
Get translated property value.
getTranslatedValue() - Method in class oracle.rules.sdk2.dictionary.UserTranslatedProperty
Get translated property value.
getTranslatedValue() - Method in class oracle.rules.sdk2.ruleset.Action.FormProperty
 
getTranslatedValue() - Method in class oracle.rules.sdk2.ruleset.Action.TargetProperty
 
getTranslatedValue() - Method in class oracle.rules.sdk2.ruleset.Expression.ExpressionValueProperty
Get translated property value.
getTranslatedValue() - Method in class oracle.rules.sdk2.ruleset.Pattern.FactPathProperty
 
getTranslatedValue() - Method in class oracle.rules.sdk2.ruleset.SimpleTest.OperatorProperty
 
getTranslation(DOID, String) - Method in class oracle.rules.sdk2.dictionary.PropertyTranslator
get translation of property of dictionary component
getTranslation(String) - Method in class oracle.rules.sdk2.dictionary.StringTranslator
get translation for given string
getTranslation(String[]) - Method in class oracle.rules.sdk2.dictionary.StringTranslator
 
getTreeModeProperty() - Method in class oracle.rules.sdk2.ruleset.RuleCommon
Get TreeMode Property.
getTreeProperty() - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionFact
Get Tree Property.
getTreeViewFacts() - Method in class oracle.rules.rl.extensions.trace.RuleEngineState
Get a list of the root fact traces for the state of working memory calculated from the trace.
getType() - Method in class oracle.rules.rl.RLProperty
get the Class of a primitive or Java type property
getType() - Method in interface oracle.rules.sdk2.datamodel.Callable
Get alias of the return type
getType() - Method in class oracle.rules.sdk2.datamodel.Constructor
Implement the callable interface.
getType() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
 
getType() - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionFact
 
getType() - Method in class oracle.rules.sdk2.datamodel.Method
Get alias of the return type of the method.
getType() - Method in class oracle.rules.sdk2.datamodel.TypedComponent
Get alias of the type of the definition.
getType() - Method in interface oracle.rules.sdk2.dictionary.Choice
Get the data type of the choice
getType(boolean) - Method in interface oracle.rules.sdk2.dictionary.Choice
Get the data type of the choice
getType() - Method in interface oracle.rules.sdk2.repository.RepositoryChange
Get the type of change.
getType() - Method in class oracle.rules.sdk2.ruleset.ExprParser.Token
 
getType() - Method in class oracle.rules.sdk2.ruleset.Token
 
getTypeID() - Method in interface oracle.rules.sdk2.datamodel.Callable
Get alias of the return type
getTypeID() - Method in class oracle.rules.sdk2.datamodel.Constructor
 
getTypeID() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
 
getTypeID() - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionFact
 
getTypeID() - Method in class oracle.rules.sdk2.datamodel.Method
Get ID of the return type of the method.
getTypeID() - Method in class oracle.rules.sdk2.datamodel.TypedComponent
Get ID of the type of the definition.
getTypeID() - Method in interface oracle.rules.sdk2.dictionary.Choice
get the Dictionary Object ID (DOID) of the type of this Choice
getTypeID() - Method in class oracle.rules.sdk2.ruleset.ExprParser.Token
Get the ID of the Type of this token.
getTypeIDs() - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionFact
 
getTypeIDs() - Method in class oracle.rules.sdk2.datamodel.FormalParameter
 
getTypeIDs() - Method in class oracle.rules.sdk2.datamodel.OverloadedParameter
Get ID of the type of the definition.
getTypeIDs() - Method in interface oracle.rules.sdk2.datamodel.Parameter
 
getTypeName() - Method in class oracle.rules.sdk2.datamodel.AdfBcFactTypeDescriptor
 
getTypeName() - Method in class oracle.rules.sdk2.datamodel.Method
Get Name of the type of the definition.
getTypeName() - Method in class oracle.rules.sdk2.datamodel.TypedComponent
Get Name of the type of the definition.
getTypeName() - Method in class oracle.rules.sdk2.decisionpoint.MetadataHelper.DFParm
 
getTypeNames() - Method in class oracle.rules.sdk2.datamodel.OverloadedParameter
Get Names of the types of the overloaded parameter.
getTypeOptions() - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionFact
 
getTypeOptions() - Method in class oracle.rules.sdk2.datamodel.TypedComponent
Get type options.
getTypeProperty() - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionFact
Get Type Property.
getTypeProperty() - Method in class oracle.rules.sdk2.datamodel.TypedComponent
Get Type Property.
getTypes() - Method in class oracle.rules.sdk2.datamodel.OverloadedParameter
Get aliases of the types of the overloaded parameter.
getTypeSelected() - Method in class oracle.rules.sdk2.datamodel.TypedComponent
Get the index of the selected value for the property type options.
getUndoPresentationName() - Method in class oracle.rules.sdk2.dictionary.UndoableEdit
 
getUnqualifiedName(String) - Static method in class oracle.rules.sdk2.dictionary.Util
 
getUnsavedTranslations() - Method in class oracle.rules.sdk2.dictionary.PropertyTranslator
get a list of (key, value1, value2) objects.
getUpdateNumber() - Method in class oracle.rules.sdk2.datamodel.DataModel
 
getUrl() - Method in class oracle.rules.jsr94.admin.RLUrlSource
Get the URL specification.
getUsage() - Method in class oracle.rules.rl.extensions.pool.PoolableObject
Gets the count of the number of times this poolable object was obtained from the pool.
getUsage() - Method in class oracle.rules.rl.extensions.pool.RuleSessionPool
Returns the total number of times a poolable RuleSession has been acquired from this pool.
getUsingWhereClause() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.ViewObjectRef
Gets the value of the usingWhereClause property.
getValue() - Method in class oracle.rules.rl.trace.BeanProperty
Gets the value of the value property.
getValue() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPoint.NamedValue
 
getValue() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointResults
Gets the value of the value property.
getValue() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.SimpleDecisionPointInput
Gets the value of the value property.
getValue() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.ViewObjectRef.KeyValues.Key
Gets the value of the value property.
getValue(boolean) - Method in class oracle.rules.sdk2.decisiontable.DimensionNode.ValuesProperty
Get property value, optionally translated
getValue() - Method in interface oracle.rules.sdk2.dictionary.Choice
Get the value of the choice, suitable for input to SettableProperty.setValue(T)
getValue(boolean) - Method in interface oracle.rules.sdk2.dictionary.Choice
Get the value of the choice
getValue() - Method in class oracle.rules.sdk2.dictionary.DictionaryProperty
Get property value.
getValue() - Method in class oracle.rules.sdk2.dictionary.IDTableProperty.Diff
 
getValue() - Method in class oracle.rules.sdk2.dictionary.SettableProperty.Diff
Get the value of the diff -- the value that differs from getContainingProperty().getValue()
getValue(boolean) - Method in class oracle.rules.sdk2.dictionary.TranslatedProperty
Get property value, optionally translated
getValue(boolean) - Method in class oracle.rules.sdk2.dictionary.UserTranslatedProperty
Get optionally translated property value.
getValue() - Method in class oracle.rules.sdk2.ruleset.Expression
returns the String value of the Expression
getValue(boolean) - Method in class oracle.rules.sdk2.ruleset.Expression
get optionally translated value short for getValueProperty().getValue(translate)
getValue(boolean) - Method in class oracle.rules.sdk2.ruleset.Pattern.VariableProperty
 
getValue() - Method in class oracle.rules.sdk2.ruleset.Token
 
getValueOptions() - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
 
getValueOptions() - Method in class oracle.rules.sdk2.ruleset.Expression
get some options for an expression value appropriate in this context
getValueProperty() - Method in class oracle.rules.sdk2.ruleset.Expression
Get Value Property.
getValues() - Method in class oracle.rules.rl.trace.ArrayValue
Gets the value of the values property.
getValues() - Method in class oracle.rules.rl.trace.CollectionValue
Gets the value of the values property.
getValues() - Method in class oracle.rules.sdk2.decisiontable.BucketSet
Get the bucket set as an array of bucket names Excluded buckets are not shown.
getValues() - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
Get dimension values of DimensionNode.
getValuesAsString(String[]) - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
Get possibly multiple values as a comma separated String
getValueSelected() - Method in class oracle.rules.sdk2.ruleset.Expression
 
getValuesFromString(String) - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
Parse possibly multiple values from comma separated string
getValuesFromString(String, boolean) - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
Parse possibly multiple values from comma separated string
getValuesFromString(String, List<String>, List<String>) - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
Parse possibly multiple values from comma separated string
getValuesFromString(String, List<String>, List<String>, boolean) - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
Parse possibly multiple values from comma separated string
getValuesProperty() - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
Get Values Property
getVariable(String) - Method in class oracle.rules.rl.RuleSession
Returns the value of the specified RL global variable.
getVariable() - Method in class oracle.rules.sdk2.ruleset.Action
 
getVariable() - Method in class oracle.rules.sdk2.ruleset.Aggregate
 
getVariable() - Method in class oracle.rules.sdk2.ruleset.Expression
Deprecated. Use Expression.getMutableVariable()
getVariable() - Method in class oracle.rules.sdk2.ruleset.Pattern
 
getVariable(boolean) - Method in class oracle.rules.sdk2.ruleset.Pattern
 
getVariable() - Method in class oracle.rules.sdk2.ruleset.SimpleTest
 
getVariableByAlias(String) - Method in class oracle.rules.sdk2.datamodel.CombinedDataModel
Get a global variable by alias
getVariableByAlias(String, boolean) - Method in class oracle.rules.sdk2.datamodel.CombinedDataModel
 
getVariableOptions() - Method in class oracle.rules.sdk2.ruleset.Expression
Deprecated. Use Expression.getMutableVariableOptions()
getVariableProperty() - Method in class oracle.rules.sdk2.ruleset.Action
Get Variable Property.
getVariableProperty() - Method in class oracle.rules.sdk2.ruleset.Pattern
Get Variable Property.
getVariableProperty() - Method in class oracle.rules.sdk2.ruleset.SimpleTest
Get Variable Property.
getVariableRL() - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionFact
 
getVariables() - Method in class oracle.rules.sdk2.datamodel.CombinedDataModel
Get all global variables inside the data model
getVariableSelected() - Method in class oracle.rules.sdk2.ruleset.Expression
Deprecated. Use Expression.getMutableVariableSelected()
getVariableTable() - Method in class oracle.rules.sdk2.datamodel.DataModel
Get the global variable table
getVariableTableProperty() - Method in class oracle.rules.sdk2.datamodel.DataModel
Get VariableTable Property.
getVersionInfo() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent.Diff
Get the versionInfo associated with this Diff
getVersionInfo() - Method in class oracle.rules.sdk2.dictionary.DictionaryProperty.Diff
Get the versionInfo associated with this Diff
getViewDefName() - Method in class oracle.rules.sdk2.decisionpoint.ViewDefDescriptor.Dimension
 
getViewDefName() - Method in class oracle.rules.sdk2.decisionpoint.ViewDefDescriptor
 
getViewObject() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
Return the view object to use for this DecisionPointInstance
getViewObjectLoader() - Method in class oracle.rules.sdk2.decisionpoint.ViewObjectReference
 
getViewObjectLoader() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.ViewObjectRef
Gets the value of the viewObjectLoader property.
getViewObjectName() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.SimpleDecisionPointInput
Gets the value of the viewObjectName property.
getViewObjectRef() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointInputs.Data
Gets the value of the viewObjectRef property.
getViewObjectReference() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
Return the view object reference to use for this DecisionPointInstance
getViewRowImpl() - Method in class oracle.rules.sdk2.decisionpoint.ActionType
 
getVisibilityFilter() - Method in class oracle.rules.sdk2.ruleset.RuleSet
 
getVisibleProperty() - Method in class oracle.rules.sdk2.datamodel.ModelComponent
Get Visible Property.
getWarnings(boolean) - Method in class oracle.rules.sdk2.dictionary.DictionaryObject
get Warnings associated with this dictionary object or its descendants.
getWarnings(boolean) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
 
getWebServiceProperty() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
Get WebService Property.
getWrapperSignature() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
Deprecated. No replacement.
getWritableBeanProperties() - Method in class oracle.rules.sdk2.datamodel.FactType
 
getXMLName() - Method in class oracle.rules.sdk2.datamodel.FactType
 
getXMLName() - Method in class oracle.rules.sdk2.datamodel.JaxbFactType
Get the corresponding XML tag name
getXMLName() - Method in class oracle.rules.sdk2.datamodel.JaxbNode
 
getXSDLocation() - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
return the imported xsds String.
getXSDOutputDir() - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
return the imported xsds String.
GLOBAL_TYPE_ID_PREFIX - Static variable in class oracle.rules.sdk2.dictionary.DOID
 

H

hasConflict() - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
whether the decision table has any unresolved conflicts
hasData() - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionFactTable
At least one type in the table requires a wrapper fact type.
hasDiff() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Does this component have any diffs with a non-null DiffType?
hasDiff() - Method in class oracle.rules.sdk2.dictionary.DictionaryProperty
Does this property have diffs?
hasError() - Method in class oracle.rules.sdk2.ruleset.ExprParser
 
hasExclusions() - Method in class oracle.rules.sdk2.decisiontable.BucketSet
does the bucketset have excluded buckets?
hasFactType() - Method in class oracle.rules.sdk2.ruleset.Pattern
Does the pattern have a fact type?
hasGroups() - Method in class oracle.rules.sdk2.ruleset.PatternTable
Used to tell if the PatternTable contains sub-tables.
hashCode() - Method in class oracle.rules.sdk2.datamodel.Node
 
hashCode() - Method in class oracle.rules.sdk2.dictionary.DictionaryObject
Handles for the same DictionaryObject have the same hash code
hashCode() - Method in class oracle.rules.sdk2.dictionary.PropertyTranslator.Key
 
hasNestedActions() - Method in class oracle.rules.sdk2.ruleset.Action
can this action's actionTable contain actions?
hasNoConflict() - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
whether the decision table has any conflicts resolved as "no conflict"
hasOtherwise() - Method in class oracle.rules.sdk2.decisiontable.BucketSet
Does the bucketset contain an otherwise bucket?
hasOverride() - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
whether the decision table has any conflicts resolved as override
hasRunBefore() - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
whether the decision table has any conflicts resolved as "run before"
hasTarget() - Method in class oracle.rules.sdk2.ruleset.Action
Does this form of action have a target?
HiddenPropertyException - Exception in oracle.rules.rl.exceptions
semantic error -- can't hide an exposed property or vice versa
higherPrecedence(String, String) - Static method in class oracle.rules.sdk2.ruleset.ExprParser
Determine whether op1 has higher precedence than op2.
hoursBetween(XMLGregorianCalendar, XMLGregorianCalendar) - Static method in class oracle.rules.rl.extensions.Duration
Returns the difference between the two dates in hours.
hoursBetween(Calendar, Calendar) - Static method in class oracle.rules.rl.extensions.Duration
Returns the difference between the two dates in hours.
hoursBetween(XMLGregorianCalendar, Calendar) - Static method in class oracle.rules.rl.extensions.Duration
Returns the difference between the two dates in hours.
hoursBetween(Calendar, XMLGregorianCalendar) - Static method in class oracle.rules.rl.extensions.Duration
Returns the difference between the two dates in hours.
hoursBetween(Timestamp, Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in hours.
hoursBetween(Timestamp, Calendar) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in hours.
hoursBetween(Calendar, Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in hours.
hoursBetween(Timestamp, XMLGregorianCalendar) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in hours.
hoursBetween(XMLGregorianCalendar, Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in hours.

I

ID - Variable in class oracle.rules.sdk2.dictionary.DictionaryChangeEvent.ObjectChange
 
ID_ATTR - Static variable in class oracle.rules.sdk2.dictionary.Util
 
IDTable<T extends DictionaryComponent> - Class in oracle.rules.sdk2.dictionary
An ID table is a List of DictionaryComponent IDs that provides a List<DictionaryComponent> interface similar to DictionaryComponentTable but does not contain the DictionaryComponents.
IDTable(DictionaryObject) - Constructor for class oracle.rules.sdk2.dictionary.IDTable
 
IDTableProperty<T extends DictionaryComponent> - Class in oracle.rules.sdk2.dictionary
 
IDTableProperty.Diff<T extends DictionaryComponent> - Class in oracle.rules.sdk2.dictionary
 
IMPLEMENTS - Static variable in class oracle.rules.sdk2.exception.Constants
 
importAdfBcFactType(RuleDictionary, String) - Static method in class oracle.rules.sdk2.decisionpoint.MetadataHelper
Creates a new ADF-BC fact type based on a given View Definition
importAdfBcFactTypes(RuleDictionary, List<String>) - Static method in class oracle.rules.sdk2.decisionpoint.MetadataHelper
Creates new ADF-BC fact types based on the given View Definitions
IMPORTED_FROM_CLASS - Static variable in class oracle.rules.sdk2.exception.Constants
 
importJavaFactTypes(RuleDictionary, List<String>) - Static method in class oracle.rules.sdk2.decisionpoint.MetadataHelper
Adds new fact types to the dictionary based on Java classes
IN_NAMESPACE - Static variable in class oracle.rules.sdk2.exception.Constants
 
IncrementalAggregate<Tin,Tout> - Interface in oracle.rules.rl
 
INDENT - Static variable in class oracle.rules.sdk2.dictionary.Util
Indentation unit used in toString and XML output
indexOf(List, Object) - Static method in class oracle.rules.rl.extensions.RL
Returns the ascending list of all integers, i>=0, such that list.get(i).equals(item).
indexOf(Object) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
get the index of the Object argument
indexOf(Object) - Method in class oracle.rules.sdk2.dictionary.IDTable
 
init() - Method in class oracle.rules.sdk2.datamodel.UnnamedModelComponent
 
init(boolean) - Method in class oracle.rules.sdk2.decisiontable.Bucket
 
init() - Method in class oracle.rules.sdk2.decisiontable.Bucket
initialize the bucket to default values.
init() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
initialize the dictionary component to default values for name/alias.
init(boolean) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
initialize the dictionary component to default values for name/alias.
init(RepositoryContext) - Method in interface oracle.rules.sdk2.repository.RuleRepository
Initialize the repository by passing security and configuration information.
init() - Method in class oracle.rules.sdk2.ruleset.UnnamedRuleComponent
 
INITIAL_FACT - Static variable in class oracle.rules.rl.extensions.trace.TraceAnalysis
 
INITIAL_SIZE - Static variable in class oracle.rules.rl.extensions.pool.RuleSessionPool
The default number of RuleSession instances created initially.
initialize() - Method in interface oracle.rules.rl.IncrementalAggregate
 
INNER_CLASS_SEP - Static variable in class oracle.rules.sdk2.datamodel.xml.RuleXMLConstants
 
INPUTS - Static variable in class oracle.rules.sdk2.exception.Constants
 
insert(int, String) - Method in class oracle.rules.sdk2.ruleset.Expression
Insert the given string at the given position of the Value.
insertBefore(List, int, Object) - Static method in class oracle.rules.rl.extensions.RL
Insert item before pos-th item in list.
INSTANCE - Static variable in class oracle.rules.sdk2.store.mds.Keys
The key for the MDS Instance name initialization parameter.
INT - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
INT - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
INTEGER_W - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
INTEGER_W - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
intersect(List...) - Static method in class oracle.rules.rl.extensions.RL
Intersect lists.
INTO_DEFAULT_TARGET_PACKAGE - Static variable in class oracle.rules.sdk2.exception.Constants
 
INTO_TARGET_PACKAGE - Static variable in class oracle.rules.sdk2.exception.Constants
 
intValue() - Method in class oracle.rules.sdk2.dictionary.DOID
Get the integer value of the identifier, or 0 if not a local or temp ID
InvalidFQNException - Exception in oracle.rules.sdk2.exception
 
InvalidFQNException(String, boolean) - Constructor for exception oracle.rules.sdk2.exception.InvalidFQNException
 
invalidReason - Variable in class oracle.rules.sdk2.dictionary.DictionaryChangeEvent.ObjectChange
 
InvocationException - Exception in oracle.rules.rl.exceptions
Semantic error -- bad function or method invocation for instance wrong number of arguments
invoke() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
Executes the decision function, marshalling its parameters to the rules engine and returning any values spooled back by the ActionType instances.
invoke(boolean) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
Executes the desired Decision Function, marshalling its parameters to the OBR rules engine and returning any values spooled back by the ActionType instances.
iriToUri(String) - Static method in class oracle.rules.rl.extensions.RL
 
IS_A - Static variable in class oracle.rules.sdk2.exception.Constants
 
IS_ABSTRACT - Static variable in class oracle.rules.sdk2.exception.Constants
 
IS_ENUM - Static variable in class oracle.rules.sdk2.exception.Constants
 
IS_FINAL - Static variable in class oracle.rules.sdk2.exception.Constants
 
IS_INTERFACE - Static variable in class oracle.rules.sdk2.exception.Constants
 
IS_THE - Static variable in class oracle.rules.sdk2.exception.Constants
 
IS_TOP_LEVEL_VIEW_OBJECT - Static variable in class oracle.rules.sdk2.exception.Constants
 
isAbstract() - Method in class oracle.rules.sdk2.datamodel.JavaFactType
Whether it is an abstract class
isAbstract() - Method in class oracle.rules.sdk2.datamodel.Modifiers
 
isActionSelected() - Method in class oracle.rules.sdk2.decisiontable.DTActionNode
Is Action Selected flag
isActive() - Method in interface oracle.rules.rl.Rule
Returns true if the rule is active.
isActive() - Method in class oracle.rules.sdk2.ruleset.RuleCommon
Returns value of the active property.
isActive() - Method in class oracle.rules.sdk2.ruleset.RuleSet
Returns value of the active property.
isAdfBc() - Method in class oracle.rules.sdk2.datamodel.FactType
 
isAdvancedMode() - Method in class oracle.rules.sdk2.ruleset.RuleCommon
is advanced mode set?
isAliasDistinct() - Method in class oracle.rules.sdk2.datamodel.Constructor
visible aliases are made distinct with DataModel.addJavaClass(java.lang.Class, boolean, java.lang.String[][], java.lang.String[][], java.lang.String[][], java.lang.String[][])
isAliasDistinct() - Method in class oracle.rules.sdk2.datamodel.FactType
 
isAliasDistinct() - Method in class oracle.rules.sdk2.datamodel.UnnamedModelComponent
 
isAliasDistinct() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
are the names in the containing DictionaryComponentTable distinct?
isAliasDistinct() - Method in interface oracle.rules.sdk2.dictionary.UnnamedComponent
 
isAliasDistinct() - Method in class oracle.rules.sdk2.ruleset.UnnamedRuleComponent
 
isAllowGaps() - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
Are gaps allowed during validation?
isAlwaysSelected() - Method in class oracle.rules.sdk2.decisiontable.DTAction
is this action always selected in the child DTActionNodes?
isArray() - Method in class oracle.rules.rl.RLClass
Test whether this RLClass is an array
isArray() - Method in class oracle.rules.sdk2.datamodel.FactType
Whether it is an array.
isArray() - Method in class oracle.rules.sdk2.datamodel.PrimitiveFactType
implement base class's abatract methods *
isArray() - Method in class oracle.rules.sdk2.dictionary.DOID
 
isAssignable() - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionFact
 
isAssignable() - Method in interface oracle.rules.sdk2.dictionary.Choice
can the choice be used as the target of an assignment?
isAssignableFrom(RLClass) - Method in class oracle.rules.rl.RLClass
Test whether given RLClass can be assigned to this RLClass
isAssignablePrefix() - Method in interface oracle.rules.sdk2.dictionary.Choice
can some ancestor of the choice be used as the target of an assignment?
isAutoCommit() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
 
isAutoConflictResolution() - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
Deprecated. use RuleSheet.getConflictPolicyProperty() and test if the value is RuleSheet.CONFLICT_AUTO_OVERRIDE
isAutoFocus() - Method in interface oracle.rules.rl.Rule
Returns the value of this rule's autofocus property.
isBucketSetShared() - Method in class oracle.rules.sdk2.decisiontable.Dimension
Is the BucketSet shared
isBuiltIn() - Method in class oracle.rules.sdk2.datamodel.Function
Whether the funtion is a RL built-in function or user-defined function
isBuiltin() - Method in class oracle.rules.sdk2.dictionary.DOID
 
isBuiltInOperator() - Method in class oracle.rules.sdk2.ruleset.SimpleTest
 
isByte(Number) - Static method in class oracle.rules.rl.extensions.RL
 
isCalendarType() - Method in class oracle.rules.sdk2.decisiontable.BucketSet
Is the type of the bucketset Calendar?
isCheckRuleFlow() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
is this decision function type-checked for rule flow?
isCollection(DOID) - Method in class oracle.rules.sdk2.datamodel.CombinedDataModel
 
isCollection() - Method in class oracle.rules.sdk2.datamodel.TypedComponent
Whether the type is Java Collection type.
isComparable(DOID) - Method in class oracle.rules.sdk2.datamodel.CombinedDataModel
 
isConstant() - Method in class oracle.rules.sdk2.ruleset.Expression
 
isCustomizable() - Method in class oracle.rules.sdk2.ruleset.Expression
is this expression customizable?
isCustomizable() - Method in class oracle.rules.sdk2.ruleset.RuleCommon
are the date effectivity properties customizable?
isCustomizable() - Method in class oracle.rules.sdk2.ruleset.RuleSet
are the date effectivity properties customizable?
isCustomizationMode() - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Is customization mode turned on?
isData() - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionFact
 
isDate(XMLGregorianCalendar) - Static method in class oracle.rules.rl.extensions.XMLDate
is the date a date?
isDateTime(XMLGregorianCalendar) - Static method in class oracle.rules.rl.extensions.XMLDate
is the date a dateTime?
isDateTimeStamp(XMLGregorianCalendar) - Static method in class oracle.rules.rl.extensions.XMLDate
is the date a dateTimeStamp?
isDayTimeDuration(Duration) - Static method in class oracle.rules.rl.extensions.Duration
is the xml duration a dayTimeDuration?
isDebug() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
Deprecated.  
isDecimal(Number) - Static method in class oracle.rules.rl.extensions.RL
 
isDiagLog() - Static method in class oracle.rules.sdk2.dictionary.Util
 
isEmpty() - Method in class oracle.rules.sdk2.datamodel.Node
 
isEmpty() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
isEmpty() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
return if the table is empty
isEmpty() - Method in class oracle.rules.sdk2.dictionary.IDTable
 
isEnum() - Method in class oracle.rules.sdk2.datamodel.FactType
 
isEnum() - Method in class oracle.rules.sdk2.datamodel.Field
Whether it is an enum field
isEnum() - Method in class oracle.rules.sdk2.datamodel.JavaFactType
Whether the Fact Type is Enum
isExcluded() - Method in class oracle.rules.sdk2.decisiontable.Bucket
Is this bucket excluded from the bucket set?
isExcluded(DictionaryObject, String, boolean) - Method in class oracle.rules.sdk2.decisiontable.BucketSet
 
isExecuteRL() - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointInputs
Gets the value of the executeRL property.
isFinal() - Method in class oracle.rules.sdk2.datamodel.Field
Whether it is a final field
isFinal() - Method in class oracle.rules.sdk2.datamodel.JavaFactType
Whether it is a final class
isFinal() - Method in class oracle.rules.sdk2.datamodel.Modifiers
 
isFinal() - Method in class oracle.rules.sdk2.datamodel.Variable
Whether the variable is final?
isFrozen() - Method in class oracle.rules.rl.RuleSession
Returns true if this RuleSession has been completely defined from a List of RL text.
isFullyQualifiedName() - Method in class oracle.rules.sdk2.datamodel.Constructor
Can a qualifed name be used to name this component?
isFullyQualifiedName() - Method in class oracle.rules.sdk2.datamodel.DataModel
 
isFullyQualifiedName() - Method in class oracle.rules.sdk2.datamodel.JavaFactType
 
isFullyQualifiedName() - Method in class oracle.rules.sdk2.datamodel.Method
Can a qualifed name be used to name this component?
isFullyQualifiedName() - Method in class oracle.rules.sdk2.datamodel.PrimitiveFactType
 
isFullyQualifiedName() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Can a qualifed name be used to name this component?
isFullyQualifiedName() - Method in class oracle.rules.sdk2.dictionary.DictionaryName
A dictionary has a qualified name.
isGlobal() - Method in interface oracle.rules.sdk2.dictionary.Choice
is this choice completely defined by the data model?
isGlobal() - Method in class oracle.rules.sdk2.dictionary.DOID
 
isHexBinary(Object) - Static method in class oracle.rules.rl.extensions.RL
hexBinary (byte[])
isID(String) - Static method in class oracle.rules.sdk2.dictionary.DOID
 
isIncluded() - Method in class oracle.rules.sdk2.decisiontable.Bucket
Is Endpoint Included
isInstance(RLObject) - Method in class oracle.rules.rl.RLClass
Test whether given RLObject is an instance of this RLClass
isInt(Number) - Static method in class oracle.rules.rl.extensions.RL
 
isInteger(Number) - Static method in class oracle.rules.rl.extensions.RL
 
isInterface() - Method in class oracle.rules.sdk2.datamodel.JavaFactType
Whether it is an interface
isJava() - Method in class oracle.rules.sdk2.dictionary.DOID
 
isJavaClass() - Method in class oracle.rules.sdk2.datamodel.FactType
 
isJavaIdentifier(String) - Static method in class oracle.rules.sdk2.dictionary.Util
 
isJaxb() - Method in class oracle.rules.sdk2.datamodel.FactType
 
isJAXB2() - Method in class oracle.rules.sdk2.datamodel.JaxbFactType
Whether the JAXB Fact Type is generated from JAXB2.0 or not
isLanguage(String) - Static method in class oracle.rules.rl.extensions.RL
 
isLatest() - Method in class oracle.rules.sdk2.decisiontable.DTRule
Is this rule the latest (last one added to the decision table)?
isList() - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionFact
 
isList() - Method in class oracle.rules.sdk2.decisionpoint.MetadataHelper.DFParm
 
isLiteral(Object) - Static method in class oracle.rules.rl.extensions.RL
Is the object a literal value?
isLocal() - Method in class oracle.rules.sdk2.dictionary.DOID
 
isLocked() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
Whether the table is locked (is readonly)
isLogical() - Method in class oracle.rules.sdk2.ruleset.RuleCommon
is the "logical" property set?
isLogWithStackTrace() - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
Gets the boolean property that controls if logging should log the stack trace of an exception.
isLong(Number) - Static method in class oracle.rules.rl.extensions.RL
 
isLoop() - Method in interface oracle.rules.rl.Rule
Returns the value of this rule's loop property.
isModified() - Method in class oracle.rules.sdk2.dictionary.DictionaryObject
 
isName(String) - Static method in class oracle.rules.rl.extensions.RL
 
isNameDistinct() - Method in class oracle.rules.sdk2.datamodel.Constructor
 
isNameDistinct() - Method in class oracle.rules.sdk2.datamodel.Function
 
isNameDistinct() - Method in class oracle.rules.sdk2.datamodel.UnnamedModelComponent
 
isNameDistinct() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
are the names in the containing DictionaryComponentTable distinct?
isNameDistinct() - Method in interface oracle.rules.sdk2.dictionary.UnnamedComponent
 
isNameDistinct() - Method in class oracle.rules.sdk2.ruleset.UnnamedRuleComponent
 
isNameValid(String) - Static method in class oracle.rules.sdk2.repository.DictionaryFQN
Checks if the dictionary name is valid
isNCName(String) - Static method in class oracle.rules.rl.extensions.RL
 
isNegativeInteger(Number) - Static method in class oracle.rules.rl.extensions.RL
 
isNested() - Method in class oracle.rules.sdk2.ruleset.SimpleTest
is this test nested, e.g. (...) or not(...)
isNMTOKEN(String) - Static method in class oracle.rules.rl.extensions.RL
 
isNonNegativeInteger(Number) - Static method in class oracle.rules.rl.extensions.RL
 
isNonPositiveInteger(Number) - Static method in class oracle.rules.rl.extensions.RL
 
isNormalizedString(String) - Static method in class oracle.rules.rl.extensions.RL
 
isNumeric() - Method in class oracle.rules.sdk2.dictionary.DOID
 
isOpen() - Method in class oracle.rules.sdk2.datamodel.Node
Indicate the status of of a node.
isOrderRulesByBucket() - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
whether rules in this DT are automatically ordered by bucket value
isOtherwise() - Method in class oracle.rules.sdk2.decisiontable.Bucket
Is this the special "otherwise" bucket?
isPackageValid(String) - Static method in class oracle.rules.sdk2.repository.DictionaryFQN
Checks if the dictionary package is valid
isParameterRequired() - Method in class oracle.rules.sdk2.ruleset.Expression
true if, according to the data model, this Expression must be supplied
isPositiveInteger(Number) - Static method in class oracle.rules.rl.extensions.RL
 
isPrefixLinkedNames() - Method in class oracle.rules.sdk2.dictionary.DictionaryLink
Get the PrefixLinkedNames Property for the linked dictionary.
isPrimitive() - Method in class oracle.rules.sdk2.datamodel.FactType
 
isPrimitive() - Method in class oracle.rules.sdk2.dictionary.DOID
 
isPrimitiveNumeric() - Method in class oracle.rules.sdk2.dictionary.DOID
 
isPrimitiveType() - Method in class oracle.rules.sdk2.datamodel.TypedComponent
Whether the type of the property is primitive (i.e. int, char, double etc.)?
isPrivate() - Method in class oracle.rules.sdk2.datamodel.Modifiers
 
isProtected() - Method in class oracle.rules.sdk2.datamodel.Modifiers
 
isPublic() - Method in class oracle.rules.sdk2.datamodel.Modifiers
 
isQualified() - Method in interface oracle.rules.sdk2.dictionary.Choice
Is the value of this choice qualified by the value of this choice's parent?
isRange() - Method in class oracle.rules.sdk2.decisiontable.Bucket
 
isRange() - Method in class oracle.rules.sdk2.decisiontable.BucketSet
is the bucketset a range bucketset?
isReadable() - Method in class oracle.rules.sdk2.datamodel.Property
Whether it is a readable property.
isRemovable() - Method in class oracle.rules.sdk2.decisiontable.Bucket
Is this bucket removable?
isRequiredInitProperty(String) - Method in class oracle.rules.sdk2.repository.RepositoryType
Test whether an initialization property is required or optional
isReturnTypePrimitive() - Method in class oracle.rules.sdk2.datamodel.Function
Whether the return type of the function is primitive (i.e. int, char, double etc.)?
isReturnTypePrimitive() - Method in class oracle.rules.sdk2.datamodel.Method
Whether the return type of the method is primitive (i.e. int, char, double etc.)?
isRLClass() - Method in class oracle.rules.sdk2.datamodel.FactType
 
isRuleFiringLimitError() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
true if reaching the rule firing limit is an error, false otherwise.
isSandboxSupported() - Method in class oracle.rules.sdk2.repository.SandboxAccess
Check if this repository has a sandbox feature.
isSelectable() - Method in interface oracle.rules.sdk2.dictionary.Choice
is the Choice selectable?
isSelected() - Method in interface oracle.rules.rl.XLink
Internal use only.
isSelectionComplete(String...) - Method in class oracle.rules.sdk2.dictionary.ChoiceList
is the selection a complete selection?
isSelectionComplete(List<String>) - Method in class oracle.rules.sdk2.dictionary.ChoiceList
 
isSensitiveInitProperty(String) - Method in class oracle.rules.sdk2.repository.RepositoryType
Test whether an initialization property is sensitive or not.
isShort(Number) - Static method in class oracle.rules.rl.extensions.RL
 
isSignificant() - Method in class oracle.rules.sdk2.dictionary.UndoableEdit
 
isStale(String, String) - Method in interface oracle.rules.sdk2.repository.RuleRepository
Check if a newer version of a dictionary is available.
isStale(DictionaryFQN) - Method in interface oracle.rules.sdk2.repository.RuleRepository
Check if a newer version of a dictionary is available.
isStateless() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
is this decision function stateless (RuleSession can be returned to pool)?
isStatic() - Method in class oracle.rules.sdk2.datamodel.Field
Whether it is a static field
isStatic() - Method in class oracle.rules.sdk2.datamodel.Method
Whether the method is static
isStatic() - Method in class oracle.rules.sdk2.datamodel.Modifiers
 
isStatic() - Method in interface oracle.rules.sdk2.dictionary.Choice
is the choice a Java static member?
isSubset(String[], String[]) - Static method in class oracle.rules.sdk2.dictionary.Util
Tells whether the first array is a proper subset of the second
isSupportsXPathEnabled() - Method in class oracle.rules.rl.RuleSession
Returns true if "supports xpath" is enabled (the default).
isSupportsXPathEnabled() - Method in class oracle.rules.sdk2.datamodel.DataModel
Returns true if "supports xpath" is fully enabled (the default).
isSystem() - Method in class oracle.rules.sdk2.datamodel.Variable
 
isSystemProperty(String) - Static method in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
isTemp() - Method in class oracle.rules.sdk2.dictionary.DOID
 
isTestable() - Method in interface oracle.rules.sdk2.dictionary.Choice
Can the choice be used in a rule test?
isTestEnabled() - Method in class oracle.rules.sdk2.datamodel.Function
Should the UI enable the "Test" button?
isTestExcludedBuckets() - Method in class oracle.rules.sdk2.decisiontable.BucketSet
should excluded bucket values be allowed in tests or DT condition cells?
isTime(XMLGregorianCalendar) - Static method in class oracle.rules.rl.extensions.XMLDate
is the date a time?
isToken(String) - Static method in class oracle.rules.rl.extensions.RL
 
isTransactionInProgress() - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
 
isTree() - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionFact
 
isTree() - Method in class oracle.rules.sdk2.decisionpoint.MetadataHelper.DFParm
 
isTreeMode() - Method in class oracle.rules.sdk2.ruleset.RuleCommon
is tree mode set?
isUnsavedTranslatedAlias() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Is the translated alias unsaved?
isUnsavedTranslatedDescription() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Is the translated desciption unsaved?
isUnsignedByte(Number) - Static method in class oracle.rules.rl.extensions.RL
 
isUnsignedInt(Number) - Static method in class oracle.rules.rl.extensions.RL
 
isUnsignedLong(Number) - Static method in class oracle.rules.rl.extensions.RL
 
isUnsignedShort(Number) - Static method in class oracle.rules.rl.extensions.RL
 
isUsingPeers() - Method in class oracle.rules.rl.extensions.pool.RuleSessionPool
 
isUsingWhereClause() - Method in class oracle.rules.sdk2.decisionpoint.ViewObjectReference
 
isValid() - Method in interface oracle.rules.rl.IncrementalAggregate
 
isValid() - Method in class oracle.rules.rl.RuleSession
Returns true if this RuleSession is valid.
isValid() - Method in class oracle.rules.sdk2.datamodel.DataModel
is the data model valid?
isValid() - Method in class oracle.rules.sdk2.dictionary.DOID
 
isValid() - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
is the dictionary valid?
isValid() - Method in class oracle.rules.sdk2.ruleset.RuleCommon
is the rule valid?
isValid() - Method in class oracle.rules.sdk2.ruleset.RuleSet
is the rule set valid?
isValidClassPath(String) - Static method in class oracle.rules.sdk2.datamodel.DMUtil
 
isValidDirectory(String) - Static method in class oracle.rules.sdk2.datamodel.DMUtil
 
isValidPath(String) - Static method in class oracle.rules.sdk2.datamodel.DMUtil
 
isValidString(String) - Static method in class oracle.rules.sdk2.datamodel.DMUtil
 
isValueRequired(Expression) - Method in class oracle.rules.sdk2.ruleset.Action
 
isVisibilityFilterEnabled() - Method in class oracle.rules.sdk2.ruleset.RuleSet
 
isVisible() - Method in interface oracle.rules.sdk2.datamodel.Callable
 
isVisible() - Method in class oracle.rules.sdk2.datamodel.ModelComponent
Every element is visible by default, could be set to invisible.
isVisible() - Method in class oracle.rules.sdk2.ruleset.Pattern
 
isVisible() - Method in class oracle.rules.sdk2.ruleset.RuleCommon
Is the rule or DT visible according the containing ruleset's visibility filter?
isVisible() - Method in class oracle.rules.sdk2.ruleset.SimpleTest
Should this test be rendered in the current mode?
isVisibleFact() - Method in class oracle.rules.sdk2.datamodel.FactType
 
isVisibleType() - Method in class oracle.rules.sdk2.datamodel.FactType
 
isWebService() - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
is this decision function to be exposed as a web service?
isWritable() - Method in class oracle.rules.sdk2.datamodel.Property
Whether it is a writable property.
isWriteablePath(String) - Static method in class oracle.rules.sdk2.datamodel.DMUtil
 
isWSDL() - Method in interface oracle.rules.sdk2.datamodel.xml.XML2ObjModel
 
isXSData() - Method in class oracle.rules.sdk2.dictionary.DOID
 
isYearMonthDuration(Duration) - Static method in class oracle.rules.rl.extensions.Duration
is the xml duration a yearMonthDuration?
isZipOrJar(String) - Static method in class oracle.rules.sdk2.datamodel.DMUtil
 
iterator() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
 
iterator() - Method in class oracle.rules.sdk2.dictionary.IDTable
 

J

JAVA - Static variable in class oracle.rules.sdk2.datamodel.FactType
Forms
JAVA_DATE - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
JAVA_TYPE_ID_PREFIX - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
JAVACLASSPATH_MODIFIED - Static variable in class oracle.rules.sdk2.dictionary.DictionaryChangeEvent
 
JavaDate - Class in oracle.rules.rl.extensions
 
JavaDate() - Constructor for class oracle.rules.rl.extensions.JavaDate
 
JavaException - Exception in oracle.rules.rl.exceptions
Runtime error -- an invoked Java method threw an exception.
JavaException(String, String, Object[], Throwable) - Constructor for exception oracle.rules.rl.exceptions.JavaException
Constructor.
JavaFactType - Class in oracle.rules.sdk2.datamodel
public and primary Java Fact Type
JavaNode - Class in oracle.rules.sdk2.datamodel
Provide a Table containing all nodes (classes or packages) that are currently exposed by a class browser
JavaNode(NodeTable, JavaComponent) - Constructor for class oracle.rules.sdk2.datamodel.JavaNode
 
JAXB - Static variable in class oracle.rules.sdk2.datamodel.FactType
 
JAXBELEMENT_CLASSNAME - Static variable in class oracle.rules.sdk2.datamodel.xml.RuleXMLConstants
 
JaxbFactType - Class in oracle.rules.sdk2.datamodel
Represent a Jaxb Class
JaxbNode - Class in oracle.rules.sdk2.datamodel
Represent a Jaxb class in the hierarchy of JPackages and JaxbNode classes that is created by a SchemaBrowser instance.
JClassNode - Class in oracle.rules.sdk2.datamodel
Represents a Java class in the hierarchy of Java classes and Java Packages.
JPackageNode - Class in oracle.rules.sdk2.datamodel
Provide a Node representing a Java Package.

K

key(String) - Static method in class oracle.rules.sdk2.dictionary.PropertyTranslator
return the Key for the key String from the resource bundle
key(DOID, String) - Static method in class oracle.rules.sdk2.dictionary.PropertyTranslator
return the Key for the dictionary component id and property name
key - Variable in class oracle.rules.sdk2.dictionary.PropertyTranslator.KVV
 
KeyChain - Class in oracle.rules.sdk2.decisionpoint
KeyChain is a helper class used to transmit dimension keys to ActionType instances.
KeyChain(KeyChain) - Constructor for class oracle.rules.sdk2.decisionpoint.KeyChain
 
KeyedActionType - Class in oracle.rules.sdk2.decisionpoint
Action Type interfact to be implemented by Applications Developers.
KeyedActionType() - Constructor for class oracle.rules.sdk2.decisionpoint.KeyedActionType
 
Keys - Class in oracle.rules.sdk2.store.jar
Repository connection and initialization parameter keys for the file RepositoryConnection.
Keys() - Constructor for class oracle.rules.sdk2.store.jar.Keys
 
Keys - Class in oracle.rules.sdk2.store.mds
Repository connection and initialization parameter keys for the MDS RepositoryConnection.
Keys() - Constructor for class oracle.rules.sdk2.store.mds.Keys
 
keySet() - Method in class oracle.rules.sdk2.datamodel.Node
 
keySet() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
KEYWORD_DO - Static variable in class oracle.rules.sdk2.ruleset.Action
 
KEYWORD_THEN - Static variable in class oracle.rules.sdk2.ruleset.Action
 

L

lastIndexOf(Object) - Method in class oracle.rules.sdk2.dictionary.IDTable
 
list(Object...) - Static method in class oracle.rules.rl.extensions.RL
Make a list from the arguments
LIST - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
LIST - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
listIterator() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
 
listIterator(int) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
 
listIterator() - Method in class oracle.rules.sdk2.dictionary.IDTable
Not Supported
listIterator(int) - Method in class oracle.rules.sdk2.dictionary.IDTable
Not Supported
listSandboxes() - Method in class oracle.rules.sdk2.repository.SandboxAccess
Get a list of the names of existing sandboxes.
load(RuleSession, String) - Static method in class oracle.rules.sdk2.datamodel.AdfBcFactTypeDescriptor
Load an AdfBcFactTypeDescriptor instance from an RL global session variable.
load(String, RuleSession, String) - Static method in class oracle.rules.sdk2.datamodel.AdfBcFactTypeDescriptor
 
load() - Method in class oracle.rules.sdk2.datamodel.JaxbNode
load the Class recursivley (Jaxb generated class) into the datamodel.
load(boolean) - Method in class oracle.rules.sdk2.datamodel.JaxbNode
load the Class (Jaxb generated class) into the datamodel.
load() - Method in class oracle.rules.sdk2.datamodel.JClassNode
load the class represented by this Node into the current DataModel.
load() - Method in class oracle.rules.sdk2.datamodel.JPackageNode
load all Classes (JClassNode's or JaxbNode's) into the datamodel.
load() - Method in class oracle.rules.sdk2.datamodel.Node
 
load(ViewObjectReference, DecisionPointInstance) - Method in class oracle.rules.sdk2.decisionpoint.impl.ViewLoaderImpl
Default implementation of VO data load.
load(ViewObjectReference, DecisionPointInstance) - Method in interface oracle.rules.sdk2.decisionpoint.ViewLoader
 
load(String, String) - Method in interface oracle.rules.sdk2.repository.RuleRepository
Load a dictionary from the repository.
load(DictionaryFQN) - Method in interface oracle.rules.sdk2.repository.RuleRepository
Load a dictionary from the repository.
loadDictionary(File) - Static method in class oracle.rules.sdk2.decisionpoint.MetadataHelper
Loads a dictionary from the specified File using UTF-8 decoding.
loadDictionary(File, DictionaryFinder) - Static method in class oracle.rules.sdk2.decisionpoint.MetadataHelper
Loads a dictionary from the specified File using UTF-8 decoding.
loadDictionary(DictionaryFQN) - Method in class oracle.rules.sdk2.repository.DictionaryLoader
Load a RuleDictionary.
loadJboRow(RuleSession, Row, Map<String, AdfBcFactTypeDescriptor>) - Static method in class oracle.rules.sdk2.datamodel.AdfBcFactTypeHelper
 
loadJboRow(RuleSession, Row, KeyChain, Map<String, AdfBcFactTypeDescriptor>) - Static method in class oracle.rules.sdk2.datamodel.AdfBcFactTypeHelper
Load an RLObject instance from a JBO datarow, using metadata stored in an RL global object variable.
loadNode(int) - Method in class oracle.rules.sdk2.datamodel.NodeTable
load the specified node into the data model.
loadNode(String) - Method in class oracle.rules.sdk2.datamodel.NodeTable
load the specified node into the data model.
loadOrCreateDictionary(String) - Static method in class oracle.rules.sdk2.decisionpoint.MetadataHelper
Loads a dictionary from file path parameter if it exists, or creates a new RuleDictionary with the un-suffixed name of the file, but does not write it to the disk (e.g., the path "/scratch/Foo.rules" will create a a dictionary with the name "Foo".
loadOrCreateDictionary(String, DictionaryFinder) - Static method in class oracle.rules.sdk2.decisionpoint.MetadataHelper
Loads a dictionary from file path parameter if it exists, or creates a new RuleDictionary with the un-suffixed name of the file, but does not write it to the disk (e.g., the path "/scratch/Foo.rules" will create a a dictionary with the name "Foo".
loadViewObjectRow(RuleSession, ViewObject) - Static method in class oracle.rules.sdk2.datamodel.AdfBcFactTypeHelper
Load a single row represented by a view object.
loadViewObjectRows(RuleSession, ViewObject) - Static method in class oracle.rules.sdk2.datamodel.AdfBcFactTypeHelper
Load all view object rows and convert them into RLObjects for use by the rules engine.
LOCAL_TYPE_ID_PREFIX - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
log(Level, SDKException) - Static method in class oracle.rules.sdk2.dictionary.Util
 
log(Level, String) - Static method in class oracle.rules.sdk2.dictionary.Util
 
LogicalOutOfBoundsException - Exception in oracle.rules.rl.exceptions
Semantic error -- rule logical clause is greater than the number of supporting expressions.
LONG - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
LONG - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
LONG_W - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
LONG_W - Static variable in class oracle.rules.sdk2.dictionary.DOID
 

M

main(String[]) - Static method in class oracle.rules.tools.migrator.MigrateRuleRepository
Migration of a repository may be invoked by main.
makeLegalName(String) - Static method in class oracle.rules.sdk2.dictionary.Util
 
mark(int[]) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
Mark the rows with the given indexes
MARKER_DESC - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
MAX - Static variable in class oracle.rules.sdk2.ruleset.Aggregate
 
maxRuleIndex() - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
return maximum rule index of rules including this node.
MDS_SESSION - Static variable in class oracle.rules.sdk2.store.mds.Keys
The key for an MDSSession to use.
MemberException - Exception in oracle.rules.rl.exceptions
Semantic error -- the RL Type or Java Class has no such (public) member.
merge() - Method in class oracle.rules.sdk2.decisiontable.Dimension
Merge all DimensionNodes in this Dimension so that no node has a sibling.
merge(boolean) - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
Deprecated. use DimensionNode.merge(), DimensionNode.compact(), or DimensionNode.span()
merge() - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
Merge all child DimensionNodes and actions.
merge(DimensionNode) - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
Merge with sibling DimensionNode.
merge(boolean) - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
Deprecated. use RuleSheet.compact()
merge(List<DimensionNode>, boolean) - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
Deprecated. use #merge(List), #compact(List), or #span(List)
merge(List<DimensionNode>) - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
Merge the dimension nodes.
MessageInfo - Class in oracle.rules.sdk2.exception
Message Information About SDKException.
MetadataHelper - Class in oracle.rules.sdk2.decisionpoint
 
MetadataHelper.DFParm - Class in oracle.rules.sdk2.decisionpoint
DFParm is a struct representing parameter options for decision functions.
MetadataHelper.DFParm(String, String) - Constructor for class oracle.rules.sdk2.decisionpoint.MetadataHelper.DFParm
 
MetadataHelper.DFParm(String, String, boolean, boolean) - Constructor for class oracle.rules.sdk2.decisionpoint.MetadataHelper.DFParm
 
Method - Class in oracle.rules.sdk2.datamodel
Represent a public Java method
METHODS - Static variable in class oracle.rules.sdk2.exception.Constants
 
MethodTable - Class in oracle.rules.sdk2.datamodel
A list of public methods
migrate() - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
 
MIGRATE_ALL - Static variable in class oracle.rules.tools.migrator.MigrateRuleRepository
Value used to indicate all.
MigrateRuleRepository - Class in oracle.rules.tools.migrator
Migrate an SDK1 format repository to a SDK2 format repository.
MigrateRuleRepository() - Constructor for class oracle.rules.tools.migrator.MigrateRuleRepository
Migrates an SDK1 Oracle Rules Repository to SDK2 format.
migrateSingleDictionary() - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
Deprecated. 
MigrationException - Exception in oracle.rules.tools.migrator
This exception will contain the root cause exception generated by the oracle.rules.sdk or oracle.rules.sdk2 packages.
MigrationException(String) - Constructor for exception oracle.rules.tools.migrator.MigrationException
 
MigrationException(String, Exception) - Constructor for exception oracle.rules.tools.migrator.MigrationException
 
MigrationMessageInfo - Class in oracle.rules.tools.migrator
Message Information About Migration Messages.
millisecondsBetween(XMLGregorianCalendar, XMLGregorianCalendar) - Static method in class oracle.rules.rl.extensions.Duration
Returns the difference between the two dates in milliseconds.
millisecondsBetween(Calendar, Calendar) - Static method in class oracle.rules.rl.extensions.Duration
Returns the difference between the two dates in milliseconds.
millisecondsBetween(XMLGregorianCalendar, Calendar) - Static method in class oracle.rules.rl.extensions.Duration
Returns the difference between the two dates in milliseconds.
millisecondsBetween(Calendar, XMLGregorianCalendar) - Static method in class oracle.rules.rl.extensions.Duration
Returns the difference between the two dates in milliseconds.
millisecondsBetween(Timestamp, Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in milliseconds.
millisecondsBetween(Calendar, Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in milliseconds.
millisecondsBetween(Timestamp, Calendar) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in milliseconds.
millisecondsBetween(XMLGregorianCalendar, Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in milliseconds.
millisecondsBetween(Timestamp, XMLGregorianCalendar) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in milliseconds.
MIN - Static variable in class oracle.rules.sdk2.ruleset.Aggregate
 
minRuleIndex() - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
return minimum rule index of rules including this node.
minutesBetween(Calendar, Calendar) - Static method in class oracle.rules.rl.extensions.Duration
Returns the difference between the two dates in minutes.
minutesBetween(XMLGregorianCalendar, XMLGregorianCalendar) - Static method in class oracle.rules.rl.extensions.Duration
Returns the difference between the two dates in minutes.
minutesBetween(XMLGregorianCalendar, Calendar) - Static method in class oracle.rules.rl.extensions.Duration
Returns the difference between the two dates in minutes.
minutesBetween(Calendar, XMLGregorianCalendar) - Static method in class oracle.rules.rl.extensions.Duration
Returns the difference between the two dates in minutes.
minutesBetween(Timestamp, Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in minutes.
minutesBetween(Timestamp, Calendar) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in minutes.
minutesBetween(Calendar, Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in minutes.
minutesBetween(Timestamp, XMLGregorianCalendar) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in minutes.
minutesBetween(XMLGregorianCalendar, Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in minutes.
mkDefaultPackageName(String, String) - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
Create a package name for SDK2 dictionaries.
ModelComponent - Class in oracle.rules.sdk2.datamodel
Base class for all elements in a data model.
ModelComponentTable<T extends ModelComponent> - Class in oracle.rules.sdk2.datamodel
Base class for all element tables in a data model
Modifiers - Class in oracle.rules.sdk2.datamodel
Modifiers: isStatic, isFinal, isPublic, isProtected, isPrivate?
Modifiers(DictionaryObject) - Constructor for class oracle.rules.sdk2.datamodel.Modifiers
 
Modifiers(DictionaryObject, int) - Constructor for class oracle.rules.sdk2.datamodel.Modifiers
 
monthsBetween(XMLGregorianCalendar, Calendar) - Static method in class oracle.rules.rl.extensions.Duration
Returns the difference between the two dates in months.
monthsBetween(Calendar, Calendar) - Static method in class oracle.rules.rl.extensions.Duration
Returns the difference between the two dates in months.
monthsBetween(XMLGregorianCalendar, XMLGregorianCalendar) - Static method in class oracle.rules.rl.extensions.Duration
Returns the difference between the two dates in months.
monthsBetween(Calendar, XMLGregorianCalendar) - Static method in class oracle.rules.rl.extensions.Duration
Returns the difference between the two dates in months.
monthsBetween(Timestamp, Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in months.
monthsBetween(Calendar, Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in months.
monthsBetween(Timestamp, Calendar) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in months.
monthsBetween(XMLGregorianCalendar, Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in months.
monthsBetween(Timestamp, XMLGregorianCalendar) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in months.
move(int, int, boolean) - Method in class oracle.rules.sdk2.decisiontable.DimensionTable
 
move(int, int, boolean) - Method in class oracle.rules.sdk2.decisiontable.DTRuleTable
 
move(int, int, boolean) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
Move the DictionaryComponent with the given id from its current location to the location of the second id.
move(int, boolean) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
Shift the entry defined by index either up or down one entry in the table.
MultipleDefinitionException - Exception in oracle.rules.rl.exceptions
Semantic error -- a name has been defined more than once.
MultipleInheritanceException - Exception in oracle.rules.rl.exceptions
Fact classes do not support multiple inheritance.
multiply(Duration, int) - Static method in class oracle.rules.rl.extensions.Duration
Multiply the given duration by a number
multiply(Duration, BigDecimal) - Static method in class oracle.rules.rl.extensions.Duration
Multiply the given duration by a number
mustBeAdvancedMode() - Method in class oracle.rules.sdk2.ruleset.RuleCommon
whether this rule or DT must be shown in advanced mode.
mustNotBeTreeMode() - Method in class oracle.rules.sdk2.ruleset.RuleCommon
 
mustPollForChanges() - Method in class oracle.rules.sdk2.dictionary.AbstractDictionaryFinder
Indicates whether this finder must be polled to determine if a dictionary has been updated.

N

NAMESPACE - Static variable in class oracle.rules.sdk2.store.mds.Keys
The key for the property that specifies the namespace to use.
newBuiltinID(String) - Static method in class oracle.rules.sdk2.dictionary.DOID
 
newGlobalID() - Static method in class oracle.rules.sdk2.dictionary.DOID
 
newInstance(RLClass, int) - Static method in class oracle.rules.rl.RLArray
Create new RL array instance.
newInstance() - Method in class oracle.rules.rl.RLClass
Deprecated. As of 11.1.1.0.0, replaced by RLClass.newInstance(RuleSession)
newInstance(RuleSession) - Method in class oracle.rules.rl.RLClass
create and return a new instance (RLObject) of this RLClass, initialized per the RL class defintion.
newInstance(RepositoryType, RepositoryContext) - Static method in class oracle.rules.sdk2.repository.DictionaryLocator
Create a DictionaryLocator instance for the repository type and configuration specified.
newInstance(RepositoryType, RepositoryContext) - Static method in class oracle.rules.sdk2.repository.SandboxAccess
Create a SandboxAccess instance for the repository type and configuration specified.
newJavaClassID(Class) - Static method in class oracle.rules.sdk2.dictionary.DOID
 
newJavaClassID(String) - Static method in class oracle.rules.sdk2.dictionary.DOID
 
newJavaConstructorID(Constructor) - Static method in class oracle.rules.sdk2.dictionary.DOID
 
newJavaFieldID(Class, Field) - Static method in class oracle.rules.sdk2.dictionary.DOID
 
newJavaMethodID(Class, Method) - Static method in class oracle.rules.sdk2.dictionary.DOID
 
newJavaPropertyID(Class, PropertyDescriptor) - Static method in class oracle.rules.sdk2.dictionary.DOID
 
newJavaPropertyID(String, String) - Static method in class oracle.rules.sdk2.dictionary.DOID
 
newLocalID(String) - Static method in class oracle.rules.sdk2.dictionary.DOID
 
newTempID(String) - Static method in class oracle.rules.sdk2.dictionary.DOID
 
nextTraceEntry(TraceEntry) - Method in class oracle.rules.rl.extensions.trace.TraceAnalysis
Return the trace entry immediately following the entry entry.
nil - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
NO_CONFLICT - Static variable in class oracle.rules.sdk2.exception.Constants
 
noConflict(DTRule) - Method in class oracle.rules.sdk2.decisiontable.DTRule
Move the conflicting rule to the noConflicts list.
Node - Class in oracle.rules.sdk2.datamodel
An abstract class that represents Nodes in a schema or class hierarchy.
NodeTable - Class in oracle.rules.sdk2.datamodel
Table containing all nodes (classes or packages) that are currently exposed by a class browser.
NONE - Static variable in class oracle.rules.sdk2.dictionary.Util
 
NONE - Static variable in class oracle.rules.sdk2.exception.Constants
 
NOT - Static variable in class oracle.rules.rl.extensions.trace.TraceAnalysis
 
NOT_IMPORTED - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
NOT_SELECTED - Static variable in class oracle.rules.sdk2.dictionary.Util
 
NULL - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
NULL - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
NUMBER - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
NUMBER - Static variable in class oracle.rules.sdk2.dictionary.DOID
 

O

OBJECT - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
OBJECT - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
OBJECT_ADDED - Static variable in class oracle.rules.sdk2.dictionary.DictionaryChangeEvent
 
OBJECT_DIFF - Static variable in class oracle.rules.sdk2.dictionary.DictionaryChangeEvent
The Diff status of the object (may have) changed.
OBJECT_FACTORY_CLASSNAME - Static variable in class oracle.rules.sdk2.datamodel.xml.RuleXMLConstants
 
OBJECT_INVALID - Static variable in class oracle.rules.sdk2.dictionary.DictionaryChangeEvent
 
OBJECT_REMOVED - Static variable in class oracle.rules.sdk2.dictionary.DictionaryChangeEvent
 
OBJECT_TYPE - Static variable in class oracle.rules.sdk2.datamodel.xml.RuleXMLConstants
 
OBJECT_UPDATED - Static variable in class oracle.rules.sdk2.dictionary.DictionaryChangeEvent
 
OBJECT_VALID - Static variable in class oracle.rules.sdk2.dictionary.DictionaryChangeEvent
 
ObjectFactory - Class in oracle.rules.rl.trace
This object contains factory methods for each Java content interface and Java element interface generated in the oracle.rules.rl.trace package.
ObjectFactory() - Constructor for class oracle.rules.rl.trace.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oracle.rules.rl.trace
ObjectFactory - Class in oracle.rules.sdk2.decisionpoint.wsfacts
This object contains factory methods for each Java content interface and Java element interface generated in the oracle.rules.sdk2.decisionpoint.wsfacts package.
ObjectFactory() - Constructor for class oracle.rules.sdk2.decisionpoint.wsfacts.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oracle.rules.sdk2.decisionpoint.wsfacts
ObjectFilter - Interface in oracle.rules.rl
A filter that passes objects according to specific filter implementation criteria.
ObjectTypeNames - Class in oracle.rules.sdk2.dictionary
Internationalization for (static) strings returned from the SDK Includes dictionary object names, FORMs, priorities, etc.
ObjectTypeNames() - Constructor for class oracle.rules.sdk2.dictionary.ObjectTypeNames
 
OF - Static variable in class oracle.rules.sdk2.exception.Constants
 
OF_FORM - Static variable in class oracle.rules.sdk2.exception.Constants
 
OPEN - Static variable in class oracle.rules.sdk2.datamodel.Node
 
open() - Method in class oracle.rules.sdk2.datamodel.Node
Mark this node as "opened".
openDict(RuleRepository, String, String) - Static method in class oracle.rules.tools.migrator.MigrateRuleRepository
open load the origin SDK1 version dictionary.
openNode(int) - Method in class oracle.rules.sdk2.datamodel.NodeTable
Open the specified node.
openNode(String) - Method in class oracle.rules.sdk2.datamodel.NodeTable
Open the specified node.
openOrCloseNode(String) - Method in class oracle.rules.sdk2.datamodel.NodeTable
Toggle the state of the Node entry specified by the fully qualiafied name of the entry.
OperationException - Exception in oracle.rules.rl.exceptions
Semantic error -- an operator is applied to the wrong type of argument
OPERATOR_ADD - Static variable in class oracle.rules.sdk2.dictionary.Util
 
OPERATOR_AGGREGATE - Static variable in class oracle.rules.sdk2.ruleset.Pattern
 
OPERATOR_ARITHMETIC - Static variable in class oracle.rules.sdk2.dictionary.Util
 
OPERATOR_DIVIDE - Static variable in class oracle.rules.sdk2.dictionary.Util
 
OPERATOR_EXP - Static variable in class oracle.rules.sdk2.dictionary.Util
 
OPERATOR_FOREACH - Static variable in class oracle.rules.sdk2.ruleset.Pattern
Use with Pattern Operator.
OPERATOR_LEFT_PAREN - Static variable in class oracle.rules.sdk2.dictionary.Util
 
OPERATOR_MOD - Static variable in class oracle.rules.sdk2.dictionary.Util
 
OPERATOR_MULTIPLY - Static variable in class oracle.rules.sdk2.dictionary.Util
 
OPERATOR_NONE - Static variable in class oracle.rules.sdk2.ruleset.Pattern
 
OPERATOR_NOT - Static variable in class oracle.rules.sdk2.dictionary.Util
 
OPERATOR_RIGHT_PAREN - Static variable in class oracle.rules.sdk2.dictionary.Util
 
OPERATOR_SOME - Static variable in class oracle.rules.sdk2.ruleset.Pattern
 
OPERATOR_SUBTRACT - Static variable in class oracle.rules.sdk2.dictionary.Util
 
OPERATOR_TEST - Static variable in class oracle.rules.sdk2.dictionary.Util
 
optimizeDimensionOrder() - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
Reorder Dimensions so that the DimensionNode tree has a "low" number of DimensionNodes.
OPTIONS - Static variable in class oracle.rules.sdk2.dictionary.Util
 
oracle.rules.jsr94 - package oracle.rules.jsr94
 
oracle.rules.jsr94.admin - package oracle.rules.jsr94.admin
 
oracle.rules.rl - package oracle.rules.rl
 
oracle.rules.rl.exceptions - package oracle.rules.rl.exceptions
 
oracle.rules.rl.extensions - package oracle.rules.rl.extensions
 
oracle.rules.rl.extensions.pool - package oracle.rules.rl.extensions.pool
 
oracle.rules.rl.extensions.trace - package oracle.rules.rl.extensions.trace
 
oracle.rules.rl.trace - package oracle.rules.rl.trace
Classes that define the content of a decision trace.
oracle.rules.sdk2.datamodel - package oracle.rules.sdk2.datamodel
A datamodel contains a list of Fact types, functions, global variables and constraints.
oracle.rules.sdk2.datamodel.xml - package oracle.rules.sdk2.datamodel.xml
 
oracle.rules.sdk2.decisionpoint - package oracle.rules.sdk2.decisionpoint
 
oracle.rules.sdk2.decisionpoint.impl - package oracle.rules.sdk2.decisionpoint.impl
 
oracle.rules.sdk2.decisionpoint.wsfacts - package oracle.rules.sdk2.decisionpoint.wsfacts
 
oracle.rules.sdk2.decisiontable - package oracle.rules.sdk2.decisiontable
A decision table is a RuleSheet and contents: DTRules, Dimensions, and DTActions.
oracle.rules.sdk2.dictionary - package oracle.rules.sdk2.dictionary
A rule dictionary contains a data model and a list of rule sets.
oracle.rules.sdk2.exception - package oracle.rules.sdk2.exception
 
oracle.rules.sdk2.extensions - package oracle.rules.sdk2.extensions
 
oracle.rules.sdk2.repository - package oracle.rules.sdk2.repository
 
oracle.rules.sdk2.ruleset - package oracle.rules.sdk2.ruleset
A ruleset contains a list of rules.
oracle.rules.sdk2.search - package oracle.rules.sdk2.search
 
oracle.rules.sdk2.store.jar - package oracle.rules.sdk2.store.jar
 
oracle.rules.sdk2.store.mds - package oracle.rules.sdk2.store.mds
 
oracle.rules.tools.migrator - package oracle.rules.tools.migrator
 
ORACLE_DATE - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
ORACLE_DURATION - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
OracleDate - Class in oracle.rules.sdk2.extensions
 
OracleDuration - Class in oracle.rules.sdk2.extensions
 
OTHERWISE - Static variable in class oracle.rules.sdk2.dictionary.Util
 
OUTDIR - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
OUTPUTS - Static variable in class oracle.rules.sdk2.exception.Constants
 
OverloadedParameter - Class in oracle.rules.sdk2.datamodel
Formal Parameter in a function
OverloadedParameterTable - Class in oracle.rules.sdk2.datamodel
A list of overloaded parameters
overriddenBy(DTRule) - Method in class oracle.rules.sdk2.decisiontable.DTRule
Move the conflicting rule to the OverriddenBy list.
override(DTRule) - Method in class oracle.rules.sdk2.decisiontable.DTRule
Move the conflicting rule to the Override list.
OVERRIDE - Static variable in class oracle.rules.sdk2.exception.Constants
 
OVERRIDEN_BY - Static variable in class oracle.rules.sdk2.exception.Constants
 

P

PA_DEC_FUNCTION_EXPECTED_ERROR - Static variable in class oracle.rules.sdk2.exception.Constants
 
PA_DECISION_POINT_NAME_EXPECTED_ERROR - Static variable in class oracle.rules.sdk2.exception.Constants
 
PA_DICTIONARY_EXPECTED_ERROR - Static variable in class oracle.rules.sdk2.exception.Constants
 
PA_FILENAME_EXPECTED_ERROR - Static variable in class oracle.rules.sdk2.exception.Constants
 
PA_NO_SUCH_DECISION_FUNCTION - Static variable in class oracle.rules.sdk2.exception.Constants
 
PA_NO_SUCH_DICTIONARY_IN_CLASSPATH_ERROR - Static variable in class oracle.rules.sdk2.exception.Constants
 
PA_NO_SUCH_FACT_TYPE - Static variable in class oracle.rules.sdk2.exception.Constants
 
PA_TRANSACTION_EXPECTED_ERROR - Static variable in class oracle.rules.sdk2.exception.Constants
 
PA_UNEXPECTED_EXCEPTION - Static variable in class oracle.rules.sdk2.exception.Constants
 
PACKAGE_SEP - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
Parameter - Interface in oracle.rules.sdk2.datamodel
Some common properties of OverloadedParameter and FormalParameter
PARAMETERS - Static variable in class oracle.rules.sdk2.exception.Constants
 
parentAction() - Method in class oracle.rules.sdk2.ruleset.RuleComponent
 
parentActionContext() - Method in class oracle.rules.sdk2.ruleset.RuleComponent
 
parentFunction() - Method in class oracle.rules.sdk2.ruleset.RuleComponent
 
parentPattern() - Method in class oracle.rules.sdk2.ruleset.RuleComponent
 
parentRule() - Method in class oracle.rules.sdk2.ruleset.RuleComponent
 
parentRuleCommon() - Method in class oracle.rules.sdk2.ruleset.RuleComponent
 
parentRuleSheet() - Method in class oracle.rules.sdk2.decisiontable.DTComponentTable
Get the containing rule sheet.
parentRuleSheet() - Method in class oracle.rules.sdk2.ruleset.RuleComponent
 
parentVariable() - Method in class oracle.rules.sdk2.ruleset.RuleComponent
 
parse(String) - Static method in class oracle.rules.sdk2.dictionary.DOID
parse a DOID from a string
parseCalendar(String, String) - Static method in class oracle.rules.sdk2.dictionary.Util
 
ParseException - Exception in oracle.rules.rl.exceptions
Syntax error -- thrown when parse errors are encountered.
ParseException() - Constructor for exception oracle.rules.rl.exceptions.ParseException
This constructor indicates an internal parser error.
ParseException(Token, int[][], String[]) - Constructor for exception oracle.rules.rl.exceptions.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException(String, int, int) - Constructor for exception oracle.rules.rl.exceptions.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String, int, int, Throwable) - Constructor for exception oracle.rules.rl.exceptions.ParseException
 
ParseException(String, String, Object[], int, int) - Constructor for exception oracle.rules.rl.exceptions.ParseException
 
ParseException(String, String, Object[], int, int, Throwable) - Constructor for exception oracle.rules.rl.exceptions.ParseException
 
parseNumber(String) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Parse a number.
parseRuleset(String) - Method in class oracle.rules.rl.RuleSession
Parse and return info about the given ruleset.
parseRuleset(Reader) - Method in class oracle.rules.rl.RuleSession
 
parseSelection(String) - Static method in class oracle.rules.sdk2.dictionary.ChoiceList
parse a Selection String into String[] with '.' a delimiter.
parseXMLDocument(String) - Static method in class oracle.rules.sdk2.datamodel.DMUtil
 
paste(T) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
Paste a cut or existing component at the end of this table
PATH - Static variable in class oracle.rules.sdk2.store.jar.Keys
The key for the file path initialization parameter.
PATH - Static variable in class oracle.rules.sdk2.store.mds.Keys
The key for the path to a file based MDS repository.
Pattern - Class in oracle.rules.sdk2.ruleset
A Pattern is used to structure rule conditions.
Pattern.FactPathProperty - Class in oracle.rules.sdk2.ruleset
 
Pattern.VariableProperty - Class in oracle.rules.sdk2.ruleset
 
PATTERN_OPS - Static variable in class oracle.rules.sdk2.exception.Constants
 
PatternTable - Class in oracle.rules.sdk2.ruleset
A PatternTable is a list of Patterns used in a Rule.
PatternTable(DictionaryObject) - Constructor for class oracle.rules.sdk2.ruleset.PatternTable
 
pkg(String) - Static method in class oracle.rules.sdk2.dictionary.Util
 
PKGNAME - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
PoolableObject<T> - Class in oracle.rules.rl.extensions.pool
A poolable object container.
POSTPROCESS_DF_NAME - Static variable in class oracle.rules.sdk2.decisionpoint.DecisionPointDictionaryFinder
 
POSTPROCESS_WS_DF_NAME - Static variable in class oracle.rules.sdk2.decisionpoint.DecisionPointDictionaryFinder
 
PREPROCESS_DF_NAME - Static variable in class oracle.rules.sdk2.decisionpoint.DecisionPointDictionaryFinder
 
PREPROCESS_WS_RULESET_NAME - Static variable in class oracle.rules.sdk2.decisionpoint.DecisionPointDictionaryFinder
 
previousTraceEntry(TraceEntry) - Method in class oracle.rules.rl.extensions.trace.TraceAnalysis
Return the trace entry immediately preceding the entry entry.
PRIMITIVE - Static variable in class oracle.rules.sdk2.datamodel.FactType
 
PRIMITIVE_NUMERIC - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
PRIMITIVE_NUMERIC - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
PRIMITIVE_NUMERIC_OR_COMPARABLE - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
PRIMITIVE_NUMERIC_OR_COMPARABLE - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
PrimitiveFactType - Class in oracle.rules.sdk2.datamodel
It represents a primitive type,
printRLStackTrace() - Method in exception oracle.rules.rl.exceptions.RLException
Prints this RLException and an RL stack trace to System.err.
printRLStackTrace(PrintStream) - Method in exception oracle.rules.rl.exceptions.RLException
Prints this RLException and an RL stack trace to specified PrintStream.
printRLStackTrace(PrintWriter) - Method in exception oracle.rules.rl.exceptions.RLException
Prints this RLException and an RL stack trace to specified PrintWriter.
PRIVATE - Static variable in class oracle.rules.sdk2.datamodel.Modifiers
 
processDecisionTrace(DecisionTrace) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
 
processDecisionTrace(DecisionTrace, RuleDictionary) - Static method in class oracle.rules.sdk2.dictionary.RuleDictionary
 
processWebInputs(RuleSession, DecisionPointInputs) - Static method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
Create a new DecisionPointInstance using the RuleSession and DecisionPointInputs instances passed as parameters.
processWebInputs(RuleSession, SimpleDecisionPointInput) - Static method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
Create a new DecisionPointInstance using the RuleSession and SimpleDecisionPointInput instances passed as parameters.
PROP_ACCESS - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_ACTION_SELECTED - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_ACTION_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_ACTIVE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_ADVANCED_MODE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_AGGREGATE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_AGGREGATE_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_ALIAS - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_ALLOW_GAPS - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_ALWAYS_SELECTED - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_ARRAY - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_ARRAY_COMPONENT_TYPE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_ARRAY_COMPONENT_TYPE_ID - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_ARRAY_FACT_TYPE_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_AUTO_CONFLICT_RESOLUTION - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
Deprecated. use DictionaryComponent.PROP_CONFLICT_POLICY
PROP_AUTO_PATTERN_PROPERTY - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_BEGIN - Static variable in class oracle.rules.sdk2.ruleset.Token
 
PROP_BODY - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_BUCKET_ID_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_BUCKET_SET - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_BUCKET_SET_ID - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_BUCKET_SET_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_BUCKET_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_CALENDAR_FORM - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_CHECK_RULE_FLOW - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_CHILD_DIMENSION_NODES - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_CONFLICT - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_CONFLICT_POLICY - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_CONNECTIVE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_CONSTANT - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_CONSTRUCTOR - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_CONSTRUCTOR_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_CREATION_UPDATE_NUMBER - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_CURSOR_POSITION - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_CUSTOM_BINDING - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_CUSTOMIZABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_CUSTOMIZABLE_TEMPLATE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_DATA_MODEL - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_DATA_SOURCE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_DECISION_FUNCTION - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_DECISION_FUNCTION_INPUT_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_DECISION_FUNCTION_OUTPUT_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_DECISION_FUNCTION_RULESET_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_DECISION_FUNCTION_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_DESCRIPTION - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_DICTIONARY_LINK_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_DIMENSION_NODE_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_DIMENSION_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_DT_ACTION_NODE_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_DT_ACTION_PARAMETER_NAME - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_DTACTION_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_DTRULE_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_EFFECTIVE_END_DATE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_EFFECTIVE_START_DATE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_END - Static variable in class oracle.rules.sdk2.ruleset.Token
 
PROP_ENUM - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_ENUM_BUCKET_SET - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_ENUM_BUCKET_SET_ID - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_ENUM_TYPE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_EXCEPTION_IDS - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_EXCEPTIONS - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_EXCLUDED - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_EXPRESSION - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_EXPRESSION_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_FACT_PATH - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_FACT_PATH_IDS - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_FACT_TYPE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_FACT_TYPE_ID - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_FACT_TYPE_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_FIELD_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_FINAL - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_FORM - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_FORMAL_PARAMETER_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_FQNAME - Static variable in class oracle.rules.sdk2.datamodel.JavaNode
 
PROP_FUNCTION - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_FUNCTION_ID - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_FUNCTION_SIGNATURE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_FUNCTION_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_GENERATED_FROM - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
Deprecated. 
PROP_ID - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_INCLUDED - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_INTERFACE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_INTERFACE_IDS - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_INTERFACES - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_IS_ABSTRACT - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_IS_CONSTANT - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_IS_ENUM - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_IS_FINAL - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_IS_JAXB2 - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_IS_PRIMARY_KEY - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_IS_STATIC - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_IS_TOPLEVEL_VIEW_OBJECT - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
Deprecated. 
PROP_LEFT - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_LIFECYCLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_LIFECYCLE_DESCRIPTION - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_LIST - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_LIST_CONTENT_TYPE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_LIST_CONTENT_TYPE_ID - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_LOAD_FLAG - Static variable in class oracle.rules.sdk2.datamodel.Node
 
PROP_LOCAL - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_LOGICAL - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_METHOD_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_MODIFIERS - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_NAME - Static variable in class oracle.rules.sdk2.datamodel.Node
 
PROP_NAME - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_NAMESPACE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_NESTED_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_NO_CONFLICT - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_NODE_NAME - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_OPERATOR - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_OPERATOR_ID - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_ORDER_RULES_BY_BUCKET - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_OTHERWISE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_OUTPUT_TYPES - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_OVERLOADED_PARAMETER_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_OVERRIDDEN_BY - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_OVERRIDE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_PACKAGE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_PARAMETER_ALIAS - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_PARAMETER_ID - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_PARAMETER_LIST - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_PARAMETER_NAME - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_PARAMETER_REQUIRED - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_PARAMETER_TYPE_IDS - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_PARAMETER_TYPES - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_PARENT_DIMENSION_NODE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_PATTERN_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_PREFIX_LINKED_NAMES - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_PRIORITY - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_PRIVATE_BUCKET_SET - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_PROPERTIES - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_PROPERTY_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_READABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_REF_ID - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_REPORT_BYUSE_NAMES - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
Persisted list of the where used names.
PROP_REPORT_PATTERNS - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
Persisted list of the filters (String [] of filer name and filter value).
PROP_RESOLVED_TARGET - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_RESOLVED_VALUE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_RESOURCE_BUNDLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_RETURN_TYPE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_RIGHT - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_RIGHT_SEPARATOR - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_RULE_FIRING_LIMIT - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_RULE_FIRING_LIMIT_ERROR - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_RULE_REPORT_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_RULE_SET_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_RULE_SHEET_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_RULE_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_RULESET - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_RUN_AFTER - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_RUN_BEFORE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_SERVICE_CONFIGURATION - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_SERVICE_NAME - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_SERVICE_NAMESPACE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_SHARED_BUCKET_SET - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_SHARED_BUCKET_SET_ID - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_SHOW_CONSTANTS - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_SHOW_FUNCTIONS - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_SHOW_VARIABLES - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_SIMPLE_TEST_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_SOURCE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_STATE - Static variable in class oracle.rules.sdk2.datamodel.Node
 
PROP_STATELESS - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_STATIC - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_SUPER_CLASS - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_SUPER_CLASS_ID - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_SUPPORT_XPATH - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_SUPPORTS_XPATH_ENABLED - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_SYSTEM - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_TARGET - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_TARGET_PACKAGE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_TEST_FORM - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_TIMESTAMP - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_TOKEN_UNDER_CURSOR - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_TRANSLATED_ALIAS - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_TRANSLATED_DESCRIPTION - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_TRANSLATED_PARAMETER_LIST - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_TRANSLATED_VARIABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_TREE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_TREE_MODE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_TYPE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_TYPE - Static variable in class oracle.rules.sdk2.ruleset.Token
 
PROP_TYPE_ID - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_TYPE_IDS - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_TYPES - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_UNSAVED_TRANSLATED_ALIAS - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_UNSAVED_TRANSLATED_DESCRIPTION - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_UPDATE_NUMBER - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_UPDATE_TIME - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_VALIDATION_UPDATE_NUMBER - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_VALUE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_VALUE - Static variable in class oracle.rules.sdk2.ruleset.Token
 
PROP_VALUES - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_VARIABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_VARIABLE_TABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_VERSION - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_VISIBILITY_FILTER - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_VISIBILITY_FILTER_ENABLED - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_VISIBLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_WEB_SERVICE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_WRITABLE - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
PROP_XML_NAME - Static variable in class oracle.rules.sdk2.datamodel.JaxbNode
 
PROP_XML_NAME - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
properlyQuoted(String) - Static method in class oracle.rules.sdk2.dictionary.Util
 
PROPERTIES - Static variable in class oracle.rules.sdk2.exception.Constants
 
Property - Class in oracle.rules.sdk2.datamodel
Represent either a Java Bean Property or a RL Class slot
PROPERTY_TEMPLATE - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
PropertyTable - Class in oracle.rules.sdk2.datamodel
A list of properties
PropertyTranslator - Class in oracle.rules.sdk2.dictionary
 
PropertyTranslator.Key - Class in oracle.rules.sdk2.dictionary
The Key to the resource bundle.
PropertyTranslator.Key(String) - Constructor for class oracle.rules.sdk2.dictionary.PropertyTranslator.Key
 
PropertyTranslator.Key(DOID, String) - Constructor for class oracle.rules.sdk2.dictionary.PropertyTranslator.Key
 
PropertyTranslator.KVV - Class in oracle.rules.sdk2.dictionary
Key Value1 Value2
PropertyValue - Class in oracle.rules.rl.trace
The value of a bean-property.
PropertyValue() - Constructor for class oracle.rules.rl.trace.PropertyValue
 
PROTECTED - Static variable in class oracle.rules.sdk2.datamodel.Modifiers
 
PUBLIC - Static variable in class oracle.rules.sdk2.datamodel.Modifiers
 
put(String, Object) - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionFact
 
put(String, Object) - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionRuleSet
 
put(String, Object) - Method in class oracle.rules.sdk2.datamodel.JaxbFactType
 
put(String, String) - Method in class oracle.rules.sdk2.datamodel.Node
 
put(String, Object) - Method in class oracle.rules.sdk2.decisiontable.DTActionNode
 
put(String, Object) - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
 
put(String, Object) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Generic property setter.
put(String, Object) - Method in class oracle.rules.sdk2.ruleset.RuleSet
 
put(String, Object) - Method in class oracle.rules.sdk2.ruleset.SimpleTest
 
putAll(Map<? extends String, ? extends String>) - Method in class oracle.rules.sdk2.datamodel.Node
 
putAll(Map<? extends String, ? extends Object>) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
 

Q

QNAME_TYPE - Static variable in class oracle.rules.sdk2.datamodel.xml.RuleXMLConstants
 

R

ratio(Duration, Duration) - Static method in class oracle.rules.rl.extensions.Duration
Divide the first duration by the second duration
RD_CANNOT_PARSE_XML - Static variable in class oracle.rules.sdk2.exception.Constants
 
readDictionary(String, String, ClassLoader) - Static method in class oracle.rules.sdk2.decisionpoint.MetadataHelper
Loads a named dictionary using the specified classloader This loads the dictinoary from the configured MDS repository and finds the DecisionPointDictionary on the classpath from the file rulesdk2.jar
readDictionary(String, String) - Static method in class oracle.rules.sdk2.decisionpoint.MetadataHelper
 
readDictionary(Reader, DictionaryFinder) - Static method in class oracle.rules.sdk2.dictionary.RuleDictionary
Read a RuleDictionary from a Reader.
redo() - Method in class oracle.rules.sdk2.dictionary.UndoableEdit
Re-apply the edit, assuming that it has been undone.
refreshPool(List<String>) - Method in class oracle.rules.rl.extensions.pool.RuleSessionPool
Refresh a RuleSession pool with new RL.
registerChangeListener(RepositoryChangeListener) - Method in interface oracle.rules.sdk2.repository.RuleRepository
Register a listener for dictionary changes.
release() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPoint
Release this decision point indicating that it will not be used any further and any retained resources can be released.
reloadNeeded(DictionaryFQN) - Method in class oracle.rules.sdk2.repository.DictionaryLoader
Check whether the RuleDictionary needs to be reloaded.
remove(List, int) - Static method in class oracle.rules.rl.extensions.RL
Remove pos-th item from list.
remove(Tin) - Method in interface oracle.rules.rl.IncrementalAggregate
 
remove(Object) - Method in class oracle.rules.sdk2.datamodel.Node
 
remove(String) - Method in class oracle.rules.sdk2.decisiontable.BucketSet
Remove buckets by name.
remove(Object) - Method in class oracle.rules.sdk2.decisiontable.DimensionTable
remove the object from this table
remove(int) - Method in class oracle.rules.sdk2.decisiontable.DTActionTable
 
remove(Object) - Method in class oracle.rules.sdk2.decisiontable.DTActionTable
 
remove(Object) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
HashMap.remove() is overridden to allow only custom properties, constraints, and program set options to be removed.
remove(int) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
Remove the DictionaryComponent at the given index from the table
remove(Object) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
remove the DictionaryComponent from this table
remove(Object) - Method in class oracle.rules.sdk2.dictionary.IDTable
 
remove(int) - Method in class oracle.rules.sdk2.dictionary.IDTable
 
remove(String, String) - Method in interface oracle.rules.sdk2.repository.RuleRepository
Remove the dictionary identified by the package and name from repository.
remove(DictionaryFQN) - Method in interface oracle.rules.sdk2.repository.RuleRepository
Remove the dictionary identified by its fully qualified name from repository.
removeActionlessRules() - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
Remove rules that include this dimension node with no actions selected
removeActionlessRules() - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
Remove rules with no actions selected
removeActionlessRules(int, int) - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
Remove rules with index between minRuleIndex and maxRuleIndex inclusive with no actions selected
removeAll(Collection<?>) - Method in class oracle.rules.sdk2.decisiontable.DTComponentTable
 
removeAll(Collection<?>) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
remove all of the elements in the Collection from this table
removeAll(Collection<?>) - Method in class oracle.rules.sdk2.dictionary.IDTable
 
removeByAlias(String) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
Remove the DictionaryComponent with the given alias from the table
removeByAlias(String) - Method in class oracle.rules.sdk2.dictionary.IDTable
Remove the DictionaryComponent with the given alias from the table
removeByID(DOID) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
Remove the DictionaryComponent with the given id from the table
removeByID(DOID) - Method in class oracle.rules.sdk2.dictionary.IDTable
Remove the DictionaryComponent with the given id from the table
removeByIDs(DOID[]) - Method in class oracle.rules.sdk2.datamodel.FactTypeTable
Remove a list of factTypes by ID.
removeByName(String) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
Remove the DictionaryComponent with the given name from the table
removeByName(String) - Method in class oracle.rules.sdk2.dictionary.IDTable
Remove the DictionaryComponent with the given name from the table
removeByNames(String[]) - Method in class oracle.rules.sdk2.datamodel.FactTypeTable
Remove a list of factTypes by name.
removeClassPath(URI) - Method in class oracle.rules.sdk2.datamodel.ClassBrowser
remove the specified class path from the the classpath list.
removeDecisionFunction(RuleDictionary, String, boolean) - Static method in class oracle.rules.sdk2.decisionpoint.MetadataHelper
removes a decision function from the dictionary
removeDictionaryChangeListener(DictionaryChangeListener) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Remove DictionaryChangeListener.
removeDictionaryLink(String) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Remove dictionary link by name.
removeDiff(Object) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Remove all the Diff information associated with versionInfo.
removeMarked() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
 
removeObject(Handle) - Method in class oracle.rules.jsr94.RLStatefulRuleSession
Removes the Object associated with the specified Handle from the rule session state of this rule session.
removeRuleset(RuleDictionary, String) - Static method in class oracle.rules.sdk2.decisionpoint.MetadataHelper
removes a named ruleset from the dictionary
removeRuleSet(String) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Remove ruleset by name.
removeSchemaPath(URI) - Method in class oracle.rules.sdk2.datamodel.SchemaBrowser
 
rename(String, String, String, String, boolean) - Method in interface oracle.rules.sdk2.repository.RuleRepository
Rename a dictionary in the repository.
rename(DictionaryFQN, DictionaryFQN, boolean) - Method in interface oracle.rules.sdk2.repository.RuleRepository
Rename a dictionary in the repository.
rename(RuleDictionary, String, String, boolean) - Method in interface oracle.rules.sdk2.repository.RuleRepository
Rename the specified dictionary in the repository.
rename(RuleDictionary, DictionaryFQN, boolean) - Method in interface oracle.rules.sdk2.repository.RuleRepository
Rename the specified dictionary in the repository.
reorder(List<Integer>) - Method in class oracle.rules.sdk2.decisiontable.DimensionTable
 
reorder(List<Integer>) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
reorder this table according to a list of indexes.
replace(int, int, String) - Method in class oracle.rules.sdk2.ruleset.Expression
Insert the given string at the given position of the Value String.
replaceEdit(UndoableEdit) - Method in class oracle.rules.sdk2.dictionary.UndoableEdit
 
REPORT - Static variable in class oracle.rules.sdk2.exception.Constants
 
RepositoryChange - Interface in oracle.rules.sdk2.repository
Notification of a rule dictionary change in a repository.
RepositoryChange.Type - Enum in oracle.rules.sdk2.repository
The type of change made to a dictionary.
RepositoryChangeListener - Interface in oracle.rules.sdk2.repository
Interface for notification of rule dictionary changes in a repository.
RepositoryContext - Class in oracle.rules.sdk2.repository
RepositoryContext holds repository security and configuration information
RepositoryContext() - Constructor for class oracle.rules.sdk2.repository.RepositoryContext
 
RepositoryException - Exception in oracle.rules.sdk2.exception
 
RepositoryException(String) - Constructor for exception oracle.rules.sdk2.exception.RepositoryException
 
RepositoryException(String, String) - Constructor for exception oracle.rules.sdk2.exception.RepositoryException
 
RepositoryException(String, Throwable) - Constructor for exception oracle.rules.sdk2.exception.RepositoryException
 
RepositoryException(String, String, Throwable) - Constructor for exception oracle.rules.sdk2.exception.RepositoryException
 
RepositoryManager - Class in oracle.rules.sdk2.repository
To access list of repository types, and get instance of a repository type.
RepositoryType - Class in oracle.rules.sdk2.repository
RepositoryType holds meta-information about a repository plugin
reset() - Method in class oracle.rules.jsr94.RLStatefulRuleSession
Resets this rule session.
reset() - Method in class oracle.rules.rl.extensions.ClassFilter
Reset has no affect on this filter.
reset() - Method in interface oracle.rules.rl.ObjectFilter
Reset a stateful filter to its initial state.
ResetTrace - Class in oracle.rules.rl.trace
Java class for reset-trace complex type.
ResetTrace() - Constructor for class oracle.rules.rl.trace.ResetTrace
 
resourceBundleChanged() - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
If the resource bundle file is changed, call this method, followed by RuleDictionary.update(java.util.List), to cause the SDK to re-read the bundle
ResourceManager - Class in oracle.rules.sdk2.exception
 
ResourceManager - Class in oracle.rules.tools.migrator
 
retainAll(Collection<?>) - Method in class oracle.rules.sdk2.decisiontable.DTComponentTable
 
retainAll(Collection<?>) - Method in class oracle.rules.sdk2.dictionary.IDTable
 
returnPoolableRuleSession(PoolableObject<RuleSession>) - Method in class oracle.rules.rl.extensions.pool.RuleSessionPool
Returns a RuleSession poolable object to the pool.
RETURNS - Static variable in class oracle.rules.sdk2.exception.Constants
 
reverse(List) - Static method in class oracle.rules.rl.extensions.RL
Reverse the list
RHSRuleVariables(boolean) - Method in class oracle.rules.sdk2.ruleset.RuleComponent
return all rule variables available in action of a rule
RL - Class in oracle.rules.rl.extensions
Extended RL builtins (for W3C RIF support)
RL - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
RL - Static variable in class oracle.rules.sdk2.datamodel.FactType
 
RL_LOGGER - Static variable in class oracle.rules.rl.RuleSession
 
RLArithmeticException - Exception in oracle.rules.rl.exceptions
RL Arithmetic exception
RLArray - Class in oracle.rules.rl
Part of reflection API for RL classes.
RLArray() - Constructor for class oracle.rules.rl.RLArray
 
RLArrayIndexOutOfBoundsException - Exception in oracle.rules.rl.exceptions
RL ArrayIndexOutOfBounds exception
RLArrayStoreException - Exception in oracle.rules.rl.exceptions
RL ArrayStore exception
rlAttrName(String) - Static method in class oracle.rules.sdk2.datamodel.AdfBcFactTypeHelper
 
RLClass - Class in oracle.rules.rl
Part of reflection API for RL classes.
RLClassCastException - Exception in oracle.rules.rl.exceptions
RL ClassCast exception
RLCloneNotSupportedException - Exception in oracle.rules.rl.exceptions
RL CloneNotSupported exception
RLException - Exception in oracle.rules.rl.exceptions
Base RL exception.
RLFactType - Class in oracle.rules.sdk2.datamodel
Represents an RL fact type.
RLIllegalArgumentException - Exception in oracle.rules.rl.exceptions
RL IllegalArgument exception
RLJavaReservedWords - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
Reserved words that RL and Java have in common.
RLLocalRuleExecutionSetProvider - Class in oracle.rules.jsr94.admin
The Oracle Business Rules implementation of the LocalRuleExecutionSetProvider interface.
RLLocalRuleExecutionSetProvider() - Constructor for class oracle.rules.jsr94.admin.RLLocalRuleExecutionSetProvider
 
RLNegativeArraySizeException - Exception in oracle.rules.rl.exceptions
RL NegativeArraySize exception
RLNullPointerException - Exception in oracle.rules.rl.exceptions
RL NullPointer exception
RLObject - Class in oracle.rules.rl
Part of reflection API for RL classes.
RLOBJECT_CLASSNAME - Static variable in class oracle.rules.sdk2.datamodel.xml.RuleXMLConstants
 
RLProperty - Class in oracle.rules.rl
Part of reflection API for RL classes.
RLRuleExecutionSetProvider - Class in oracle.rules.jsr94.admin
The Oracle Business Rules implementation of the RuleExecutionSetProvider interface.
RLRuleExecutionSetProvider() - Constructor for class oracle.rules.jsr94.admin.RLRuleExecutionSetProvider
 
RLRuleServiceProvider - Class in oracle.rules.jsr94
The Oracle Business Rules JSR-94 rule service provider.
RLRuleServiceProvider() - Constructor for class oracle.rules.jsr94.RLRuleServiceProvider
 
RLRuntimeException - Exception in oracle.rules.rl.exceptions
Base RL runtime exception.
RLSpecificReservedWords - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
Reserved words introduced by RL.
RLStatefulRuleSession - Class in oracle.rules.jsr94
The Oracle Business Rules implementation of a JSR-94 Stateful rule session.
RLTextSource - Class in oracle.rules.jsr94.admin
A RuleSource that specifies RL text explicitly.
RLTextSource(String) - Constructor for class oracle.rules.jsr94.admin.RLTextSource
Create a RLTextSource.
RLUrlSource - Class in oracle.rules.jsr94.admin
A RuleSource that specifies a URL that locates RL text.
RLUrlSource(String) - Constructor for class oracle.rules.jsr94.admin.RLUrlSource
Create a RLUrlSource.
RLXmlNameException - Exception in oracle.rules.rl.exceptions
 
RLXPathException - Exception in oracle.rules.rl.exceptions
 
RLXPathException(String, String, Object[], String, int, int, Throwable) - Constructor for exception oracle.rules.rl.exceptions.RLXPathException
 
ROLLBACK - Static variable in class oracle.rules.sdk2.dictionary.DictionaryChangeEvent
 
rollback() - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
rollback the current update transaction.
ROOT - Static variable in class oracle.rules.sdk2.exception.Constants
 
ROOT_CAUSE - Static variable in class oracle.rules.sdk2.exception.Constants
 
RootGroup - Class in oracle.rules.rl.extensions.trace
The top level (root) group of traces.
RR_BAD_FQN_1 - Static variable in class oracle.rules.sdk2.exception.Constants
 
RR_BAD_FQN_2 - Static variable in class oracle.rules.sdk2.exception.Constants
 
RR_CLOSED - Static variable in class oracle.rules.sdk2.exception.Constants
 
RR_CONCURRENT_CHANGE - Static variable in class oracle.rules.sdk2.exception.Constants
 
RR_DEST_NOT_WRITTEN - Static variable in class oracle.rules.sdk2.exception.Constants
 
RR_EXISTS - Static variable in class oracle.rules.sdk2.exception.Constants
 
RR_INIT - Static variable in class oracle.rules.sdk2.exception.Constants
 
RR_NAME_MISMATCH - Static variable in class oracle.rules.sdk2.exception.Constants
 
RR_NO_TYPE - Static variable in class oracle.rules.sdk2.exception.Constants
 
RR_NOT_FOUND - Static variable in class oracle.rules.sdk2.exception.Constants
 
RR_PATH_NOT_EXIST - Static variable in class oracle.rules.sdk2.exception.Constants
 
RR_REPOS_ERROR - Static variable in class oracle.rules.sdk2.exception.Constants
 
RR_SAME_LOC - Static variable in class oracle.rules.sdk2.exception.Constants
 
RR_SANDBOX_EXISTS - Static variable in class oracle.rules.sdk2.exception.Constants
 
RR_SANDBOX_UNSUPPORTED - Static variable in class oracle.rules.sdk2.exception.Constants
 
RR_SANDBOXNAME_MISSING - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_ACTION_TABLE_EMPTY - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_ACTION_TABLE_NONEMPTY - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_ACTION_TARGET_EXPRESSION - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_AGR_DUPLICATE_AGR - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_AGR_EXPR - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_AGR_FNCOUNT_EXP_PRESET - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_AGR_IMPROPER_FN - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_AGR_INVALID_OPERATOR - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_AGR_INVALID_VAR - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_AGR_MISSING_FN - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_AGR_MISSING_VAR - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_AGR_NO_AGR - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_AGR_ZERO_SIZE - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_BLANK_EXPRESSION - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_BLANK_VARIABLE - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_BOOLEAN_REQUIRED - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_CANNOT_EVALUATE_FILTER - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_DATE_BAD_EFF_END_DATE - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_DATE_BAD_END_DATE - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_DATE_BAD_START_DATE - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_DATE_INVALID - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_DUPLICATE_PATTERN_VARIABLE_NAME - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_DUPLICATE_VARIABLE_NAME - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_EMPTY_NESTED_TABLE - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_EXPRESSION_NOT_STATEMENT - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_EXPRESSION_TABLE_LARGER_THAN_TARGET - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_EXPRESSION_TABLE_WRONG_SIZE - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_FACTTYPE_REQUIRED - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_FORM_NOT_SET - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_GENRL_FAILED - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_INCOMPATIBLE_CALENDAR_FORMS - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_INVALID_ALIAS - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_INVALID_ASSIGN_TARGET - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_INVALID_CHOICE - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_INVALID_NAME - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_INVALID_PRIORITY - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_INVALID_RANGE_NUMBER - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_INVALID_TARGET - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_INVALID_TYPE - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_INVALID_VALUES_SET_OPT - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_LITERAL_STRINGS_NEED_QUOTES - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_MODIFY_ALL_EXPRESSIONS_BLANK - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_NESTED_PATTERN_USE - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_NESTED_TEST_BAD_OPERATOR - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_NOT_MATCHED - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_NOT_REMOVABLE - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_NOT_VALID_PROPERTY - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_NULL_VALUE - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_PATTERN_REQUIRED - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_READ_ONLY - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_REQUIRED_CHOICE - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_TEST_REQUIRED - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_TRY_NO_CATCH_FINALLY - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_UNABLE_TO_DESERIALIZE - Static variable in class oracle.rules.sdk2.exception.Constants
 
RS_UNABLE_TO_SERIALIZE - Static variable in class oracle.rules.sdk2.exception.Constants
 
RSP_URI - Static variable in class oracle.rules.jsr94.RLRuleServiceProvider
The URI for the pre-registered Oracle Business Rules rule service provider.
Rule - Interface in oracle.rules.rl
 
RULE - Static variable in class oracle.rules.sdk2.exception.Constants
 
Rule - Class in oracle.rules.sdk2.ruleset
A Rule consists of a table of Patterns to be matched, and a table of Actions to be taken when a match occurs.
rule2SubsumesRule1 - Variable in class oracle.rules.sdk2.decisiontable.Conflict
if one rule subsumes another (has a superset of the other's dimension values in each dimension) then the subsuming rule is rule1 and the following flag is true.
RULE_ACTION - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
RULE_ALL - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
RULE_PATTERN - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
RULE_TEST - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
RuleCommon - Class in oracle.rules.sdk2.ruleset
Common superclass of Rule and RuleSheet
RuleCompilationTrace - Class in oracle.rules.rl.trace
Java class for rule-compilation-trace complex type.
RuleCompilationTrace() - Constructor for class oracle.rules.rl.trace.RuleCompilationTrace
 
RuleComponent - Class in oracle.rules.sdk2.ruleset
RuleComponent is an Abstract Class which enables access to properties through generic accessors by extending HashMap.
RuleComponentTable<T extends RuleComponent> - Class in oracle.rules.sdk2.ruleset
RuleComponentTable is an extension of ArrayList used to remove and and reorder RuleComponents.
RuleDictionary - Class in oracle.rules.sdk2.dictionary
The RuleDictionary class is used to access and modify a rule dictionary in memory.
RuleEngineState - Class in oracle.rules.rl.extensions.trace
RuleEngineState represents the state of the rule engine after the affects of a trace from a decision trace.
RuleFiredGroup - Class in oracle.rules.rl.extensions.trace
Grouping of traces resulting from a specific rule that fired.
ruleIndex1 - Variable in class oracle.rules.sdk2.decisiontable.Conflict
Indexes of the 2 conflicting rules in the DTRuleTable
ruleIndex2 - Variable in class oracle.rules.sdk2.decisiontable.Conflict
Indexes of the 2 conflicting rules in the DTRuleTable
RuleRepository - Interface in oracle.rules.sdk2.repository
A common API to access rule dictionaries stored in repository.
RuleSession - Class in oracle.rules.rl
RuleSession is the public API for executing Oracle Rule Language.
RuleSession(Map) - Constructor for class oracle.rules.rl.RuleSession
Construct a new RuleSession, containing a Rete Engine and Working Memory.
RuleSession() - Constructor for class oracle.rules.rl.RuleSession
Construct a new RuleSession, containing a Rete Engine and Working Memory.
RuleSession(List<String>, Map) - Constructor for class oracle.rules.rl.RuleSession
Construct a new RuleSession, containing a Rete Engine and Working Memory.
ruleSession() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
Returns the RuleSession instance that was or will be used by this DecisionPointInstance.
RuleSession.ParsedRulesetInfo - Class in oracle.rules.rl
ParsedRulesetInfo -- a bean for holding the result of a parse
RuleSession.ParsedRulesetInfo() - Constructor for class oracle.rules.rl.RuleSession.ParsedRulesetInfo
 
RuleSessionPool - Class in oracle.rules.rl.extensions.pool
A pool of RuleSession instances.
RuleSessionPool(List<String>) - Constructor for class oracle.rules.rl.extensions.pool.RuleSessionPool
Construct a RuleSession pool given a list of RL text.
RuleSessionPool(List<String>, Map) - Constructor for class oracle.rules.rl.extensions.pool.RuleSessionPool
Construct a RuleSession pool given a list of RL text.
RuleSessionPool(List<String>, Map, int, int) - Constructor for class oracle.rules.rl.extensions.pool.RuleSessionPool
Construct a RuleSession pool given an initial size and a list of RL text.
Ruleset - Interface in oracle.rules.rl
 
RULESET - Static variable in class oracle.rules.sdk2.exception.Constants
 
RuleSet - Class in oracle.rules.sdk2.ruleset
A RuleSet has a name, a table of Rules, and a table of RuleSheets.
RULESET_AND_DECISION_FUNCTION_TABLE - Static variable in class oracle.rules.sdk2.exception.Constants
 
RULESETQ - Static variable in class oracle.rules.sdk2.exception.Constants
 
ruleSetRL(String) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Generate the RL for the given rule set in this dictionary and in linked dictionaries.
RulesetStackOperation - Enum in oracle.rules.rl.trace
Java class for ruleset-stack-operation.
RulesetStackTrace - Class in oracle.rules.rl.trace
Java class for ruleset-stack-trace complex type.
RulesetStackTrace() - Constructor for class oracle.rules.rl.trace.RulesetStackTrace
 
RuleSetTable - Class in oracle.rules.sdk2.ruleset
RuleSetTable is a list of all the RuleSets in a Dictionary.
RuleSetTable(DictionaryObject) - Constructor for class oracle.rules.sdk2.ruleset.RuleSetTable
 
RuleSheet - Class in oracle.rules.sdk2.decisiontable
A RuleSheet represents a decision table.
RuleSheetTable - Class in oracle.rules.sdk2.ruleset
A RuleSet contains a RuleSheetTable, which holds multiple RuleSheets.
RuleSheetTable(DictionaryObject) - Constructor for class oracle.rules.sdk2.ruleset.RuleSheetTable
Public only because its called from the ruleset pkg.
RuleSource - Interface in oracle.rules.jsr94.admin
RuleSource is implemented by classes that provide access to a source of Oracle Business Rules.
RuleTable - Class in oracle.rules.sdk2.ruleset
RuleTable is a list of all the Rules in a RuleSet.
RuleTrace - Class in oracle.rules.rl.trace
Java class for rule-trace complex type.
RuleTrace() - Constructor for class oracle.rules.rl.trace.RuleTrace
 
RuleXMLConstants - Class in oracle.rules.sdk2.datamodel.xml
 
RuleXMLConstants() - Constructor for class oracle.rules.sdk2.datamodel.xml.RuleXMLConstants
 
RUN_AFTER - Static variable in class oracle.rules.sdk2.exception.Constants
 
RUN_BEFORE - Static variable in class oracle.rules.sdk2.exception.Constants
 
runAfter(DTRule) - Method in class oracle.rules.sdk2.decisiontable.DTRule
Move the conflicting rule to the RunAfter list.
runBefore(DTRule) - Method in class oracle.rules.sdk2.decisiontable.DTRule
Move the conflicting rule to the RunBefore list.

S

same(Expression) - Method in class oracle.rules.sdk2.ruleset.Expression
Is this expression the same as expr?
sameBuckets(DimensionNode) - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
Does this node have the same buckets as the given node?
sameFilePath(String, String) - Static method in class oracle.rules.sdk2.datamodel.DMUtil
 
sameFileURI(URI, URI) - Static method in class oracle.rules.sdk2.datamodel.DMUtil
 
sameModifiers(int) - Method in class oracle.rules.sdk2.datamodel.Modifiers
 
sameModifiers(Modifiers) - Method in class oracle.rules.sdk2.datamodel.Modifiers
 
samePath(XLink) - Method in interface oracle.rules.rl.XLink
Internal use only.
SANDBOX_NAME - Static variable in class oracle.rules.sdk2.store.mds.Keys
The key for the property that specifies the sandbox name.
SandboxAccess - Class in oracle.rules.sdk2.repository
Manage sandboxes and get access to metadata in a sandbox.
save(RuleDictionary) - Method in interface oracle.rules.sdk2.repository.RuleRepository
Save a dictionary to the repository.
saveAs(RuleDictionary, String, String, boolean) - Method in interface oracle.rules.sdk2.repository.RuleRepository
Save a dictionary to repository with a new identity.
saveAs(RuleDictionary, DictionaryFQN, boolean) - Method in interface oracle.rules.sdk2.repository.RuleRepository
Save a dictionary to repository with a new identity.
SCA_PREFIX - Static variable in class oracle.rules.sdk2.store.mds.Keys
The key for the property that specifies the path prefix to use in a composite in accessing dictionaries.
SchemaBrowser - Class in oracle.rules.sdk2.datamodel
Provides for browsing of XML Schemas by mapping the schema to JAXB classes.
SchemaBrowser(RuleDictionary, String, String, URI) - Constructor for class oracle.rules.sdk2.datamodel.SchemaBrowser
Creates a Schema browser that is tied to a RuleDictionary instance.
SchemaBrowser(RuleDictionary, String, String, URI, String, String) - Constructor for class oracle.rules.sdk2.datamodel.SchemaBrowser
Creates a Schema browser that is tied to a RuleDictionary instance.
SchemaBrowser(RuleDictionary, String, String) - Constructor for class oracle.rules.sdk2.datamodel.SchemaBrowser
 
SchemaBrowser.FailedSchemaAdd - Class in oracle.rules.sdk2.datamodel
 
SchemaBrowser.FailedSchemaAdd(String, String, SDKException) - Constructor for class oracle.rules.sdk2.datamodel.SchemaBrowser.FailedSchemaAdd
 
SCHEMAS_MODIFIED - Static variable in class oracle.rules.sdk2.dictionary.DictionaryChangeEvent
 
Sdk2FileRepositorySource - Class in oracle.rules.jsr94.admin
A RuleSource that specifies rule sets defined in an Oracle Business Rules SDK2 Jar file based repository.
Sdk2FileRepositorySource(String, String, String, String[]) - Constructor for class oracle.rules.jsr94.admin.Sdk2FileRepositorySource
Create a SDK2FileRepositorySource.
Sdk2FileRepositorySource(String, DictionaryFQN, String[]) - Constructor for class oracle.rules.jsr94.admin.Sdk2FileRepositorySource
Create a SDK2FileRepositorySource.
Sdk2MDSRepositorySource - Class in oracle.rules.jsr94.admin
A RuleSource that specifies rule sets defined in an Oracle Business Rules MDS based repository.
Sdk2MDSRepositorySource(String, String, String, String[]) - Constructor for class oracle.rules.jsr94.admin.Sdk2MDSRepositorySource
Create a SDK2MDSRepositorySource.
Sdk2MDSRepositorySource(String, DictionaryFQN, String[]) - Constructor for class oracle.rules.jsr94.admin.Sdk2MDSRepositorySource
Create a SDK2MDSRepositorySource.
SDKException - Exception in oracle.rules.sdk2.exception
Base Exception for Oracle Rules SDK Component
SDKException(String, DictionaryObject) - Constructor for exception oracle.rules.sdk2.exception.SDKException
 
SDKException(String, DictionaryObject, Throwable) - Constructor for exception oracle.rules.sdk2.exception.SDKException
 
SDKException(String, DictionaryObject, String...) - Constructor for exception oracle.rules.sdk2.exception.SDKException
 
SDKException(String, DictionaryObject, Throwable, String...) - Constructor for exception oracle.rules.sdk2.exception.SDKException
 
SDKException(String, String, DictionaryObject, String...) - Constructor for exception oracle.rules.sdk2.exception.SDKException
 
SDKException(String, String, DictionaryObject, Throwable, String...) - Constructor for exception oracle.rules.sdk2.exception.SDKException
 
SDKRuntimeException - Exception in oracle.rules.sdk2.exception
 
SDKRuntimeException(String) - Constructor for exception oracle.rules.sdk2.exception.SDKRuntimeException
 
SDKRuntimeException(String, Throwable) - Constructor for exception oracle.rules.sdk2.exception.SDKRuntimeException
 
SDKRuntimeException(String, Object...) - Constructor for exception oracle.rules.sdk2.exception.SDKRuntimeException
 
SDKRuntimeException(Throwable) - Constructor for exception oracle.rules.sdk2.exception.SDKRuntimeException
 
SDKWarning - Exception in oracle.rules.sdk2.exception
Base Exception for Oracle Rules SDK Component
SDKWarning(String, String, DictionaryComponent, String...) - Constructor for exception oracle.rules.sdk2.exception.SDKWarning
preferred constructor
SDKWarning(String, String, DictionaryComponent, Throwable, String...) - Constructor for exception oracle.rules.sdk2.exception.SDKWarning
preferred constructor
SDKWarning(String, DictionaryComponent) - Constructor for exception oracle.rules.sdk2.exception.SDKWarning
 
SDKWarning(String, DictionaryComponent, String...) - Constructor for exception oracle.rules.sdk2.exception.SDKWarning
 
SDKWarning(String, DictionaryComponent, Throwable) - Constructor for exception oracle.rules.sdk2.exception.SDKWarning
 
SDKWarning(String, DictionaryComponent, Throwable, String...) - Constructor for exception oracle.rules.sdk2.exception.SDKWarning
 
SEARCH_PATH - Static variable in class oracle.rules.sdk2.store.mds.Keys
The key for the property that specifies a search path.
secondsBetween(XMLGregorianCalendar, XMLGregorianCalendar) - Static method in class oracle.rules.rl.extensions.Duration
Returns the difference between the two dates in seconds.
secondsBetween(Calendar, Calendar) - Static method in class oracle.rules.rl.extensions.Duration
Returns the difference between the two dates in seconds.
secondsBetween(XMLGregorianCalendar, Calendar) - Static method in class oracle.rules.rl.extensions.Duration
Returns the difference between the two dates in seconds.
secondsBetween(Calendar, XMLGregorianCalendar) - Static method in class oracle.rules.rl.extensions.Duration
Returns the difference between the two dates in seconds.
secondsBetween(Timestamp, Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in seconds.
secondsBetween(Timestamp, Calendar) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in seconds.
secondsBetween(Calendar, Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in seconds.
secondsBetween(Timestamp, XMLGregorianCalendar) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in seconds.
secondsBetween(XMLGregorianCalendar, Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in seconds.
SELECTED - Static variable in class oracle.rules.sdk2.dictionary.Util
 
SEPARATOR - Static variable in class oracle.rules.sdk2.dictionary.Util
 
serialVersionUID - Static variable in interface oracle.rules.sdk2.dictionary.DictionaryChangeListener
 
serialVersionUID - Static variable in interface oracle.rules.sdk2.dictionary.DictionaryFinder
 
set(RLObject, int, RLObject) - Static method in class oracle.rules.rl.RLArray
Set the value of the indexed component in the specified array Object.
set(RLObject, Object) - Method in class oracle.rules.rl.RLProperty
Set property to Object.
set(int, T) - Method in class oracle.rules.sdk2.decisiontable.DTComponentTable
 
set(int, T) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
Used internally by subclasses.
set(int, T) - Method in class oracle.rules.sdk2.dictionary.IDTable
 
setAccessMode(int) - Method in class oracle.rules.sdk2.datamodel.Modifiers
 
setActionSelected(boolean) - Method in class oracle.rules.sdk2.decisiontable.DTActionNode
Set Action Selected flag
setActivationID(Integer) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
Set the activation id for the ADF-BC objects used in this decision point instance.
setActivationID(Integer) - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointInputs
Sets the value of the activationID property.
setActive(boolean) - Method in interface oracle.rules.rl.Rule
Sets the rule to be active (true) or inactive (false).
setActive(boolean) - Method in class oracle.rules.sdk2.ruleset.RuleCommon
sets the active property
setActive(boolean) - Method in class oracle.rules.sdk2.ruleset.RuleSet
sets the active property
setAdvancedMode(boolean) - Method in class oracle.rules.sdk2.ruleset.RuleCommon
set advanced mode.
setAlias(String) - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionRuleSet
 
setAlias(String) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Set alias of the DictionaryComponent.
setAlias(String, boolean) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Set alias and optionally translated alias of the DictionaryComponent.
setAlias(String) - Method in interface oracle.rules.sdk2.dictionary.UnnamedComponent
Does nothing
setAllowGaps(boolean) - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
set whether gaps are allowed during validation
setAlwaysSelected(boolean) - Method in class oracle.rules.sdk2.decisiontable.DTAction
set alwaysSelected flag
setArray(ArrayValue) - Method in class oracle.rules.rl.trace.PropertyValue
Sets the value of the array property.
setAttrName(String) - Method in class oracle.rules.sdk2.datamodel.AdfBcFactTypeDescriptor.Attribute
 
setAttrType(AdfBcFactTypeDescriptor.AttrType) - Method in class oracle.rules.sdk2.datamodel.AdfBcFactTypeDescriptor.Attribute
 
setAutoCommit(boolean) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
 
setAutoConflictResolution(boolean) - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
Deprecated. use RuleSheet.getConflictPolicyProperty() and set the value to RuleSheet.CONFLICT_AUTO_OVERRIDE or RuleSheet.CONFLICT_MANUAL
setBeanObject(BeanObject) - Method in class oracle.rules.rl.trace.PropertyValue
Sets the value of the beanObject property.
setBegin(int) - Method in class oracle.rules.sdk2.ruleset.Token
 
setBody(String) - Method in class oracle.rules.sdk2.datamodel.Function
Deprecated. 
setBoolean(RLObject, boolean) - Method in class oracle.rules.rl.RLProperty
Set property to boolean.
setBucketSet(BucketSet) - Method in class oracle.rules.sdk2.datamodel.ConstrainableComponent
Set BucketSet associated with Property values.
setBucketSet(BucketSet) - Method in class oracle.rules.sdk2.datamodel.Method
Set BucketSet associated with Method return value.
setBucketSetByAlias(String) - Method in class oracle.rules.sdk2.datamodel.ConstrainableComponent
Set BucketSet (by alias) associated with Property values.
setBucketSetByAlias(String) - Method in class oracle.rules.sdk2.datamodel.Method
Set BucketSet (by alias) associated with Method return values.
setByte(RLObject, byte) - Method in class oracle.rules.rl.RLProperty
Set property to byte.
setCalendarForm(String) - Method in class oracle.rules.sdk2.decisiontable.BucketSet
 
setCalendarForm(String) - Method in class oracle.rules.sdk2.ruleset.RuleCommon
 
setCalendarForm(String) - Method in class oracle.rules.sdk2.ruleset.RuleSet
 
setChar(RLObject, char) - Method in class oracle.rules.rl.RLProperty
Set property to char.
setCheckRuleFlow(boolean) - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
Set whether this decision function should be checked for rule flow
setChoice(Choice) - Method in class oracle.rules.sdk2.dictionary.ChoosableProperty
set current choice setting to null sets the property value to ""
setClassLoader(ClassLoader) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
Set the classloader to be used by this decision point.
setClassOutputDir(String) - Method in class oracle.rules.sdk2.datamodel.SchemaBrowser
Set the directory in which to put compiled JAXB class files in
setClasspathPathRoot(URI) - Method in class oracle.rules.sdk2.datamodel.ClassBrowser
Set the directory in which to put compiled JAXB class files in
setClasspathPathRoot(String) - Method in class oracle.rules.sdk2.datamodel.ClassBrowser
Deprecated. 
setCollection(CollectionValue) - Method in class oracle.rules.rl.trace.PropertyValue
Sets the value of the collection property.
setColumn(int) - Method in exception oracle.rules.rl.exceptions.RLException
Deprecated.  
setCompilation(String) - Method in class oracle.rules.rl.trace.RuleCompilationTrace
Sets the value of the compilation property.
setConfig(Map<?, ?>) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
 
setConnective(String) - Method in class oracle.rules.sdk2.ruleset.Pattern
Set connective (and/or) which combines this Pattern with the following Pattern, if any.
setConnective(String) - Method in class oracle.rules.sdk2.ruleset.SimpleTest
Set the connective (and/or) combining this pattern with the next in the table.
setConstant(boolean) - Method in class oracle.rules.sdk2.ruleset.Expression
 
setConstant(String) - Method in class oracle.rules.sdk2.ruleset.Expression
Deprecated. use Expression.setImmutableVariable(java.lang.String)
setConstructor(String) - Method in class oracle.rules.sdk2.ruleset.Expression
 
setCurrentDate(Calendar) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPoint
Set the current date to be used by this decision point
setCurrentDate(Calendar) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
Set the current date to be used by this decision point
setCurrentDate(RuleSession, Calendar) - Static method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
Set the rule set current date to be used by this decision point
setCurrentDate(XMLGregorianCalendar) - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointInputs
Sets the value of the currentDate property.
setCursorPosition(int) - Method in class oracle.rules.sdk2.ruleset.Expression
 
setCustom(String, String) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Sets the value of the input custom property.
setCustomBinding(String) - Method in class oracle.rules.sdk2.datamodel.JaxbFactType
Set the XML Schema external binding customization file
setCustomizable(boolean) - Method in class oracle.rules.sdk2.ruleset.Expression
set whether this expression is customizable
setCustomizable(boolean) - Method in class oracle.rules.sdk2.ruleset.RuleCommon
set whether this expression is customizable
setCustomizable(boolean) - Method in class oracle.rules.sdk2.ruleset.RuleSet
set whether this expression is customizable
setCustomizableTemplate(String) - Method in class oracle.rules.sdk2.ruleset.Rule
Set the customizable template.
setCustomizationMode(boolean) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Set customization mode.
setData(DecisionPointInputs.Data) - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointInputs
Sets the value of the data property.
setDataSource(String) - Method in class oracle.rules.sdk2.datamodel.AdfBcFactType
set the data source associated with this ADF-BC Fact Type
setDataSource(String) - Method in class oracle.rules.sdk2.datamodel.AdfBcFactTypeDescriptor
 
setDatasrc(String) - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointInputs
Sets the value of the datasrc property.
setDebug(boolean) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
Deprecated.  
setDecisionFunction(String) - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionRuleSet
 
setDecisionFunction(String) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
Set the unqualified name of the decision function to call as part of this decision point.
setDecisionFunction(String) - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointInputs
Sets the value of the decisionFunction property.
setDecisionFunctionID(DOID) - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionRuleSet
 
setDecisionTrace(DecisionTrace) - Method in class oracle.rules.sdk2.datamodel.Function.TestResult
 
setDecisionTraceLevel(int) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
Set the decision trace level.
setDecisionTraceLimit(int) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
Set the decision trace limit.
setDescription(String) - Method in interface oracle.rules.sdk2.datamodel.Callable
 
setDescription(String) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Set description of dictionary component.
setDescription(String, boolean) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Set description and optionally translated description of dictionary component.
setDestinationDictionaryName(String) - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
set the dictionary name for destination dictionary If this is not set (null) then the dictionary name from the origin dictionary will be used.
setDestinationLocation(String) - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
set the String with the location of the destination Repository.
setDestinationPackageName(String) - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
set the destination package name.
setDestinationType(String) - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
Deprecated. 
setDetails(List<SDKException>) - Method in exception oracle.rules.sdk2.exception.SDKException
 
setDictionary(RuleDictionary) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
Sets the rule dictionary instance, when loaded by developer code instead of through MDS.
setDictionary(RuleDictionary) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
set dictionary to use for trace analysis
setDictionaryDescription(String) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Set description to the dictionary.
setDictionaryFinder(DictionaryFinder) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
set the finder for linked dictionaries
setDictionaryFinder(DictionaryFinder) - Method in class oracle.rules.sdk2.repository.RepositoryContext
Set the parent DictionaryFinder
setDictionaryFinder(DictionaryFinder) - Method in interface oracle.rules.sdk2.repository.RuleRepository
Sets the repository's dictionary finder.
setDictionaryFQN(DictionaryFQN) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
This will cause the decision point to retrieve the dictionary with the indicated name from the MDS repository.
setDictionaryName(String) - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointInputs
Sets the value of the dictionaryName property.
setDouble(RLObject, double) - Method in class oracle.rules.rl.RLProperty
Set property to double.
setDTActionParameterName(String) - Method in class oracle.rules.sdk2.ruleset.Expression
set this expression as a decision table action parameter with the given name
setEffectiveDate(Calendar) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPoint
Set the effective date to be used by this decision point
setEffectiveDate(Calendar) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
Set the effective date to be used by this decision point
setEffectiveDate(RuleSession, Calendar) - Static method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
Set the rule set effective date to be used by this decision point
setEffectiveDate(XMLGregorianCalendar) - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointInputs
Sets the value of the effectiveDate property.
setEffectiveDateForm(int) - Method in interface oracle.rules.rl.Rule
Sets the form to use for handling the effective date properties.
setEffectiveEndDate(Calendar) - Method in interface oracle.rules.rl.Rule
Sets the effective end date for the rule.
setEffectiveEndDate(String) - Method in class oracle.rules.sdk2.ruleset.RuleCommon
 
setEffectiveEndDate(String) - Method in class oracle.rules.sdk2.ruleset.RuleSet
 
setEffectiveStartDate(Calendar) - Method in interface oracle.rules.rl.Rule
Sets the effective start date for the rule.
setEffectiveStartDate(String) - Method in class oracle.rules.sdk2.ruleset.RuleCommon
 
setEffectiveStartDate(String) - Method in class oracle.rules.sdk2.ruleset.RuleSet
 
setEnd(int) - Method in class oracle.rules.sdk2.ruleset.Token
 
setExceptions(String[]) - Method in class oracle.rules.sdk2.datamodel.Function
Set all the exceptions of the function
setExcluded(boolean) - Method in class oracle.rules.sdk2.decisiontable.Bucket
Set whether or not to exclude this bucket
setExecuteRL(Boolean) - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointInputs
Sets the value of the executeRL property.
setExecuteRL(boolean) - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
Sets the boolean property that controls if the migrated dictionary should generate and execute RL as part of validation
setFactId(int) - Method in class oracle.rules.rl.trace.FactTrace
Sets the value of the factId property.
setFactId(Integer) - Method in class oracle.rules.rl.trace.PropertyValue
Sets the value of the factId property.
setFactObject(BeanObject) - Method in class oracle.rules.rl.trace.FactTrace
Sets the value of the factObject property.
setFactPath(String) - Method in class oracle.rules.sdk2.ruleset.Pattern
Set the fact path.
setFactPathIDs(DOID[]) - Method in class oracle.rules.sdk2.ruleset.Pattern
Set the IDs of the fact path.
setFactType(String) - Method in class oracle.rules.rl.trace.FactTrace
Sets the value of the factType property.
setFactType(String) - Method in class oracle.rules.sdk2.ruleset.Pattern
Set the alias of the fact type.
setFactTypeID(DOID) - Method in class oracle.rules.sdk2.ruleset.Pattern
Set the ID of the fact type.
setFetchSize(short) - Method in class oracle.rules.sdk2.decisionpoint.ViewObjectReference
 
setFinal(boolean) - Method in class oracle.rules.sdk2.datamodel.Modifiers
 
setFinal(boolean) - Method in class oracle.rules.sdk2.datamodel.Variable
Set the variable final
setFloat(RLObject, float) - Method in class oracle.rules.rl.RLProperty
Set property to float.
setForm(String) - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionRuleSet
 
setForm(String) - Method in class oracle.rules.sdk2.datamodel.Function
Deprecated. 
setForm(String) - Method in class oracle.rules.sdk2.decisiontable.BucketSet
set the FORM to RANGE, LOV, or default based on data type.
setForm(String) - Method in class oracle.rules.sdk2.ruleset.Action
Set What kind of action.
setForm(String) - Method in class oracle.rules.sdk2.ruleset.Pattern
Set Form to Pattern.FORM_FACT_TYPE, Pattern.FORM_FACT_PATH, or Pattern.FORM_NESTED_TABLE.
setForm(String) - Method in class oracle.rules.sdk2.ruleset.SimpleTest
Set form of this test.
setForwardOnly(boolean) - Method in class oracle.rules.sdk2.decisionpoint.ViewObjectReference
 
setFunction(String) - Method in class oracle.rules.sdk2.ruleset.Aggregate
 
setFunction(String) - Method in class oracle.rules.sdk2.ruleset.Expression
 
setImmutableVariable(String) - Method in class oracle.rules.sdk2.ruleset.Expression
 
setImportedClasspath(String) - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
set the String with the location of the classes in the the Datamodel.
setIncluded(boolean) - Method in class oracle.rules.sdk2.decisiontable.Bucket
Set Endpoint Included flag
setInitialSize(int) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
Set the initial size of the rule session pool managed by the decision point.
setInputs(List<Object>) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
 
setInRule(String) - Method in class oracle.rules.rl.trace.TraceEntry
Sets the value of the inRule property.
setInt(RLObject, int) - Method in class oracle.rules.rl.RLProperty
Set property to int.
setJaxbLib(String) - Method in class oracle.rules.sdk2.datamodel.SchemaBrowser
Set the fully-qualified path of the JAXB library to use when compiling JAXB generated classes when using JAXB 1.0.
setKeyChain(KeyChain) - Method in class oracle.rules.sdk2.decisionpoint.KeyedActionType
 
setKeyValues(ViewObjectRef.KeyValues) - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.ViewObjectRef
Sets the value of the keyValues property.
setLevel(int) - Method in class oracle.rules.rl.trace.DecisionTrace
Sets the value of the level property.
setLifeCycle(String) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Set the dictionary life cycle
setLifeCycleDescription(String) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Set the dictionary life cycle description
setLine(int) - Method in exception oracle.rules.rl.exceptions.RLException
Deprecated.  
setLinkTypeName(String) - Method in class oracle.rules.sdk2.datamodel.AdfBcFactTypeDescriptor.Attribute
 
setList(boolean) - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionFact
 
setList(boolean) - Method in class oracle.rules.sdk2.decisionpoint.MetadataHelper.DFParm
 
setListContentType(String) - Method in class oracle.rules.sdk2.datamodel.TypedComponent
Set List content type by its alias
setListContentTypeID(DOID) - Method in class oracle.rules.sdk2.datamodel.TypedComponent
Set List content type ID
setListContentTypeName(String) - Method in class oracle.rules.sdk2.datamodel.TypedComponent
Set List content type
setLiteralValue(String) - Method in class oracle.rules.sdk2.ruleset.Expression
Shorthand for setConstant(true); setValue(literalValue);
setLocale(Locale) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
set the locale.
setLocale(Locale) - Method in class oracle.rules.sdk2.repository.RepositoryContext
Set the Locale
setLogical(boolean) - Method in class oracle.rules.sdk2.ruleset.RuleCommon
set "logical" property
setLogWithStackTrace(boolean) - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
Sets the boolean property that controls if logging should log the stack trace of an exception.
setLong(RLObject, long) - Method in class oracle.rules.rl.RLProperty
Set property to long.
setMaxFetchSize(int) - Method in class oracle.rules.sdk2.decisionpoint.ViewObjectReference
Maximum number of rows to fetch for this View Object.
setMaximumSessionUsage(int) - Method in class oracle.rules.rl.extensions.pool.RuleSessionPool
Sets the maximum RuleSession usage count.
setMutableVariable(String) - Method in class oracle.rules.sdk2.ruleset.Expression
 
setName(String) - Method in class oracle.rules.rl.trace.BeanProperty
Sets the value of the name property.
setName(String) - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionRuleSet
 
setName(String) - Method in class oracle.rules.sdk2.datamodel.Node
Set the name of the Node.
setName(String) - Method in class oracle.rules.sdk2.decisionpoint.MetadataHelper.DFParm
 
setName(String) - Method in class oracle.rules.sdk2.decisionpoint.ViewObjectReference
 
setName(String) - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointInputs.Parameter
Sets the value of the name property.
setName(String) - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointResults.Value
Sets the value of the name property.
setName(String) - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.ViewObjectRef.KeyValues.Key
Sets the value of the name property.
setName(String) - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.ViewObjectRef
Sets the value of the name property.
setName(String) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Set name of DictionaryComponent
setName(String) - Method in interface oracle.rules.sdk2.dictionary.UnnamedComponent
Does nothing
setNamespace(String) - Method in class oracle.rules.sdk2.datamodel.JaxbFactType
 
setNodeName(String) - Method in class oracle.rules.sdk2.datamodel.JaxbFactType
 
setObjectType(String) - Method in class oracle.rules.rl.trace.BeanObject
Sets the value of the objectType property.
setOperation(ActivationOperation) - Method in class oracle.rules.rl.trace.ActivationTrace
Sets the value of the operation property.
setOperation(FactOperation) - Method in class oracle.rules.rl.trace.FactTrace
Sets the value of the operation property.
setOperation(RulesetStackOperation) - Method in class oracle.rules.rl.trace.RulesetStackTrace
Sets the value of the operation property.
setOperator(String) - Method in class oracle.rules.sdk2.ruleset.Expression
 
setOperator(String) - Method in class oracle.rules.sdk2.ruleset.Pattern
Set Pattern operator.
setOperator(String) - Method in class oracle.rules.sdk2.ruleset.SimpleTest
 
setOperatorID(DOID) - Method in class oracle.rules.sdk2.ruleset.SimpleTest
 
setOrderRulesByBucket(boolean) - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
set whether rules in this DT are automatically ordered by bucket value
setOriginDictionaryName(String) - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
set the dictionary name for origin dictionary.
setOriginLocation(String) - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
set the String with the location of the origin repository.
setOriginPassword(String) - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
set the WebDav password.
setOriginPasswordSource(String) - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
set the WebDav password source file
setOriginProxyHost(String) - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
set the WebDav proxy host
setOriginProxyPassword(String) - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
set the WebDav proxy password.
setOriginProxyPort(String) - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
set the WebDav proxy port
setOriginProxyUserid(String) - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
set the WebDav Proxy userid
setOriginType(String) - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
set the String denoting origin repository type.
setOriginUserid(String) - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
set the WebDav userid
setOriginVersionName(String) - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
set the origin version name. if this is MigrateRuleRepository.MIGRATE_ALL and dictionary name is MigrateRuleRepository.MIGRATE_ALL, all versions and all dictionaries will be migrateed.
setOutLog(Writer) - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
Set the output message Writer.
setOutputWriter(Writer) - Method in class oracle.rules.rl.RuleSession
Set the writer used by RL println, show, and watch functions.
setPackage(String) - Method in class oracle.rules.sdk2.dictionary.DictionaryName
Set the package for the linked dictionary.
setParameterized(boolean) - Method in class oracle.rules.sdk2.decisiontable.DTAction
Deprecated. no longer needed
setParameterRequired(boolean) - Method in class oracle.rules.sdk2.ruleset.Expression
Deprecated. No replacement. A no-op.
setParentDimensionNode(DimensionNode) - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
set parent DimensionNode
setParserLib(String) - Method in class oracle.rules.sdk2.datamodel.SchemaBrowser
Set the fully-qualified path of the XML parser library to use when compiling JAXB generated classes using JAXB 1.0.
setPrefixLinkedNames(boolean) - Method in class oracle.rules.sdk2.dictionary.DictionaryLink
Set the PrefixLinkedNames Property for the linked dictionary.
setPresentationName(String) - Method in class oracle.rules.sdk2.dictionary.UndoableEdit
 
setPrincipal(Principal) - Method in class oracle.rules.sdk2.repository.RepositoryContext
Set a principal
setPriority(int) - Method in class oracle.rules.rl.trace.ActivationData
Sets the value of the priority property.
setPriority(String) - Method in class oracle.rules.sdk2.ruleset.RuleCommon
Set a String containing a priority a level, e.g.
setProperty(String, Object) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPoint
Set a single property value.
setProperty(String, Object) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
Set a single property value.
setProperty(String, Object) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
Set a property value only in this DecisionPointInstance.
setProperty(String, Object) - Method in class oracle.rules.sdk2.repository.RepositoryContext
Set a property
setRedoPresentationName(String) - Method in class oracle.rules.sdk2.dictionary.UndoableEdit
 
setReloadNeeded(DictionaryFQN) - Method in class oracle.rules.sdk2.repository.DictionaryLoader
Indicates that the specified dictionary has been updated.
setResourceBundle(String) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Set the name of the user resource bundle for UserTranslatedPropertys.
setResourceBundleControl(ResourceBundle.Control) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Set the user resource bundle control for TranslatedPropertys.
setResult(boolean) - Method in class oracle.rules.sdk2.datamodel.Function.TestResult
 
setRuleFiringLimit(String) - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
set limit on how many rules to fire.
setRuleFiringLimitError(boolean) - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
true if reaching the rule firing limit is an error, false otherwise.
setRuleName(String) - Method in class oracle.rules.rl.trace.ActivationData
Sets the value of the ruleName property.
setRuleName(String) - Method in class oracle.rules.rl.trace.RuleCompilationTrace
Sets the value of the ruleName property.
setRuleSession(RuleSession) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
Set the RuleSession to use explicitly.
setRuleSetAlias(String) - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionRuleSet
 
setRulesetName(String) - Method in class oracle.rules.rl.RuleSession
Set the name of the implicit ruleset for top level definitions (default is "main").
setRulesetName(String) - Method in class oracle.rules.rl.trace.RulesetStackTrace
Sets the value of the rulesetName property.
setSandboxName(String) - Method in class oracle.rules.sdk2.repository.SandboxAccess
Sets the name of the sandbox to use.
setSchemaPathRoot(URI) - Method in class oracle.rules.sdk2.datamodel.SchemaBrowser
 
setSequenceNumber(int) - Method in class oracle.rules.rl.trace.RuleTrace
Sets the value of the sequenceNumber property.
setServiceConfiguration(String) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
 
setServiceName(String) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
 
setServiceNamespace(String) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
 
setSetid(String) - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointInputs
Sets the value of the setid property.
setSharedBucketSet(BucketSet) - Method in class oracle.rules.sdk2.decisiontable.Dimension
Set SharedBucketSet and BucketSet shared flag Null bucketSet clears shared flag.
setSharedBucketSetByAlias(String) - Method in class oracle.rules.sdk2.decisiontable.Dimension
 
setShort(RLObject, short) - Method in class oracle.rules.rl.RLProperty
Set property to short.
setShouldPool(boolean) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
Set the value of the pooling attribute.
setShouldRefresh(boolean) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
Set the value of the dictionary refresh attribute.
setShowConstants(boolean) - Method in class oracle.rules.sdk2.ruleset.Expression
Set Show constants in ValueOptions
setShowConstructorsWithFunctions(boolean) - Method in class oracle.rules.sdk2.ruleset.Expression
Include Constructors in the Function options list
setShowFunctions(boolean) - Method in class oracle.rules.sdk2.ruleset.Expression
Set Show functions and methods in ValueOptions
setShowVariables(boolean) - Method in class oracle.rules.sdk2.ruleset.Expression
Set Show variables in ValueOptions
setSoftMaxSize(int) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
Set the soft maximum size of the rule session pool managed by the decision point.
setSource(String) - Method in exception oracle.rules.rl.exceptions.RLException
Set the input source of this exception.
setSource(String) - Method in class oracle.rules.sdk2.datamodel.FactType
 
setSourceOutputDir(String) - Method in class oracle.rules.sdk2.datamodel.SchemaBrowser
Set the directory to generate the JAXB source file into.
setStateless(boolean) - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
Set whether this decision function is stateless (RuleSession can be returned to pool)
setStatic(boolean) - Method in class oracle.rules.sdk2.datamodel.Modifiers
 
setString(String) - Method in class oracle.rules.rl.trace.PropertyValue
Sets the value of the string property.
setStringValue(String...) - Method in class oracle.rules.sdk2.dictionary.IDTableProperty
Set the string value of the table
setSuperClass(String) - Method in class oracle.rules.sdk2.datamodel.FactType
Set super class of the RL FactType
setSuperClassID(DOID) - Method in class oracle.rules.sdk2.datamodel.FactType
Set super class of the RL FactType
setSupportsXPathEnabled(boolean) - Method in class oracle.rules.rl.RuleSession
Enables (disables) "supports xpath" by specifying a new value of true (false).
setSupportsXPathEnabled(boolean) - Method in class oracle.rules.sdk2.datamodel.DataModel
Enables (disables) "supports xpath" by specifying a new value of true (false).
setSupportXPath(boolean) - Method in class oracle.rules.sdk2.datamodel.JavaFactType
 
setSupportXPath(boolean) - Method in class oracle.rules.sdk2.datamodel.RLFactType
Deprecated.  
setSystem(boolean) - Method in class oracle.rules.sdk2.datamodel.Variable
 
SettableProperty<T> - Class in oracle.rules.sdk2.dictionary
A SettableProperty can be set
SettableProperty.Diff<T> - Class in oracle.rules.sdk2.dictionary
Describe differences between 2 SettableProperty this and that, and allow the differences from that to be appled to this so this and that are the same.
setTarget(String) - Method in class oracle.rules.sdk2.ruleset.Action
 
setTargetPackage(String) - Method in class oracle.rules.sdk2.datamodel.JaxbFactType
 
setTestExcludedBuckets(boolean) - Method in class oracle.rules.sdk2.decisiontable.BucketSet
should excluded bucket values be allowed in tests or DT condition cells?
setTestForm(String) - Method in class oracle.rules.sdk2.ruleset.Pattern
set type of test associated with the Pattern.
setTimestamp(long) - Method in class oracle.rules.rl.trace.TraceEntry
Sets the value of the timestamp property.
setTimestamp(long) - Method in class oracle.rules.sdk2.datamodel.JavaFactType
 
setTokenTime(int) - Method in class oracle.rules.rl.trace.ActivationData
Sets the value of the tokenTime property.
setTransaction(DBTransactionImpl2) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
Sets the transaction object to be used by this decision point instance.
setTransaction(Connection) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
Bootstraps and sets a transaction object from given a database Connection.
setTransaction(String) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
Bootstraps and sets a transaction object given a J2EE data source name.
setTranslatedAlias(String) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Set translated alias of the DictionaryComponent.
setTranslatedDescription(String) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Set translated description of dictionary component.
setTranslatedValue(String...) - Method in class oracle.rules.sdk2.decisiontable.DimensionNode.ValuesProperty
the following code fragment is always a no-op: setTranslatedValue(getValue(true))
setTranslatedValue(String) - Method in class oracle.rules.sdk2.dictionary.ChoosableProperty
Set translated property value.
setTranslatedValue(String) - Method in class oracle.rules.sdk2.dictionary.TranslatedProperty
the following code fragment is always a no-op: setTranslatedValue(getValue(true))
setTranslatedValue(String) - Method in class oracle.rules.sdk2.dictionary.UserTranslatedProperty
Set the translated value of the property
setTranslatedValue(String) - Method in class oracle.rules.sdk2.ruleset.Action.TargetProperty
 
setTranslatedValue(String) - Method in class oracle.rules.sdk2.ruleset.Expression.ExpressionValueProperty
 
setTranslatedValue(String) - Method in class oracle.rules.sdk2.ruleset.Pattern.VariableProperty
 
setTree(boolean) - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionFact
 
setTree(boolean) - Method in class oracle.rules.sdk2.decisionpoint.MetadataHelper.DFParm
 
setTreeMode(boolean) - Method in class oracle.rules.sdk2.ruleset.RuleCommon
Set tree mode.
setType(String) - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionFact
 
setType(String) - Method in class oracle.rules.sdk2.datamodel.TypedComponent
Set the type of the definition.
setType(String) - Method in class oracle.rules.sdk2.ruleset.Token
 
setTypeID(DOID) - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionFact
 
setTypeID(DOID) - Method in class oracle.rules.sdk2.datamodel.TypedComponent
Set the type ID of the definition.
setTypeIDs(DOID...) - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionFact
 
setTypeIDs(DOID...) - Method in class oracle.rules.sdk2.datamodel.FormalParameter
 
setTypeIDs(DOID...) - Method in class oracle.rules.sdk2.datamodel.OverloadedParameter
Set the type IDs of the overloaded parameter.
setTypeName(String) - Method in class oracle.rules.sdk2.datamodel.AdfBcFactTypeDescriptor
 
setTypeName(String) - Method in class oracle.rules.sdk2.datamodel.TypedComponent
Set Name of the type of the definition.
setTypeName(String) - Method in class oracle.rules.sdk2.decisionpoint.MetadataHelper.DFParm
 
setTypes(String...) - Method in class oracle.rules.sdk2.datamodel.OverloadedParameter
Set the types of the overloaded parameter by alias.
setUndoPresentationName(String) - Method in class oracle.rules.sdk2.dictionary.UndoableEdit
 
setUsingWhereClause(boolean) - Method in class oracle.rules.sdk2.decisionpoint.ViewObjectReference
 
setUsingWhereClause(String) - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.ViewObjectRef
Sets the value of the usingWhereClause property.
setValue(PropertyValue) - Method in class oracle.rules.rl.trace.BeanProperty
Sets the value of the value property.
setValue(String) - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.ViewObjectRef.KeyValues.Key
Sets the value of the value property.
setValue(String...) - Method in class oracle.rules.sdk2.decisiontable.DimensionNode.ValuesProperty
 
setValue(T) - Method in class oracle.rules.sdk2.dictionary.SettableProperty
Set the value of the property
setValue(String) - Method in class oracle.rules.sdk2.ruleset.Expression
 
setValue(String) - Method in class oracle.rules.sdk2.ruleset.Token
 
setValues(String...) - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
Set dimension values of DimensionNode.
setVariable(String, Object) - Method in class oracle.rules.rl.RuleSession
Sets the value of the specified RL global variable.
setVariable(String) - Method in class oracle.rules.sdk2.ruleset.Action
 
setVariable(String) - Method in class oracle.rules.sdk2.ruleset.Aggregate
 
setVariable(String) - Method in class oracle.rules.sdk2.ruleset.Expression
Deprecated. Use Expression.setMutableVariable(java.lang.String)
setVariable(String) - Method in class oracle.rules.sdk2.ruleset.Pattern
 
setVariable(String) - Method in class oracle.rules.sdk2.ruleset.SimpleTest
 
setVariableRL(String) - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionFact
 
setVariableRL(int) - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionFact
 
setViewObject(ViewObject) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
Adds a view object to be asserted as the Decision Point is run.
setViewObjectLoader(String) - Method in class oracle.rules.sdk2.decisionpoint.ViewObjectReference
 
setViewObjectLoader(String) - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.ViewObjectRef
Sets the value of the viewObjectLoader property.
setViewObjectName(String) - Method in class oracle.rules.sdk2.decisionpoint.wsfacts.SimpleDecisionPointInput
Sets the value of the viewObjectName property.
setViewObjectReference(ViewObjectReference) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointInstance
Sets a view object reference to be used to load a view object, which can then load datbase rows.
setViewRowImpl(ViewRowImpl) - Method in class oracle.rules.sdk2.decisionpoint.ActionType
 
setVisibilityFilterEnabled(boolean) - Method in class oracle.rules.sdk2.ruleset.RuleSet
 
setVisible(boolean) - Method in interface oracle.rules.sdk2.datamodel.Callable
 
setVisible(boolean) - Method in class oracle.rules.sdk2.datamodel.ModelComponent
Set visibility of the element
setVisibleFact(boolean) - Method in class oracle.rules.sdk2.datamodel.FactType
 
setVisibleType(boolean) - Method in class oracle.rules.sdk2.datamodel.FactType
 
setWebService(boolean) - Method in class oracle.rules.sdk2.datamodel.DecisionFunction
Set whether this decision function to be exposed as a web service
setXSDLocation(String) - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
set the String with the location of the XSDs in the the Datamodel.
setXSDOutputDir(String) - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
set the String with the location of the XSDs in the the Datamodel.
SHORT - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
SHORT - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
SHORT_W - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
SHORT_W - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
SHOULD_EXCLUDED_BUCKETS_APPEAR - Static variable in class oracle.rules.sdk2.exception.Constants
 
shouldExecuteRL() - Method in class oracle.rules.tools.migrator.MigrateRuleRepository
Gets the boolean property that controls if the migrated dictionary should generate and execute RL as part of validation
shouldPool() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
By default, the decision point will manage a pool of RuleSession instances.
shouldRefresh() - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
By default, the decision point will detect changes to the rule dictionary identified by the DictionaryFQN.
SimpleDecisionPointInput - Class in oracle.rules.sdk2.decisionpoint.wsfacts
Java class for anonymous complex type.
SimpleDecisionPointInput() - Constructor for class oracle.rules.sdk2.decisionpoint.wsfacts.SimpleDecisionPointInput
 
SimpleTest - Class in oracle.rules.sdk2.ruleset
A SimpleTest has one of 4 Forms: FORM_SIMPLE (was FORM_NOT_NESTED) FORM_VARIABLE_DEFINITION FORM_NESTED FORM_NESTED_NOT All forms use the Connective property to specify whether this test is connected to the next test in the containing table by "And" or "Or".
SimpleTest.OperatorProperty - Class in oracle.rules.sdk2.ruleset
 
SimpleTestTable - Class in oracle.rules.sdk2.ruleset
A SimpleTestTable contains SimpleTestExpression's which are combined with AND's or OR's.
size() - Method in class oracle.rules.sdk2.datamodel.Node
 
size() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
size() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
return the size of the table
size() - Method in class oracle.rules.sdk2.dictionary.IDTable
 
SOFT_MAXIMUM_SIZE - Static variable in class oracle.rules.rl.extensions.pool.RuleSessionPool
The default soft upper limit on the size of the pool.
SORT - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
 
sort(String) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
 
sort(String, boolean) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
 
sort(List<? extends DictionaryComponent>, String, boolean) - Static method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
 
SORT_ASCEND - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
 
SORT_DECEND - Static variable in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
 
span() - Method in class oracle.rules.sdk2.decisiontable.Dimension
Span all consecutive DimensionNodes in this Dimension with same buckets.
span() - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
Span all child DimensionNodes (must have sameBucket).
span(DimensionNode) - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
Span DimensionNodes.
span() - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
Span all contiguous dimension nodes with sameBuckets.
span(List<DimensionNode>) - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
Span the consecutive dimension nodes with sameBuckets.
split() - Method in class oracle.rules.sdk2.decisiontable.Dimension
Split the Dimension in the same way split(true)
split(boolean) - Method in class oracle.rules.sdk2.decisiontable.Dimension
Split the Dimension such that each sibling group has all values in the bucketset.
split() - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
split this DimensionNode into siblings such that this node and new siblings each have a single bucket value.
split() - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
Split all nodes in all Dimensions into siblings such that each node has a single bucket value.
SQLDate - Class in oracle.rules.rl.extensions
 
SQLDate() - Constructor for class oracle.rules.rl.extensions.SQLDate
 
STATELESS - Static variable in class oracle.rules.sdk2.exception.Constants
 
STATIC - Static variable in class oracle.rules.sdk2.exception.Constants
 
STATIC_FIELDS - Static variable in class oracle.rules.sdk2.exception.Constants
 
STRING - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
STRING - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
STRING_TYPE - Static variable in class oracle.rules.sdk2.datamodel.xml.RuleXMLConstants
 
stringJoin(String...) - Static method in class oracle.rules.rl.extensions.RL
Concatenate first n-1 pieces using the last piece as a separator.
stringToFqn(String) - Static method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
 
StringTranslator - Class in oracle.rules.sdk2.dictionary
 
stripQuotes(String) - Static method in class oracle.rules.sdk2.dictionary.Util
 
subList(int, int) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
Not Supported
subList(int, int) - Method in class oracle.rules.sdk2.dictionary.IDTable
Not Supported
substring(String, int, int) - Static method in class oracle.rules.rl.extensions.RL
Return substring of s from start for length chars.
substring(String, int) - Static method in class oracle.rules.rl.extensions.RL
Return suffix of s beginning at start char.
substringAfter(String, String) - Static method in class oracle.rules.rl.extensions.RL
 
substringBefore(String, String) - Static method in class oracle.rules.rl.extensions.RL
 
subtractDaysFrom(Calendar, int) - Static method in class oracle.rules.rl.extensions.JavaDate
Returns a new Calendar that is the result of subtracting the specified number of days from the specified date.
subtractDaysFrom(XMLGregorianCalendar, int) - Static method in class oracle.rules.rl.extensions.XMLDate
Returns a new XMLGregorianCalendar that is the result of subtracting the specified number of days from the specified XMLGregorianCalendar.
subtractDaysFrom(Timestamp, int) - Static method in class oracle.rules.sdk2.extensions.OracleDate
Returns a new Timestamp instance that is the result of subtracting the specified number of days from the specified Timestamp instance.
subtractDurationFrom(Calendar, Duration) - Static method in class oracle.rules.rl.extensions.JavaDate
Returns a new Calendar that is the result of subtracting the specified duration from the specified date.
subtractDurationFrom(XMLGregorianCalendar, Duration) - Static method in class oracle.rules.rl.extensions.XMLDate
Returns a new XMLGregorianCalendar that is the result of subtracting the specified duration from the specified XMLGregorianCalendar.
subtractDurationFrom(Timestamp, Duration) - Static method in class oracle.rules.sdk2.extensions.OracleDate
Returns a new Timestamp instance that is the result of subtracting the specified duration from the specified Timestamp instance.
subtractHoursFrom(Calendar, long) - Static method in class oracle.rules.rl.extensions.JavaDate
Returns a new Calendar that is the result of subtracting the specified number of hours from the specified date.
subtractHoursFrom(XMLGregorianCalendar, long) - Static method in class oracle.rules.rl.extensions.XMLDate
Returns a new XMLGregorianCalendar that is the result of subtracting the specified number of hours from the specified XMLGregorianCalendar.
subtractHoursFrom(Timestamp, long) - Static method in class oracle.rules.sdk2.extensions.OracleDate
Returns a new Timestamp instance that is the result of subtracting the specified number of hours from the specified Timestamp instance.
subtractMillisecondsFrom(Calendar, long) - Static method in class oracle.rules.rl.extensions.JavaDate
Returns a new Calendar that is the result of subtracting the specified number of milliseconds from the specified date.
subtractMillisecondsFrom(XMLGregorianCalendar, long) - Static method in class oracle.rules.rl.extensions.XMLDate
Returns a new XMLGregorianCalendar that is the result of subtracting the specified number of milliseconds from the specified XMLGregorianCalendar.
subtractMillisecondsFrom(Timestamp, long) - Static method in class oracle.rules.sdk2.extensions.OracleDate
Returns a new Timestamp instance that is the result of subtracting the specified number of milliseconds from the specified Timestamp instance.
subtractMinutesFrom(Calendar, long) - Static method in class oracle.rules.rl.extensions.JavaDate
Returns a new Calendar that is the result of subtracting the specified number of minutes from the specified date.
subtractMinutesFrom(XMLGregorianCalendar, long) - Static method in class oracle.rules.rl.extensions.XMLDate
Returns a new XMLGregorianCalendar that is the result of subtracting the specified number of minutes from the specified XMLGregorianCalendar.
subtractMinutesFrom(Timestamp, long) - Static method in class oracle.rules.sdk2.extensions.OracleDate
Returns a new Timestamp instance that is the result of subtracting the specified number of minutes from the specified Timestamp instance.
subtractMonthsFrom(Calendar, int) - Static method in class oracle.rules.rl.extensions.JavaDate
Returns a new Calendar that is the result of subtracting the specified number of months from the date.
subtractMonthsFrom(XMLGregorianCalendar, int) - Static method in class oracle.rules.rl.extensions.XMLDate
Returns a new XMLGregorianCalendar that is the result of subtracting the specified number of months from the specified XMLGregorianCalendar.
subtractMonthsFrom(Timestamp, int) - Static method in class oracle.rules.sdk2.extensions.OracleDate
Returns a new Timestamp instance that is the result of subtracting the specified number of months from the date.
subtractSecondsFrom(Calendar, long) - Static method in class oracle.rules.rl.extensions.JavaDate
Returns a new Calendar that is the result of subtracting the specified number of seconds from the specified date.
subtractSecondsFrom(XMLGregorianCalendar, long) - Static method in class oracle.rules.rl.extensions.XMLDate
Returns a new XMLGregorianCalendar that is the result of subtracting the specified number of seconds from the specified XMLGregorianCalendar.
subtractSecondsFrom(Timestamp, long) - Static method in class oracle.rules.sdk2.extensions.OracleDate
Returns a new Timestamp instance that is the result of subtracting the specified number of seconds from the specified Timestamp instance.
subtractWeeksFrom(Calendar, int) - Static method in class oracle.rules.rl.extensions.JavaDate
Returns a new Calendar that is the result of subtracting the specified number of weeks from the specified date.
subtractWeeksFrom(XMLGregorianCalendar, int) - Static method in class oracle.rules.rl.extensions.XMLDate
Returns a new XMLGregorianCalendar that is the result of subtracting the specified number of weeks from the specified XMLGregorianCalendar.
subtractWeeksFrom(Timestamp, int) - Static method in class oracle.rules.sdk2.extensions.OracleDate
Returns a new Timestamp instance that is the result of subtracting the specified number of weeks from the specified Timestamp instance.
subtractYearsFrom(Calendar, int) - Static method in class oracle.rules.rl.extensions.JavaDate
Returns a new Calendar that is the result of subtracting the specified number of years from the specified date.
subtractYearsFrom(XMLGregorianCalendar, int) - Static method in class oracle.rules.rl.extensions.XMLDate
Returns a new XMLGregorianCalendar that is the result of subtracting the specified number of years from the specified XMLGregorianCalendar.
subtractYearsFrom(Timestamp, int) - Static method in class oracle.rules.sdk2.extensions.OracleDate
Returns a new Timestamp instance that is the result of subtracting the specified number of years from the specified Timestamp instance.
SUM - Static variable in class oracle.rules.sdk2.ruleset.Aggregate
 
surround(String) - Method in class oracle.rules.sdk2.ruleset.Action
 
surround(String, List<Action>) - Static method in class oracle.rules.sdk2.ruleset.Action
 
surround(List<Pattern>) - Static method in class oracle.rules.sdk2.ruleset.Pattern
 
surround(String, List<Pattern>) - Static method in class oracle.rules.sdk2.ruleset.Pattern
 
surround() - Method in class oracle.rules.sdk2.ruleset.Pattern
 
surround(String) - Method in class oracle.rules.sdk2.ruleset.Pattern
 
surround(List<SimpleTest>) - Static method in class oracle.rules.sdk2.ruleset.SimpleTest
 
surround(String, List<SimpleTest>) - Static method in class oracle.rules.sdk2.ruleset.SimpleTest
 
surround() - Method in class oracle.rules.sdk2.ruleset.SimpleTest
 
surround(String) - Method in class oracle.rules.sdk2.ruleset.SimpleTest
 

T

TableProperty<T extends DictionaryComponent> - Class in oracle.rules.sdk2.dictionary
A TableProperty is a DictionaryProperty whose value is a DictionaryComponentTable.
TableProperty.Diff<T extends DictionaryComponent> - Class in oracle.rules.sdk2.dictionary
 
TEMP_TYPE_ID_PREFIX - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
test(StringBuilder) - Method in class oracle.rules.sdk2.datamodel.Function
Deprecated. 
test(StringBuilder, ClassLoader) - Method in class oracle.rules.sdk2.datamodel.Function
Execute this function in a new RuleSession, and return its result.
test(StringBuilder, ClassLoader, Integer, Integer) - Method in class oracle.rules.sdk2.datamodel.Function
 
TEST_BETWEEN - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
TEST_EQ - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
TEST_FORM_ADVANCED - Static variable in class oracle.rules.sdk2.ruleset.Pattern
TEST_FORM_ADVANCED Specifies the use of boolean Expression located in Expression property.
TEST_FORM_NOTEST - Static variable in class oracle.rules.sdk2.ruleset.Pattern
Specifies test form.
TEST_FORM_SIMPLE - Static variable in class oracle.rules.sdk2.ruleset.Pattern
TEST_FORM_SIMPLE Specifies the use of SimpleTest, located in SimpleTestTable.
TEST_GE - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
TEST_GT - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
TEST_IN - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
TEST_LE - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
TEST_LT - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
TEST_NE - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
TEST_NOT - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
TESTOP_BETWEEN - Static variable in class oracle.rules.sdk2.dictionary.Util
 
TESTOP_EQ - Static variable in class oracle.rules.sdk2.dictionary.Util
 
TESTOP_GE - Static variable in class oracle.rules.sdk2.dictionary.Util
 
TESTOP_GT - Static variable in class oracle.rules.sdk2.dictionary.Util
 
TESTOP_IN - Static variable in class oracle.rules.sdk2.dictionary.Util
 
TESTOP_INSTANCEOF - Static variable in class oracle.rules.sdk2.dictionary.Util
 
TESTOP_LE - Static variable in class oracle.rules.sdk2.dictionary.Util
 
TESTOP_LT - Static variable in class oracle.rules.sdk2.dictionary.Util
 
TESTOP_NE - Static variable in class oracle.rules.sdk2.dictionary.Util
 
THROWABLE - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
THROWABLE - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
timestampFromDateTimeString(String) - Static method in class oracle.rules.rl.extensions.SQLDate
Creates a Timestamp instance for the specified extended ISO 8601 date and time.
TO - Static variable in class oracle.rules.sdk2.exception.Constants
 
toArray() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
 
toArray(U[]) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
 
toArray() - Method in class oracle.rules.sdk2.dictionary.IDTable
 
toArray(U[]) - Method in class oracle.rules.sdk2.dictionary.IDTable
 
toCodePoints(String) - Static method in class oracle.rules.sdk2.dictionary.Util
 
toCodePoints(char[]) - Static method in class oracle.rules.sdk2.dictionary.Util
 
toDateString(Calendar) - Static method in class oracle.rules.rl.extensions.JavaDate
Return the ISO 8601 representation of the specified date.
toDateString(Date) - Static method in class oracle.rules.rl.extensions.SQLDate
Return the ISO 8601 representation of the specified Date.
toDateTimeString(Calendar) - Static method in class oracle.rules.rl.extensions.JavaDate
Return the ISO 8601 representation of the specified date and time.
toDateTimeString(Date) - Static method in class oracle.rules.rl.extensions.SQLDate
Return the ISO 8601 representation of the specified Date.
toDateTimeString(Timestamp) - Static method in class oracle.rules.rl.extensions.SQLDate
Return the ISO 8601 representation of the specified date and time.
toDateTimeTzString(Calendar) - Static method in class oracle.rules.rl.extensions.JavaDate
Return the extended ISO 8601 representation of the specified date and time.
toDateTzString(Calendar) - Static method in class oracle.rules.rl.extensions.JavaDate
Return the extended ISO 8601 representation of the specified date.
toGregorianCalendar(Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDate
Return a GregorianCalendar representing the specified Timestamp
Token - Class in oracle.rules.sdk2.ruleset
Describes parse tokens returned by Expression method calls.
TOKEN_BINARYOP - Static variable in class oracle.rules.sdk2.ruleset.ExprParser
 
TOKEN_BOOLEAN_CONSTANT - Static variable in class oracle.rules.sdk2.ruleset.ExprParser
 
TOKEN_CHARLIT - Static variable in class oracle.rules.sdk2.ruleset.ExprParser
 
TOKEN_CONSTRUCTOR - Static variable in class oracle.rules.sdk2.ruleset.ExprParser
 
TOKEN_FUNCTION - Static variable in class oracle.rules.sdk2.ruleset.ExprParser
 
TOKEN_IDENTIFIER - Static variable in class oracle.rules.sdk2.ruleset.ExprParser
 
TOKEN_LBRACKET - Static variable in class oracle.rules.sdk2.ruleset.ExprParser
 
TOKEN_LPAREN - Static variable in class oracle.rules.sdk2.ruleset.ExprParser
 
TOKEN_NULL - Static variable in class oracle.rules.sdk2.ruleset.ExprParser
 
TOKEN_NUMBER - Static variable in class oracle.rules.sdk2.ruleset.ExprParser
 
TOKEN_PRE_UNARYOP - Static variable in class oracle.rules.sdk2.ruleset.ExprParser
 
TOKEN_RBRACKET - Static variable in class oracle.rules.sdk2.ruleset.ExprParser
 
TOKEN_RPAREN - Static variable in class oracle.rules.sdk2.ruleset.ExprParser
 
TOKEN_STRINGLIT - Static variable in class oracle.rules.sdk2.ruleset.ExprParser
 
TOKEN_TYPE_OP - Static variable in class oracle.rules.sdk2.ruleset.ExprParser
 
TOKEN_TYPE_OPERAND - Static variable in class oracle.rules.sdk2.ruleset.ExprParser
 
TOKEN_TYPE_UNKNOWN - Static variable in class oracle.rules.sdk2.ruleset.ExprParser
 
TOKEN_UNARY_OR_BINARY_OP - Static variable in class oracle.rules.sdk2.ruleset.ExprParser
 
TOKEN_UNKNOWN - Static variable in class oracle.rules.sdk2.ruleset.ExprParser
 
toString(XMLGregorianCalendar) - Static method in class oracle.rules.rl.extensions.XMLDate
Return the ISO 8601 representation of the specified XMLGregorianCalendar.
toString() - Method in class oracle.rules.rl.RLObject
Convert this RLObject to a String.
toString() - Method in class oracle.rules.rl.RLProperty
 
toString() - Method in class oracle.rules.sdk2.datamodel.JavaFactType
 
toString() - Method in class oracle.rules.sdk2.datamodel.RLFactType
Get String representation of the RLFactType
toString() - Method in class oracle.rules.sdk2.dictionary.PropertyTranslator.Key
 
toString() - Method in exception oracle.rules.sdk2.exception.SDKRuntimeException
 
toString(Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDate
Return the ISO 8601 representation of the specified Timestamp instance.
toTimeString(Calendar) - Static method in class oracle.rules.rl.extensions.JavaDate
Return the ISO 8601 representation of the specified time.
toTimeString(Date) - Static method in class oracle.rules.rl.extensions.SQLDate
Return the ISO 8601 representation of the specified Date.
toTimeTzString(Calendar) - Static method in class oracle.rules.rl.extensions.JavaDate
Return the extended ISO 8601 representation of the specified time.
TraceAnalysis - Class in oracle.rules.rl.extensions.trace
Assist in the navigation and analysis of a decision trace.
TraceAnalysis(DecisionTrace) - Constructor for class oracle.rules.rl.extensions.trace.TraceAnalysis
Create a navigable representation of a decision trace so that it may be analyzed.
TraceEntry - Class in oracle.rules.rl.trace
Java class for trace-entry complex type.
TraceEntry() - Constructor for class oracle.rules.rl.trace.TraceEntry
 
TraceGroup - Class in oracle.rules.rl.extensions.trace
Base class for trace groups.
TranslatedProperty - Class in oracle.rules.sdk2.dictionary
A Translated property is a settable String-valued property.
TranslatedProperty(DictionaryComponent, String, String) - Constructor for class oracle.rules.sdk2.dictionary.TranslatedProperty
 
TranslatedProperty(DictionaryComponent, String) - Constructor for class oracle.rules.sdk2.dictionary.TranslatedProperty
 
TRUE - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
TRUE - Static variable in class oracle.rules.sdk2.datamodel.Node
 
TYPE - Static variable in class oracle.rules.sdk2.datamodel.xml.RuleXMLConstants
 
type - Variable in class oracle.rules.sdk2.dictionary.DictionaryChangeEvent.ObjectChange
 
TYPE_ALL_SPACES - Static variable in class oracle.rules.sdk2.ruleset.Token
 
TYPE_CONSTANT - Static variable in class oracle.rules.sdk2.ruleset.Token
 
TYPE_CONSTRAINT - Static variable in class oracle.rules.sdk2.ruleset.Token
 
TYPE_FUNCTION - Static variable in class oracle.rules.sdk2.ruleset.Token
 
TYPE_LITERAL - Static variable in class oracle.rules.sdk2.ruleset.Token
 
TYPE_OPERATOR - Static variable in class oracle.rules.sdk2.ruleset.Token
 
TYPE_POSTFIX - Static variable in class oracle.rules.sdk2.datamodel.xml.RuleXMLConstants
 
TYPE_UNKNOWN - Static variable in class oracle.rules.sdk2.ruleset.Token
 
TYPE_VARIABLE - Static variable in class oracle.rules.sdk2.ruleset.Token
 
TypeCheckException - Exception in oracle.rules.rl.exceptions
Semantic error base exception class.
TypedComponent - Class in oracle.rules.sdk2.datamodel
A TypedComponent is a ModelComponent with a Type Note that the type and the type ID are synchronized -- setting one also sets the other.

U

unbalanced() - Method in class oracle.rules.sdk2.ruleset.Expression
Matches up operators which come in pairs, such as ( ), then returns an array of integers indicating unmatched grouping operators.
UNDEFINED - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
UndefinedException - Exception in oracle.rules.rl.exceptions
Semantic error -- a name is undefined.
undo() - Method in class oracle.rules.sdk2.dictionary.UndoableEdit
Undo the edit that was made.
UndoableEdit - Class in oracle.rules.sdk2.dictionary
Simplified version of javax.swing.undo.UndoableEdit.
union(List...) - Static method in class oracle.rules.rl.extensions.RL
Union lists.
UNKNOWN - Static variable in class oracle.rules.sdk2.datamodel.xml.RuleXMLConstants
 
UNKNOWN_VALUE_LIST - Static variable in class oracle.rules.sdk2.decisiontable.BucketSet
 
UNKNOWN_VALUE_STRING - Static variable in class oracle.rules.sdk2.decisiontable.DimensionNode
 
UNLIMITED_FIRING - Static variable in class oracle.rules.sdk2.datamodel.DecisionFunction
 
unMark() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
Clear marks.
UnnamedComponent - Interface in oracle.rules.sdk2.dictionary
 
UnnamedModelComponent - Class in oracle.rules.sdk2.datamodel
Restricts ModelComponent by taking away name and alias properties.
UnnamedRuleComponent - Class in oracle.rules.sdk2.ruleset
Restricts RuleComponent by taking away name and alias properties.
unqual(String) - Static method in class oracle.rules.sdk2.dictionary.Util
 
unqualName(Object) - Static method in class oracle.rules.sdk2.dictionary.Util
 
unregisterChangeListener(RepositoryChangeListener) - Method in interface oracle.rules.sdk2.repository.RuleRepository
Unregister a listener for dictionary changes.
unspan() - Method in class oracle.rules.sdk2.decisiontable.Dimension
Unspan all nodes in this dimension.
unspan() - Method in class oracle.rules.sdk2.decisiontable.DimensionNode
split this DimensionNode into siblings such that each has one child.
unspan() - Method in class oracle.rules.sdk2.decisiontable.RuleSheet
Unspan all dimension nodes.
update(List<SDKWarning>) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Update the RuleDictionary.
updateObject(Handle, Object) - Method in class oracle.rules.jsr94.RLStatefulRuleSession
Updates the rule session state to reflect that the specified object should be now associated with the specified handle.
usageAll() - Static method in class oracle.rules.tools.migrator.MigrateRuleRepository
return usage for migrating all dicitonaries in a origin repository
usageOnly(ExprParser, RuleComponent) - Static method in class oracle.rules.sdk2.ruleset.ExprParser
 
USE_AUTOCONFLICT_RESOLUTION - Static variable in class oracle.rules.sdk2.exception.Constants
 
UserTranslatedProperty - Class in oracle.rules.sdk2.dictionary
A user-translated property allows the user to set a new translated value.
UserTranslatedProperty(DictionaryComponent, String) - Constructor for class oracle.rules.sdk2.dictionary.UserTranslatedProperty
 
USING - Static variable in class oracle.rules.sdk2.exception.Constants
 
USING_CALENDAR_FORM - Static variable in class oracle.rules.sdk2.exception.Constants
 
Util - Class in oracle.rules.sdk2.dictionary
Util contains static methods and constants for use with the editor classes.

V

validate(List<SDKException>, List<SDKWarning>) - Method in class oracle.rules.sdk2.datamodel.ConstrainableComponent
 
validate(List<SDKException>, List<SDKWarning>) - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionFact
 
validate(List<SDKException>, List<SDKWarning>) - Method in class oracle.rules.sdk2.datamodel.DecisionFunctionRuleSet
 
validate(List<SDKException>, List<SDKWarning>) - Method in class oracle.rules.sdk2.datamodel.FactType
 
validate(List<SDKException>, List<SDKWarning>, int, int) - Method in class oracle.rules.sdk2.datamodel.FactTypeTable
 
validate(List<SDKException>, List<SDKWarning>) - Method in class oracle.rules.sdk2.datamodel.JavaFactType
 
validate(List<SDKException>, List<SDKWarning>) - Method in class oracle.rules.sdk2.datamodel.TypedComponent
 
validate(List<SDKException>, List<SDKWarning>) - Method in class oracle.rules.sdk2.decisiontable.BucketSet
 
validate(List<SDKException>, List<SDKWarning>, int, int) - Method in class oracle.rules.sdk2.decisiontable.DimensionTable
 
validate(List<SDKException>, List<SDKWarning>) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
Validate and append errors and warnings.
validate(String, List<SDKException>, List<SDKWarning>) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
This is a general validate property method called from specific RuleComponents.
validate(List<SDKException>, List<SDKWarning>, int, int) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
Validate each DictionaryObject in the table.
validate(List<SDKException>, List<SDKWarning>) - Method in class oracle.rules.sdk2.dictionary.DictionaryComponentTable
 
validate(List<SDKException>, List<SDKWarning>, int) - Method in class oracle.rules.sdk2.dictionary.DictionaryObject
Deprecated. Use DictionaryObject.validate(List,List)
validate(List<SDKException>, List<SDKWarning>) - Method in class oracle.rules.sdk2.dictionary.DictionaryObject
Validate the entire dictionary object and its decendants.
validate(List<SDKException>, List<SDKWarning>, int, int) - Method in class oracle.rules.sdk2.dictionary.IDTable
Validate does nothing
validate(List<SDKException>, List<SDKWarning>) - Method in class oracle.rules.sdk2.dictionary.IDTable
 
validate(List<SDKException>, List<SDKWarning>) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
 
validate(List<SDKException>, List<SDKWarning>) - Method in class oracle.rules.sdk2.ruleset.PatternTable
 
validateForAccess() - Method in class oracle.rules.sdk2.repository.DictionaryFQN
Check validity of this fully qualified name for dictionary access.
validateForGetNames() - Method in class oracle.rules.sdk2.repository.DictionaryFQN
Check validity of this fully qualified name for use with getNames.
value() - Method in enum oracle.rules.rl.trace.ActivationOperation
 
value() - Method in enum oracle.rules.rl.trace.FactOperation
 
value() - Method in enum oracle.rules.rl.trace.RulesetStackOperation
 
value1 - Variable in class oracle.rules.sdk2.dictionary.PropertyTranslator.KVV
 
value2 - Variable in class oracle.rules.sdk2.dictionary.PropertyTranslator.KVV
 
VALUE_PROP_NAME - Static variable in class oracle.rules.sdk2.datamodel.xml.RuleXMLConstants
 
valueOf(String) - Static method in enum oracle.rules.rl.trace.ActivationOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.rules.rl.trace.FactOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.rules.rl.trace.RulesetStackOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.rules.sdk2.datamodel.AdfBcFactTypeDescriptor.AttrType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.rules.sdk2.datamodel.CombinedDataModel.ConversionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.rules.sdk2.decisionpoint.ViewDefDescriptor.Dimension.Multiplicity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.rules.sdk2.dictionary.Choice.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.rules.sdk2.dictionary.DictionaryComponent.DiffType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.rules.sdk2.dictionary.DictionaryProperty.DiffType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.rules.sdk2.repository.RepositoryChange.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum oracle.rules.rl.trace.ActivationOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.rules.rl.trace.FactOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.rules.rl.trace.RulesetStackOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.rules.sdk2.datamodel.AdfBcFactTypeDescriptor.AttrType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.rules.sdk2.datamodel.CombinedDataModel.ConversionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class oracle.rules.sdk2.datamodel.Node
 
values() - Static method in enum oracle.rules.sdk2.decisionpoint.ViewDefDescriptor.Dimension.Multiplicity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.rules.sdk2.dictionary.Choice.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.rules.sdk2.dictionary.DictionaryComponent.DiffType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class oracle.rules.sdk2.dictionary.DictionaryComponent
 
values() - Static method in enum oracle.rules.sdk2.dictionary.DictionaryProperty.DiffType
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in class oracle.rules.sdk2.exception.Constants
 
values() - Static method in enum oracle.rules.sdk2.repository.RepositoryChange.Type
Returns an array containing the constants of this enum type, in the order they are declared.
Variable - Class in oracle.rules.sdk2.datamodel
global variable: similar to Java "static public" variable.
VARIABLES - Static variable in class oracle.rules.sdk2.exception.Constants
 
VariableTable - Class in oracle.rules.sdk2.datamodel
Top level table in the datamodel.
ViewDefDescriptor - Class in oracle.rules.sdk2.decisionpoint
 
ViewDefDescriptor(String) - Constructor for class oracle.rules.sdk2.decisionpoint.ViewDefDescriptor
Constructor to use when layered enhancements/customizations are unimportant.
ViewDefDescriptor(String, DBTransactionImpl2) - Constructor for class oracle.rules.sdk2.decisionpoint.ViewDefDescriptor
Constructor to use when layered customizations/enhancements are needed
ViewDefDescriptor.Dimension - Class in oracle.rules.sdk2.decisionpoint
The dimension class represents any VOs contained via view links.
ViewDefDescriptor.Dimension.Multiplicity - Enum in oracle.rules.sdk2.decisionpoint
Multiplicity is either REFERENCE or AGGR_COLLECTION depending on whether the relationship to the VO is 1-1 or 1-M, respectively.
ViewDefDescriptor.Key - Class in oracle.rules.sdk2.decisionpoint
Key description class -- contains two names per key, the one for use with Oracle JBO and the other for use with the OBR rule dictionary
ViewLoader - Interface in oracle.rules.sdk2.decisionpoint
Interface for implementation by developers that need to load View Objects from some source other than the database, or via other mechanisms than the standard database-load APIs.
ViewLoaderImpl - Class in oracle.rules.sdk2.decisionpoint.impl
 
ViewLoaderImpl() - Constructor for class oracle.rules.sdk2.decisionpoint.impl.ViewLoaderImpl
 
ViewObjectRef - Class in oracle.rules.sdk2.decisionpoint.wsfacts
Java class for ViewObjectRef complex type.
ViewObjectRef() - Constructor for class oracle.rules.sdk2.decisionpoint.wsfacts.ViewObjectRef
 
ViewObjectRef.KeyValues - Class in oracle.rules.sdk2.decisionpoint.wsfacts
Java class for anonymous complex type.
ViewObjectRef.KeyValues() - Constructor for class oracle.rules.sdk2.decisionpoint.wsfacts.ViewObjectRef.KeyValues
 
ViewObjectRef.KeyValues.Key - Class in oracle.rules.sdk2.decisionpoint.wsfacts
Java class for anonymous complex type.
ViewObjectRef.KeyValues.Key() - Constructor for class oracle.rules.sdk2.decisionpoint.wsfacts.ViewObjectRef.KeyValues.Key
 
ViewObjectReference - Class in oracle.rules.sdk2.decisionpoint
 
ViewObjectReference() - Constructor for class oracle.rules.sdk2.decisionpoint.ViewObjectReference
 
ViewObjectReference(ViewObjectRef) - Constructor for class oracle.rules.sdk2.decisionpoint.ViewObjectReference
 
ViewObjectReference(SimpleDecisionPointInput) - Constructor for class oracle.rules.sdk2.decisionpoint.ViewObjectReference
 
VisibilityException - Exception in oracle.rules.rl.exceptions
Semantic error -- a name is not public.
VOID - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
VOID - Static variable in class oracle.rules.sdk2.dictionary.DOID
 

W

WATCH_ACTIVATIONS - Static variable in class oracle.rules.rl.RuleSession
Watch the addition or removal of activations from the agenda.
WATCH_ALL - Static variable in class oracle.rules.rl.RuleSession
Watch all rule engine activity.
WATCH_COMPILATIONS - Static variable in class oracle.rules.rl.RuleSession
Watch rule compilation into the Rete network.
WATCH_FACTS - Static variable in class oracle.rules.rl.RuleSession
Watch the assertion, retraction, or modification of facts in working memory.
WATCH_FOCUS - Static variable in class oracle.rules.rl.RuleSession
Watch ruleset stack changes.
WATCH_RULES - Static variable in class oracle.rules.rl.RuleSession
Watch rules fire.
WEB_BASED_INPUT_NAME - Static variable in class oracle.rules.sdk2.decisionpoint.DecisionPointDictionaryFinder
 
WEB_BASED_OUTPUT_NAME - Static variable in class oracle.rules.sdk2.decisionpoint.DecisionPointDictionaryFinder
 
WEBDAV_REPO - Static variable in class oracle.rules.tools.migrator.MigrateRuleRepository
An Oracle Business Rules WebDav based repository.
WEBSERVICE - Static variable in class oracle.rules.sdk2.exception.Constants
 
weeksBetween(XMLGregorianCalendar, XMLGregorianCalendar) - Static method in class oracle.rules.rl.extensions.Duration
Returns the difference between the two dates in weeks.
weeksBetween(Calendar, Calendar) - Static method in class oracle.rules.rl.extensions.Duration
Returns the difference between the two dates in weeks.
weeksBetween(XMLGregorianCalendar, Calendar) - Static method in class oracle.rules.rl.extensions.Duration
Returns the difference between the two dates in weeks.
weeksBetween(Calendar, XMLGregorianCalendar) - Static method in class oracle.rules.rl.extensions.Duration
Returns the difference between the two dates in weeks.
weeksBetween(Timestamp, Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in weeks.
weeksBetween(Timestamp, Calendar) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in weeks.
weeksBetween(Calendar, Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in weeks.
weeksBetween(Timestamp, XMLGregorianCalendar) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in weeks.
weeksBetween(XMLGregorianCalendar, Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in weeks.
WHERE - Static variable in class oracle.rules.sdk2.exception.Constants
 
whichRule(FactTrace) - Method in class oracle.rules.rl.extensions.trace.TraceAnalysis
Get the rule trace for the rule whose action affected the fact in the fact trace.
with(DictionaryFQN) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
Fluent interface method which aliases the DecisionPointBuilder.setDictionaryFQN(oracle.rules.sdk2.repository.DictionaryFQN) method.
with(RuleDictionary) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
Fluent interface method which aliases the DecisionPointBuilder.setDictionary(oracle.rules.sdk2.dictionary.RuleDictionary) method.
with(String) - Method in class oracle.rules.sdk2.decisionpoint.DecisionPointBuilder
Fluent interface method which aliases the DecisionPointBuilder.setDecisionFunction(java.lang.String) method.
WITH_XML_NAME - Static variable in class oracle.rules.sdk2.exception.Constants
 
write(VariableTable) - Method in class oracle.rules.sdk2.datamodel.AdfBcFactTypeDescriptor
Writes self to the RuleDictionary's variable table.
writeDictionary(RuleDictionary, File) - Static method in class oracle.rules.sdk2.decisionpoint.MetadataHelper
Writes a RuleDictionary to the specified File using UTF-8 encoding.
writeDictionary(String, RuleDictionary) - Static method in class oracle.rules.sdk2.decisionpoint.MetadataHelper
Deprecated.  
writeDictionary(Writer) - Method in class oracle.rules.sdk2.dictionary.RuleDictionary
Write a RuleDictionary to a Writer.

X

XLink - Interface in oracle.rules.rl
Link objects asserted by assertXPath or assertTree with their parent.
XML2ObjModel - Interface in oracle.rules.sdk2.datamodel.xml
 
XML_CALENDAR - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
XML_CALENDAR - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
XML_DATE - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
XML_DURATION - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
XML_DURATION - Static variable in class oracle.rules.sdk2.dictionary.DOID
 
XML_DURATION_ALIAS - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
XMLDate - Class in oracle.rules.rl.extensions
 
XMLDate() - Constructor for class oracle.rules.rl.extensions.XMLDate
 
XSDPATH - Static variable in class oracle.rules.sdk2.datamodel.DataModelConstants
 
XSI_NAMESPACE - Static variable in class oracle.rules.sdk2.datamodel.xml.RuleXMLConstants
 

Y

yearsBetween(XMLGregorianCalendar, XMLGregorianCalendar) - Static method in class oracle.rules.rl.extensions.Duration
Returns the difference between the two dates in years.
yearsBetween(Calendar, Calendar) - Static method in class oracle.rules.rl.extensions.Duration
Returns the difference between the two dates in years.
yearsBetween(XMLGregorianCalendar, Calendar) - Static method in class oracle.rules.rl.extensions.Duration
Returns the difference between the two dates in years.
yearsBetween(Calendar, XMLGregorianCalendar) - Static method in class oracle.rules.rl.extensions.Duration
Returns the difference between the two dates in years.
yearsBetween(Timestamp, Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in years.
yearsBetween(Timestamp, Calendar) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in years.
yearsBetween(Calendar, Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in years.
yearsBetween(Timestamp, XMLGregorianCalendar) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in years.
yearsBetween(XMLGregorianCalendar, Timestamp) - Static method in class oracle.rules.sdk2.extensions.OracleDuration
Returns the difference between the two dates in years.

A B C D E F G H I J K L M N O P Q R S T U V W X Y
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.