|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1) E10663-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.rules.sdk2.datamodel.CombinedDataModel
public class CombinedDataModel
Provide readonly access to the total data model including components in linked dictionaries. This class does not extend DictionaryObject.
| Constructor Summary | |
|---|---|
CombinedDataModel(RuleDictionary dic) |
|
| Method Summary | |
|---|---|
java.util.List<AdfBcFactType> |
getAdfBcFactTypes()Get all AdfBc FactTypes inside the data model |
java.lang.String |
getAlias(DictionaryComponent c)Get alias for a dictionary component. |
BucketSet |
getAssociatedBucketSet(DOID id)Get bucket set associated with given id |
BucketSet |
getBucketSetByAlias(java.lang.String alias)Get a bucketset by alias |
java.util.List<BucketSet> |
getBucketSets()Get all bucketsets inside the data model |
DictionaryObject |
getByID(DOID id)Get by ID |
DecisionFunction |
getDecisionFunctionByAlias(java.lang.String alias)Get a decision function by alias |
java.util.List<DecisionFunction> |
getDecisionFunctions()Get all decision functions inside the data model |
RuleDictionary |
getDictionary() |
FactType |
getFactTypeByAlias(java.lang.String alias)Get a particular facttype by alias |
FactType |
getFactTypeByName(java.lang.String name)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) |
java.util.List<FactType> |
getFactTypes()Get all FactTypes inside the data model |
Function |
getFunctionByAlias(java.lang.String alias)Get function by alias. |
java.util.List<Function> |
getFunctions()Get all functions inside the data model |
java.util.List<JavaFactType> |
getJavaFactTypes()Get all Java FactTypes inside the data model (excluding JAXB fact type) |
java.util.List<JaxbFactType> |
getJaxbFactTypes()Get all Jaxb FactTypes inside the data model |
java.util.List<PrimitiveFactType> |
getPrimitiveTypes()Get all primitive FactTypes inside the data model. |
java.util.List<RLFactType> |
getRLFactTypes()Get all RL FactTypes inside the data model |
Variable |
getVariableByAlias(java.lang.String alias)Get a global variable by alias |
java.util.List<Variable> |
getVariables()Get all global variables inside the data model |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CombinedDataModel(RuleDictionary dic)
| Method Detail |
|---|
public FactType getFactTypeByAlias(java.lang.String alias)
alias - alias of the facttypepublic FactType getFactTypeByName(java.lang.String name)
name - name of the facttypepublic Function getFunctionByAlias(java.lang.String alias)
alias - alias of the functionpublic Variable getVariableByAlias(java.lang.String alias)
alias - alias of the variablepublic BucketSet getBucketSetByAlias(java.lang.String alias)
alias - alias of the bucketsetpublic DecisionFunction getDecisionFunctionByAlias(java.lang.String alias)
alias - alias of the decision functionpublic DictionaryObject getByID(DOID id)
public java.util.List<FactType> getFactTypes()
public java.util.List<Variable> getVariables()
public java.util.List<BucketSet> getBucketSets()
public java.util.List<DecisionFunction> getDecisionFunctions()
public java.util.List<Function> getFunctions()
public java.util.List<JavaFactType> getJavaFactTypes()
public java.util.List<JaxbFactType> getJaxbFactTypes()
public java.util.List<RLFactType> getRLFactTypes()
public java.util.List<PrimitiveFactType> getPrimitiveTypes()
public java.util.List<AdfBcFactType> getAdfBcFactTypes()
public java.lang.String getAlias(DictionaryComponent c)
c - DictionaryComponentpublic BucketSet getAssociatedBucketSet(DOID id)
id - id of Property, Function, or Methodpublic RuleDictionary getDictionary()
|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1) E10663-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||