What You May Need to Know About the Supported Attributes of the Rules Dictionary Editor Component

This section lists the attributes that are supported by the Rules Dictionary Editor component.

Table 26-2 lists the supported attributes.

Table 26-2 Supported Rules Dictionary Editor Attributes

Name Type Required Default Value Supports EL? Description

ruleDictModel

oracle.bpel.ruledict
ionarydc.model.inter
faces.RuleDictionary
Interface

yes

-

Only EL

Wrapper around the Rules SDK Dictionary object.The user can use the RuleDictionaryModel object supplied as part of the Rules Dictionary Editor Component jar file (adflibRuleDictionaryDC.jar).

viewOnly

java.lang.Boolean

no

true

yes

In the "viewOnly" mode user can view the existing dictionary data but cannot edit. If "false", i.e. the "edit" mode, the user is allowed to edit the dictionary.

locale

java.util.Locale

no

Locale.getD
efault()

yes

Used for Localization.

timezone

java.util.TimeZone

no

TimeZone.ge
tDefault() 

yes

Used for Localization

ruleModel

java.lang.String

no

oracle.bpel
.rulesdc.mo
del.impl.Ru
leModel

yes

Used to customize the default RuleModel. User can extend the RuleModel class to override certain methods. Deprecated. Use 'rulesEditorPrefs' and override getIfThenPreferences().getRuleModel().

simpleTestModel

java.lang.String

no

oracle.bpel
.rulesdc.mo
del.impl.Si
mpleTestMod
el 

yes

Used to customize the default SimpleTestModel. User can extend the SimpleTestModel class to override certain methods. Use 'rulesEditorPrefs' and override getIfThenPreferences().getSimpleTestModel().

selectedTab

java.lang.String

no

-

yes

Switches to the specified tab name (either GLOBALS, FACTS, VALUESETS, LINKS, DESC_FUNCS, DSL_DEFNS, TESTS, TRANSLATIONS or the ruleset name).

selectedRulesetIdx

java.lang.String

no

-

yes

Used to specify the ruleset index to be selected by default. If 'selectedRulesetIdx' is specified, it overrides the 'selectedTab' attribute.

dtColumnPageSize

java.lang.Integer

no

5

yes

Deprecated and not used.

dtHeight

java.lang.Integer

no

16

yes

Deprecated and not used.

dateStyle

java.lang.String

no

gets it from the locale

yes

If specified, the date style is used in all inputDate components. Example: "yyyy.MM.dd".

timeStyle

java.lang.String

no

gets it from the locale

yes

If specified, the time style is used in all inutDate components.Example: "HH:mm:ss".

showValidationPanel

java.lang.Boolean

no

true

yes

Displays the validation panel by default. User can choose to hide this by setting this to false.

discloseRules

java.lang.Boolean

no

false

yes

Deprecated and not used.

displayRuleSetName

java.lang.Boolean

no

true

yes

Deprecated and not used.

disableRuleSetName

java.lang.Boolean

no

false

yes

Deprecated and not used.

showDTButtons

java.lang.Boolean

no

true

yes

Deprecated and not used

disableDFName

java.lang.Boolean

no

false

yes

Disables the Decision Function Name in the Decision Function editor pop-up if true. Deprecated. Use 'dfEditorPrefs' and override isDisableDFName().

displayWSName

java.lang.Boolean

no

true

yes

Displays the decision service name if 'true' in the Decision Function editor pop-up. Note that the service name makes sense only when 'Invoke as rule service' is checked. Deprecated. Use 'dfEditorPrefs' and override isDisplayWSName()..

displayWSCheck

java.lang.Boolean

no

true

yes

Displays the 'Invoke as rule service' check box in the Decision Function editor pop-up if true. Deprecated. Use 'dfEditorPrefs' and override isDisplayWSCheck().

disableInputOps

java.lang.Boolean

no

false

yes

Disables add, edit and delete operations for the Inputs table in the Decision Function editor pop-up. Deprecated. Use 'dfEditorPrefs' and override isDisableInputOps().

disableOutputOps

java.lang.Boolean

no

false

yes

Disables add, edit and delete operations for the Outputs table in the Decision Function editor pop-up. Deprecated. Use 'dfEditorPrefs' and override isDisableOutputOps().

displayAddDF

java.lang.Boolean

no

true

yes

Displays the add decision function button. Deprecated. Use 'dfEditorPrefs' and override isDisableAddDF().

displayDeleteDF

java.lang.Boolean

no

true

yes

Displays the delete decision function button. Deprecated. Use 'dfEditorPrefs' and override isDisableDeleteDF().

rulesPageSize

java.lang.Integer

no

5

yes

Deprecated and not used.

decimalSeparator

java.lang.Character

no

Based on Locale

yes

Used to specify the decimal separators. This is used in Number Formatting. If specified, overrides the decimal separator based on locale.

groupingSeparator

java.lang.Character

no

Based on Locale

yes

Used to specify the grouping separators. This is used in Number Formatting. If specified, overrides the grouping separator based on locale.

vldnPanelCollapsed

java.lang.Boolean

no

false

yes

Used to specify if validation panel should be collapsed by default.

vldnTabTitle

java.lang.String

no

Localized text "Business Rule Validation - Log"

yes

Used to specify the validation panel title.

resourceManager

oracle.bpel.rulessha
reddc.model.interfac
es.ResourceManagerIn
terface

no

-

yes

Used to specify the resource manager for translations UI. Refer to the section on 'translations'.

rulesEditorPrefs

oracle.bpel.ruledict
ionarydc.model.inter
faces.RulesEditorPre
ferences  

no

oracle.bpel
.ruledictio
narydc.mode
l.impl.Rule
sEditorPref
erencesImpl

yes

Used to specify the rules editor preferences. Consumers can extend the default implementation i.e (oracle.bpel.ruledictionarydc.model.impl.RulesEditorPreferencesImpl) and override only the required preferences.

dfEditorPrefs

oracle.bpel.ruledict
ionarydc.model.inter
faces.DFEditorPrefer
ences 

no

oracle.bpel
.ruledictio
narydc.mode
l.impl.DFEd
itorPrefere
ncesImpl 

yes

Used to specify the decision function editor preferences. Consumers can extend the default implementation i.e (oracle.bpel.ruledictionarydc.model.impl.DFEditorPreferencesImpl) and override only the required preferences.

showRSButtons

java.lang.Boolean

no

true

yes

Deprecated and not used.

dfListener

oracle.bpel.decision
funceditordc.listene
r.DecisionFuncListen
er

no

-

yes

Used for notification of decision function editor updates. Deprecated. Use 'dfEditorPrefs' and override getDfListener().

dfActionListener

oracle.bpel.ruledict
ionarydc.listener.De
cisionFuncActionList
ener 

no

-

yes

Used for notification when a decision function is added or deleted. Deprecated. Use 'dfEditorPrefs' and override getDfActionListener()

dfServiceNameCustomize

oracle.bpel.decision
funceditordc.listene
r.DecisionFuncServic
eNameCustomizer

no

-

yes

Used to customize the decision function service name. Deprecated. Use 'dfEditorPrefs' and override getDfServiceNameCustomizer().

dictVersionInfo

oracle.bpel.ruledict
ionarydc.model.inter
faces.DictVersionInf
o 

no

-

yes

Used in diff/merge to retrieve the list of dictionary versions for comparison. Deprecated. Use 'dfEditorPrefs' and override getDfServiceNameCustomizer().

testExecutor

oracle.bpel.testedit
ordc.interfaces.Test
Executor

no

-

yes

Used for executing test suites, test templates and test cases.

disableRulesTesting

java.lang.Boolean

no

false

yes

If true, the rule testing capability is disabled.

disableVerbalRules

java.lang.Boolean

no

true

yes

If true, the verbalization capability is disabled that is the Business Phrases tab is not displayed and CRUD operations on verbal rules are disabled.

boUpdateListener

oracle.bpel.ruledict
ionarydc.listener.BO
UpdateListener 

no

-

yes

Used for synchronizing business objects.