public interface IPreferences
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BRMS_FILE_URI |
static java.lang.String |
LICENSE_DETAILS |
static java.lang.String |
LICENSE_FILE_URI |
static java.lang.String |
MONITOR_ANALYTICS_OPTION |
static java.lang.String |
MONITOR_ANALYTICS_SIGNUP |
static java.lang.String |
PACKAGE_COMPILE_DIRECTORY |
static java.lang.String |
RULETEST_EDITOR_SCROLL_LOCK |
static java.lang.String |
SCOPE_INSTANCE_QUALIFIER |
static java.lang.String |
USER_ROLE |
static int |
USER_ROLE_RULE_DEPLOYMENT |
static int |
USER_ROLE_RULE_MANAGEMENT |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLicenseFileURI()
Return the URI of the license file as a string.
|
boolean |
getMonitorAnalyticsOption() |
boolean |
getMonitorAnalyticsSignUp() |
java.lang.String |
getPackageCompileDirectory() |
boolean |
isRuletestEditorScrollLock()
Return
true if Ruletest Editor scroll lock is set. |
boolean |
isUserRoleDeployment()
Deprecated.
should use method isUserRoleDeployment(IStudioLicense aIStudioLicense)
|
boolean |
isUserRoleDeployment(com.corticon.license.IStudioLicense aIStudioLicense)
Just as this is outlined above in the isUserRoleRuleManagement() method, we need to take in account
the current value inside the License which may precede what is in the preferences.
|
boolean |
isUserRoleRuleManagement()
Deprecated.
should use method isUserRoleRuleManagement(IStudioLicense aIStudioLicense)
|
boolean |
isUserRoleRuleManagement(com.corticon.license.IStudioLicense aIStudioLicense)
Check to see if the current license restricts the user to Rule Modeling only.
|
void |
setMonitorAnalyticsOption(boolean lvalue) |
void |
setMonitorAnalyticsSignUp(boolean lvalue) |
void |
setPackageCompileDirectory(java.lang.String astrValue) |
static final java.lang.String SCOPE_INSTANCE_QUALIFIER
static final java.lang.String USER_ROLE
static final java.lang.String RULETEST_EDITOR_SCROLL_LOCK
static final java.lang.String BRMS_FILE_URI
static final java.lang.String LICENSE_FILE_URI
static final java.lang.String LICENSE_DETAILS
static final java.lang.String MONITOR_ANALYTICS_SIGNUP
static final java.lang.String MONITOR_ANALYTICS_OPTION
static final java.lang.String PACKAGE_COMPILE_DIRECTORY
static final int USER_ROLE_RULE_MANAGEMENT
static final int USER_ROLE_RULE_DEPLOYMENT
boolean isUserRoleRuleManagement()
true if user role is "rule management".true if user role is "rule management".boolean isUserRoleRuleManagement(com.corticon.license.IStudioLicense aIStudioLicense)
true if user role is "rule management".boolean isUserRoleDeployment()
true if user role is "deployment".true if user role is "deployment".boolean isUserRoleDeployment(com.corticon.license.IStudioLicense aIStudioLicense)
IStudioLicense - This will be passed in by the Model asking the question.true if user role is "deployment".java.lang.String getLicenseFileURI()
java.lang.String getPackageCompileDirectory()
void setPackageCompileDirectory(java.lang.String astrValue)
boolean isRuletestEditorScrollLock()
true if Ruletest Editor scroll lock is set.true if the Ruletest Editor scroll lock is set.boolean getMonitorAnalyticsSignUp()
boolean getMonitorAnalyticsOption()
void setMonitorAnalyticsSignUp(boolean lvalue)
void setMonitorAnalyticsOption(boolean lvalue)
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.