All Classes and Interfaces
Class
Description
The base implementation of the DictionaryFinder interface.
Base Class for a VerbalChoice implementation.
An action, such as assert, assign, call, or retract.
An ActionTable is an ordered list of actions.
Action Type interfact to be implemented by Applications Developers.
Java class for activation-data complex type.
Java class for activation-operation.
Java class for activation-trace complex type.
Utility class to assist with stuffing ADF-BC fact types into RL variables
for retrieval at runtime
Helper class attribute: struct containing attribute name, type, and
linked type (if REFERENCE or AGGR_COLLECTION)
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).
An Aggregate is an advanced expression that is obliged to be enclosed
in a built-in or user-defined aggregate function.
An AggregateTable is a list of expressions which can be used in function
calls or asserts.
A Translated property has list of possible values
ChoosableProperty.getOptions(boolean)
and therefore the property values can be translated (i18n).Semantic error -- an Array is expected at the given location in the source.
Array Fact Type
Top level table in the datamodel.
Java class for array-value complex type.
Semantic error in assignment.
Java class for bean-object complex type.
Java class for bean-property complex type.
Browser sub-classes provide browsing
of external business objects to be used
for rule authoring.
A Bucket defines an atomic value for a Dimension of a decision table.
A BucketSet is the set of values in a Dimension of a decision table.
Top level table in the datamodel.
A list of Buckets in a BucketSet.
A Choice provides a hierarchy of choices for a
ChoosableProperty
.enumerate the kinds of choice
A ChoiceList provides a hierarchy to the flat array of Strings returned from the
SDK2 getOptions methods.
A Choosable property can be chosen using a Choice tree
Provides browsing for collections of Java class files.
A filter that passes objects that are instances of a particular class.
Java class for collection-value complex type.
Provide readonly access to the total data model including components in linked dictionaries.
Base class for Combined Models that span a given Dictionary and its Dictionary links
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().
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.
A ConstrainableComponent is a TypedComponent with an attached BucketSet
Represent a Java class constructor
Constructors are unnamed (name and alias comes from owning class).
Semantic error -- "new" operator cannot find a constructor
for given class with appropriate argument types.
A list of constructors for Java FactType
Semantic error -- a language feature is used in the wrong context.
Semantic error -- an unsupported type conversion is called for.
DataModel is the top level
container of the entire model, through which applications can access
the list of global variables, constraints, functions, FactTypes and DSLs.
The place all DataModel related constants go.
APIs to query DataModel
Common Effective Date Support Constants.
Child of
DecisionFunction
.Child of
DecisionFunction
.Child of
DecisionFunction
.Child of
DecisionFunction
.Top level table in the datamodel.
DecisionPoint is a helper class which manages the server-side portions of
implementing Decision Points (calling OBR Decision Functions) from
developers' Java code.
NamedValue is a helper class that conveys named values to and from
Decision Points.
Builder for creating a decision point.
Java class for anonymous complex type.
Java class for anonymous complex type.
Java class for anonymous complex type.
DecisionPoint is a helper class which manages the server-side portions of
implementing Decision Points (calling OBR Decision Functions) from
developers' Java code.
Java class for anonymous complex type.
Java class for anonymous complex type.
Java class for anonymous complex type.
Exception related to delete operation
Exception related to save dictionary to repository
A DictionaryChangeEvent notifies
DictionaryChangeListener
s of changes in the state
or validity of the RuleDictionary
.A RuleDictionary user should implement this interface and register it using
RuleDictionary.addDictionaryChangeListener(oracle.rules.sdk2.dictionary.DictionaryChangeListener)
A dictionary component is a Map of name-value pairs that describes a rule, a fact type, an expression, etc.
This class describes the differences between 2
DictionaryComponent
s,
called this
and that
from different RuleDictionaries.A dictionary component table is a List of DictionaryComponents.
DictionaryExplorer
is the interface used to
list dictionaries in the MDS repository,
create a new dictionary in the MDS repository,
delete a dictionary from the MDS repository.
An instance is obtained from MDSRepository
.A
RuleDictionary
uses a DictionaryFinder to access linked dictionaries.The fully qualified name of a rule dictionary.
A DictionaryLink logically includes another dictionary and its linked dictionaries in this one.
A DictionaryLinkTable is a list of DictionaryLinks.
DictionaryLoader
is the preferred mechanism for loading
rule dictionaries for execution.Dictionary discovery.
Exception thrown when a dictionary does not exist in a repository.
Base class for a RuleDictionary and its components and component tables.
Base class for all dictionary component properties.
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.Search over a rule dictionary.
DictionaryUpdater
is the interface to use in updating
a rule dictionary that is located by a path.A Dimension defines a top-level ANDed term in the condition part of every rule
in a decision table.
A DimensionNode stores the dimension values for a "cell" in the decision table.
A list of DimensionNodes in the same Dimension.
An ordered list of Dimensions in the decision table.
Utility class
Dictionary Object ID
Represents a list of DSL parameters
Top Level table in the datamodel that contains the list of DSLs in the dictionary vocabulary
A DTAction is an action that may be selected by any rule in the decision table, optionally with
different parameters per rule.
A DTActionNode tells each DTRule how to interpret its DTAction.
A list of DTActionNodes per DTAction.
An ordered list of DTActions in the decision table.
A DTRule contains conflict resolution information and provides methods for accessing
the DimensionNodes and DTActionNodes for the rule.
A list of DTRules in the decision table.
RL Duration supports xml schema yearMonthDuration or dayTimeDuration.
Edit Session is defined as the time during which a user edits the SimpleTest/Action of a Verbal Rule
The Cache is primarily used for paging support and comprises of
a.
RL Engine exception.
An expression is a String containing one or more primary expression terms.
Internal Use Only.
An ExpressionTable is a list of expressions which can be used in function
calls or asserts.
Exception thrown when invalid expression syntax is encountered.
Scans an input expression string, and if successful, parses the string.
Semantic error -- a Java class has been used before its fact class statement.
Java class for fact-operation.
FactPath and Association related Exception
Java class for fact-trace complex type.
Represents either a primitive type,
a java type, a JAXB type, an RL type
or an ADF-BC type
Not parameterized because the fact types are mixed in a single table
Top level table in the datamodel.
Represent a static public Java Field
A list of fields
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
Grouping of traces resulting from rules fired in a ruleset.
Formal Parameter in a function
A list of formal parameters
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.Top level table in the datamodel.
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.
semantic error -- can't hide an exposed property or vice versa
An ID table is a List of DictionaryComponent IDs that provides
a List<DictionaryComponent> interface similar to DictionaryComponentTable
but does not contain the DictionaryComponents.
Semantic error -- bad function or method invocation
for instance wrong number of arguments
Runtime error -- an invoked Java method threw an exception.
public and primary Java Fact Type
Provide a Table containing all nodes (classes or packages)
that are currently exposed by a class browser
Represent a Jaxb Class
Represent a Jaxb class in the hierarchy
of JPackages and JaxbNode classes
that is created by a SchemaBrowser
instance.
Represents a Java class in the hierarchy of Java classes
and Java Packages.
Provide a Node representing a Java Package.
KeyChain is a helper class used to transmit dimension keys to
ActionType instances.
Action Type interfact to be implemented by Applications Developers.
Repository connection and initialization parameter keys for the file
RepositoryConnection
.Repository connection and initialization parameter keys for the MDS
RepositoryConnection
.Semantic error -- rule logical clause is greater than the number of supporting
expressions.
An
MDSRepository
instance represents an MDS configuration
for an application.Notification of a rule dictionary change in an MDS repository.
The type of change made to a dictionary in an MDS Repository.
Interface for notification of rule dictionary changes in a repository.
Manage sandboxes and get access to metadata in a sandbox.
Semantic error -- the RL Type or Java Class has no such (public) member.
Message Information About SDKException.
DFParm is a struct representing parameter options for decision functions.
Represent a public Java method
A list of public methods
Base class for all elements in a data model.
Base class for all element tables in a data model
Modifiers: isStatic, isFinal, isPublic, isProtected, isPrivate?
Semantic error -- a name has been defined more than once.
Fact classes do not support multiple inheritance.
An abstract class that represents Nodes
in a schema or class hierarchy.
Table containing all nodes (classes or packages)
that are currently exposed by a class browser.
This object contains factory methods for each
Java content interface and Java element interface
generated in the oracle.rules.rl.trace package.
This object contains factory methods for each
Java content interface and Java element interface
generated in the oracle.rules.sdk2.decisionpoint.wsfacts package.
A filter that passes objects according to specific filter implementation
criteria.
Internationalization for (static) strings returned from the SDK
Includes dictionary object names, FORMs, priorities, etc.
Semantic error -- an operator is applied to the wrong type of argument
Formal Parameter in a function
A list of overloaded parameters
Some common properties of
OverloadedParameter
and FormalParameter
Syntax error -- thrown when parse errors are encountered.
Note: As of OBR 12, Patterns are used in simple mode have no tests.
A PatternTable is a list of Patterns used in a Rule.
A poolable object container.
It represents a primitive type,
Represent either a Java Bean Property or a RL Class slot
A list of properties
The Key to the resource bundle.
Key Value1 Value2
The value of a bean-property.
Notification of a rule dictionary change in a repository.
The type of change made to a dictionary.
Interface for notification of rule dictionary changes in a repository.
RepositoryContext holds repository security and configuration information
To access list of repository types, and get instance of a repository type.
RepositoryType holds meta-information about a repository plugin
Java class for reset-trace complex type.
Extended RL builtins (for W3C RIF support)
RL Arithmetic exception
Part of reflection API for RL classes.
RL ArrayIndexOutOfBounds exception
RL ArrayStore exception
Part of reflection API for RL classes.
RL ClassCast exception
RL CloneNotSupported exception
Base RL exception.
Represents an RL fact type.
RL IllegalArgument exception
The Oracle Business Rules implementation of the LocalRuleExecutionSetProvider
interface.
RL NegativeArraySize exception
RL NullPointer exception
Part of reflection API for RL classes.
Part of reflection API for RL classes.
The Oracle Business Rules implementation of the RuleExecutionSetProvider
interface.
The Oracle Business Rules JSR-94 rule service provider.
Base RL runtime exception.
The Oracle Business Rules implementation of a JSR-94 Stateful rule session.
A
RuleSource
that specifies RL text explicitly.A
RuleSource
that specifies a URL that locates RL text.The top level (root) group of traces.
Base Class for any form of Rule (Rule, RuleSheet, VerbalRule etc)
Contains only properties and behavior shared by all Rule Forms (Header properties and SimpleTests)
Describes the type of the Rule - Rule, VerbalRule or RuleSheet
Common superclass of Rule and RuleSheet
Java class for rule-compilation-trace complex type.
RuleComponent is an Abstract Class which enables access to
properties through generic accessors by extending HashMap.
RuleComponentTable is an extension of ArrayList used to remove and
and reorder RuleComponents.
The RuleDictionary class is used to access and modify
a rule dictionary in memory.
RuleEngineState represents the state of the rule engine after the affects
of a trace from a decision trace.
Grouping of traces resulting from a specific rule that fired.
A common API to access rule dictionaries stored in repository.
RuleSession is the public API for executing Oracle Rule Language.
RuleSessionFactory
is an efficient source of
RuleSession
instances.A pool of
RuleSession
instances.A RuleSet has a name, a table of Rules, and a table of RuleSheets.
Java class for ruleset-stack-operation.
Java class for ruleset-stack-trace complex type.
RuleSetTable is a list of all the RuleSets in a Dictionary.
A RuleSheet represents a decision table.
A RuleSet contains a RuleSheetTable, which holds multiple RuleSheets.
RuleSource
is implemented by classes that provide access to a
source of Oracle Business Rules.RuleTable is a list of all the Rules in a RuleSet.
Java class for rule-trace complex type.
Manage sandboxes and get access to metadata in a sandbox.
Handle SAX Parsing Events.
Provides for browsing of XML Schemas by mapping
the schema to JAXB classes.
A
RuleSource
that specifies rule sets defined in an Oracle
Business Rules SDK2 Jar file based repository.A
RuleSource
that specifies rule sets defined in an Oracle
Business Rules MDS based repository.Base Exception for Oracle Rules SDK Component
Base Exception for Oracle Rules SDK Component
A SettableProperty can be set
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.Java class for anonymous complex type.
A SimpleTest has one of the following Forms:
FORM_SIMPLE - a == 1
FORM_EXPRESSION - isNull(x)
FORM_VARIABLE_DEFINITION - x = 1
FORM_NESTED - (...)
A SimpleTestTable contains SimpleTestExpression's which
are combined with AND's or OR's.
A TableProperty is a
DictionaryProperty
whose value is a DictionaryComponentTable
.Describes parse tokens returned by
Expression
method
calls.Assist in the navigation and analysis of a decision trace.
Java class for trace-entry complex type.
Base class for trace groups.
A Translated property is a settable String-valued property.
Semantic error base exception class.
A TypedComponent is a ModelComponent with a Type
Note that the type and the type ID are synchronized -- setting one also sets the other.
Semantic error -- a name is undefined.
Simplified version of javax.swing.undo.UndoableEdit.
Restricts ModelComponent by taking away name and alias properties.
Restricts RuleComponent by taking away name and alias properties.
Restricts Verbalized Model Component by taking away its name and alias properties
A user-translated property allows the user to set a new translated value.
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.Util contains static methods and constants for use with the editor classes.
A Values property is a translated settable String array-valued property.
global variable: similar to Java "static public" variable.
Internal Use Only.
Location of expression requiring in scope variables from this component.
Top level table in the datamodel.
Token Type
A VerbalizedModelComponent is a ModelComponent with a Verbal Qualifier Pattern
This class represents the Value property of a VerbalRuleComponent
The entire set of choices can be obtained through the getPermutedChoices(String pattern) method
It also provides paged access to the list of valid choices through the
getPermutedChoicesPaged(String pattern, int maxPageSize) method
The dimension class represents any VOs contained via view links.
Multiplicity is either REFERENCE or AGGR_COLLECTION depending on whether
the relationship to the VO is 1-1 or 1-M, respectively.
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
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.
Java class for ViewObjectRef complex type.
Java class for anonymous complex type.
Java class for anonymous complex type.
Semantic error -- a name is not public.
Link objects asserted by
an early implementation of assertTree with their parent.