Package oracle.rules.sdk2.datamodel
Class CombinedDataModel
java.lang.Object
oracle.rules.sdk2.dictionary.CombinedDictionaryModel<DataModel,ModelComponent>
oracle.rules.sdk2.datamodel.CombinedDataModel
Provide readonly access to the total data model including components in linked dictionaries.
This class does not extend DictionaryObject.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionValidates then generates RL code for the data model.Get all AdfBc FactTypes inside the data modelgetAdfBcFactTypes
(boolean includeDiffs) Get alias for a dictionary component.getAlias
(DictionaryComponent c, boolean translate) Get alias for a dictionary component.String[]
getAssignableFromConversion
(DOID ltypeID, DOID rtypeID, CombinedDataModel.ConversionMode mode) Get bucket set associated with given idstatic String
getBigUnboxConversionTo
(DOID typeID) static String[]
getBoxConversionFrom
(DOID typeID) getBucketSetByAlias
(String alias) Get a bucketset by aliasgetBucketSetByAlias
(String alias, boolean translate) Get all bucketsets inside the data modelgetBucketSets
(boolean includeDiffs) Get all bucketsets inside the data modelgetBucketSets
(boolean includeDiffs, String filterPattern, boolean translate) Get a filtered list of bucketsets from the data modelString[]
getComparableConversion
(DOID typeID1, DOID typeID2) Returns String[3] if the argument types can be compared, else null.getDecisionFunctionByAlias
(String alias) Get a decision function by aliasgetDecisionFunctionByAlias
(String alias, boolean translate) Get all decision functions inside the data modelgetDecisionFunctions
(boolean includeDiffs) getDSLByValue
(String value) Get a DSL by its String valuegetDSLByValue
(String value, boolean translate) getDSLs()
Get all DSLs inside the data modelgetDSLs
(boolean includeDiffs) Get all DSLs inside the data modelGet a filtered list of DSLs from the data modelGet enum type options.getFactTypeByAlias
(String alias) Get a particular facttype by aliasgetFactTypeByAlias
(String alias, boolean translate) getFactTypeByName
(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)Get all FactTypes inside the data modelgetFunctionByAlias
(String alias) Get function by alias.getFunctionByAlias
(String alias, boolean translate) Get all functions inside the data modelgetFunctions
(boolean includeDiffs) Get all Java FactTypes inside the data model (excluding JAXB fact type)getJavaFactTypes
(boolean includeDiffs) Get all Jaxb FactTypes inside the data modelgetJaxbFactTypes
(boolean includeDiffs) Get all primitive FactTypes inside the data model.Get all RL FactTypes inside the data modelgetRLFactTypes
(boolean includeDiffs) static String
getUnboxConversionFrom
(DOID typeID) static DOID
getUnboxTypeID
(DOID typeID) getVariableByAlias
(String alias) Get a global variable by aliasgetVariableByAlias
(String alias, boolean translate) Get all global variables inside the data modelgetVariables
(boolean includeDiffs) Get all global variables inside the data modelgetVariables
(boolean includeDiffs, String filterPattern, boolean translate) Get a filtered list of Variables from the data modelboolean
isAssignableFrom
(DOID ltypeID, DOID rtypeID) boolean
isBucketSetCompatible
(DOID ltypeID, DOID rtypeID, boolean range) boolean
isCollection
(DOID doid) boolean
isComparable
(DOID doid) boolean
isComparable
(DOID typeID1, DOID typeID2) boolean
isFullyComparable
(DOID typeID1, DOID typeID2) both classes are assignable to a common type.void
toString()
Get String representation of all dictionaries' datamodelMethods inherited from class oracle.rules.sdk2.dictionary.CombinedDictionaryModel
getByID, getComponentByAlias, getDictionary
-
Constructor Details
-
CombinedDataModel
-
-
Method Details
-
getFactTypeByAlias
Get a particular facttype by alias- Parameters:
alias
- alias of the facttype- Returns:
- the facttype matching the alias. null if no such facttype.
-
getFactTypeByAlias
-
getFactTypeByName
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)- Parameters:
name
- name of the facttype- Returns:
- the facttype matching the alias. null if no such facttype.
-
getFunctionByAlias
Get function by alias. Functions may be overloaded in RL but we require unique aliases in SDK- Parameters:
alias
- alias of the function- Returns:
- the function matching the name
-
getFunctionByAlias
-
getVariableByAlias
Get a global variable by alias- Parameters:
alias
- alias of the variable- Returns:
- the variable matching the name
-
getVariableByAlias
-
getBucketSetByAlias
Get a bucketset by alias- Parameters:
alias
- alias of the bucketset- Returns:
- the bucketset matching the name
-
getBucketSetByAlias
-
getDecisionFunctionByAlias
Get a decision function by alias- Parameters:
alias
- alias of the decision function- Returns:
- the decision function matching the name
-
getDecisionFunctionByAlias
-
getDSLByValue
Get a DSL by its String value- Parameters:
value
-- Returns:
- the DSL matching the given value
-
getDSLByValue
-
getFactTypes
Get all FactTypes inside the data model- Returns:
- all the FactTypes inside the data model
-
getVariables
Get all global variables inside the data model- Returns:
- all the global variables inside the data model
-
getVariables
Get all global variables inside the data model- Parameters:
includeDiffs
- boolean value to indicate if diffs should also be included in the result- Returns:
- all the global variables inside the data model including/excluding diffs as specified by param
-
getVariables
Get a filtered list of Variables from the data model- Parameters:
includeDiffs
- boolean value to indicate if diffs should also be included in the resultfilterPattern
- pattern for filteringtranslate
- boolean value to indicate if the translated value should be used for filtering- Returns:
- Variables inside the data model that match the given filter pattern
-
getBucketSets
Get all bucketsets inside the data model- Returns:
- all the bucketsets inside the data model
-
getBucketSets
Get all bucketsets inside the data model- Parameters:
includeDiffs
- boolean value to indicate if diffs should also be included in the result- Returns:
- all the bucketsets inside the data model including/excluding diffs as specified by param
-
getBucketSets
Get a filtered list of bucketsets from the data model- Parameters:
includeDiffs
- boolean value to indicate if diffs should also be included in the resultfilterPattern
- pattern for filteringtranslate
- boolean value to indicate if the translated value should be used for filtering- Returns:
- bucketsets inside the data model that match the given filter pattern
-
getDecisionFunctions
Get all decision functions inside the data model- Returns:
- all the decision functions inside the data model
-
getDecisionFunctions
-
getFunctions
Get all functions inside the data model- Returns:
- all the functions inside the data model
-
getFunctions
-
getDSLs
Get all DSLs inside the data model- Returns:
- all the DSLs inside the data model
-
getDSLs
Get all DSLs inside the data model- Parameters:
includeDiffs
- boolean value to indicate if diffs should also be included in the result- Returns:
- all the DSLs inside the data model including/excluding diffs as specified by param
-
getDSLs
Get a filtered list of DSLs from the data model- Parameters:
includeDiffs
- boolean value to indicate if diffs should also be included in the resultfilterPattern
- pattern for filteringtranslate
- boolean value to indicate if the translated value should be used for filtering- Returns:
- DSLs inside the data model that match the given filterPattern
-
getJavaFactTypes
Get all Java FactTypes inside the data model (excluding JAXB fact type)- Returns:
- all the Java FactTypes inside the data model
-
getJavaFactTypes
-
getJaxbFactTypes
Get all Jaxb FactTypes inside the data model- Returns:
- all the Jaxb FactTypes inside the data model
-
getJaxbFactTypes
-
getRLFactTypes
Get all RL FactTypes inside the data model- Returns:
- all the RL FactTypes inside the data model
-
getRLFactTypes
-
getPrimitiveTypes
Get all primitive FactTypes inside the data model. Look in all dictionaries, even though they should only be in 1- Returns:
- all the primitive FactTypes inside the builtin data model
-
getAdfBcFactTypes
Get all AdfBc FactTypes inside the data model- Returns:
- all the AdfBc FactTypes inside the data model
-
getAdfBcFactTypes
-
getAlias
Get alias for a dictionary component. If component in a linked dictionary, that dictonary's alias is prepended as a qualifier.- Overrides:
getAlias
in classCombinedDictionaryModel<DataModel,
ModelComponent> - Parameters:
c
- DictionaryComponent- Returns:
- alias of c, possibly qualified with containing dictionary's alias
-
getAlias
Get alias for a dictionary component. If component in a linked dictionary, that dictonary's alias is prepended as a qualifier.- Overrides:
getAlias
in classCombinedDictionaryModel<DataModel,
ModelComponent> - Parameters:
c
- DictionaryComponenttranslate
- flag to translate alias- Returns:
- alias of c, possibly qualified with containing dictionary's alias
-
getEnumTypeChoices
Get enum type options.- Returns:
- type options
-
toString
Get String representation of all dictionaries' datamodel -
getAssociatedBucketSet
Get bucket set associated with given id- Parameters:
id
- id of Property, Function, or Method- Returns:
- BucketSet or null if none associated
-
isComparable
-
getComparableConversion
Returns String[3] if the argument types can be compared, else null. The 3 strings are RL snippets to effect the comparison, and are to be inserted: 0: before the operator 1: after the operator 2: after the right operand- Parameters:
typeID1
-typeID2
-- Returns:
- 3 conversion Strings or null if conversion not allowed
-
isAssignableFrom
-
getAssignableFromConversion
public String[] getAssignableFromConversion(DOID ltypeID, DOID rtypeID, CombinedDataModel.ConversionMode mode) - Parameters:
ltypeID
-rtypeID
-- Returns:
- String[2] of RL to insert before/after the RL for the RHS
-
isFullyComparable
both classes are assignable to a common type. that type implements Comparable in it's ancestor tree. any changes made here may need to also be changed in oracle.rules.rl.analyze.TypeHelper- Parameters:
typeID1
- DOID of first typetypeID2
- DOID of second type- Returns:
- boolean
-
getUnboxConversionFrom
-
getBigUnboxConversionTo
-
getUnboxTypeID
-
getBoxConversionFrom
-
isBucketSetCompatible
-
getDataModelQuerier
-
setDataModelQuerier
-
isCollection
-
isComparable
-
generateRL
Validates then generates RL code for the data model.- Returns:
- A String containing the executable RL rule set
- Throws:
SDKException
-
getFactTypeAssociations
-