Package oracle.rules.sdk2.datamodel
package oracle.rules.sdk2.datamodel
-
ClassDescriptionUtility class to assist with stuffing ADF-BC fact types into RL variables for retrieval at runtimeHelper 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).Array Fact TypeTop level table in the datamodel.Browser sub-classes provide browsing of external business objects to be used for rule authoring.Top level table in the datamodel.Provides browsing for collections of Java class files.Provide readonly access to the total data model including components in linked dictionaries.ConstrainableComponent<T extends ConstrainableComponent>A ConstrainableComponent is a TypedComponent with an attached BucketSetRepresent a Java class constructor Constructors are unnamed (name and alias comes from owning class).A list of constructors for Java FactTypeDataModel 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.Child of
DecisionFunction
.Child ofDecisionFunction
.Child ofDecisionFunction
.Child ofDecisionFunction
.Top level table in the datamodel.Utility classRepresents a list of DSL parametersTop Level table in the datamodel that contains the list of DSLs in the dictionary vocabularyRepresents 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 tableTop level table in the datamodel.Represent a static public Java FieldA list of fieldsFormal Parameter in a functionA list of formal parametersRepresent a RL function In addition to the usual getters and setters for designing the function, there is alsoFunction.isTestEnabled()
andFunction.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.public and primary Java Fact TypeProvide a Table containing all nodes (classes or packages) that are currently exposed by a class browserRepresent a Jaxb ClassRepresent 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.Represent a public Java methodA list of public methodsModelComponent<T extends ModelComponent>Base class for all elements in a data model.ModelComponentTable<T extends ModelComponent>Base class for all element tables in a data modelModifiers: isStatic, isFinal, isPublic, isProtected, isPrivate?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.Formal Parameter in a functionA list of overloaded parametersSome common properties ofOverloadedParameter
andFormalParameter
It represents a primitive type,Represent either a Java Bean Property or a RL Class slotA list of propertiesRepresents an RL fact type.Provides for browsing of XML Schemas by mapping the schema to JAXB classes.TypedComponent<T extends TypedComponent>A TypedComponent is a ModelComponent with a Type Note that the type and the type ID are synchronized -- setting one also sets the other.UnnamedModelComponent<T extends ModelComponent>Restricts ModelComponent by taking away name and alias properties.Restricts Verbalized Model Component by taking away its name and alias propertiesglobal variable: similar to Java "static public" variable.Top level table in the datamodel.VerbalizedModelComponent<T extends VerbalizedModelComponent>A VerbalizedModelComponent is a ModelComponent with a Verbal Qualifier Pattern