|
Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 1 (11.1.1.1.0) E10651-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ControllerProperty>
oracle.adf.controller.config.ControllerProperty
public enum ControllerProperty
The set of known initialization parameters.
Enum Constant Summary | |
---|---|
ADF_SCOPE_HA_SUPPORT
When set to true, this flag causes the ADF Controller to track changes to ADF memory scopes and to replicate those changes within the server cluster. |
|
ALLOW_UNBOUNDED_TAKFLOW_CUSTOMIZATIONS
A flag to control whether a session level or application level cache is used to store unbounded task flow model. |
|
DETECT_METADATA_CHANGES
A flag that allows a runtime optimization to skip a call to MDS to detect metadata or customization class changes since the last request. |
|
ENABLE_GRAMMAR_VALIDATION
Enables validation of ADFc metadata based on ADFc grammar and additional validation rules enforced by the metadata provider. |
|
ENABLE_IMPLICIT_SAVEPOINTS
Property name for the flag to enable creation of implicit save points. |
|
MAX_SNAPSHOT_HISTORY
Dictates how many state snapshots are kept around in menmory. |
|
SAVEPOINT_DATASOURCE
Property name for the JNDI name of the data source to be used for save point persistence in database. |
|
SAVEPOINT_EXPIRATION
|
Method Summary | |
---|---|
java.lang.String |
getPropertyName()
|
static ControllerProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ControllerProperty[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ControllerProperty ENABLE_GRAMMAR_VALIDATION
public static final ControllerProperty SAVEPOINT_DATASOURCE
public static final ControllerProperty SAVEPOINT_EXPIRATION
Property name for the default save point expiration. The expiration is specified in seconds. The default value of this property is 86400, for 24 hours.
public static final ControllerProperty ENABLE_IMPLICIT_SAVEPOINTS
It is either true or false.
public static final ControllerProperty MAX_SNAPSHOT_HISTORY
public static final ControllerProperty DETECT_METADATA_CHANGES
public static final ControllerProperty ALLOW_UNBOUNDED_TAKFLOW_CUSTOMIZATIONS
public static final ControllerProperty ADF_SCOPE_HA_SUPPORT
Method Detail |
---|
public static ControllerProperty[] values()
for (ControllerProperty c : ControllerProperty.values()) System.out.println(c);
public static ControllerProperty valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String getPropertyName()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 1 (11.1.1.1.0) E10651-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |