| 
 | Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 2 (11.1.2.2.0) E17480-03 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Object
   java.lang.Enum<ControllerProperty>
java.lang.Enum<ControllerProperty>
       oracle.adf.controller.config.ControllerProperty
oracle.adf.controller.config.ControllerProperty
public enum ControllerProperty
The set of known initialization parameters.
| Enum Constant Summary | |
|---|---|
| ACTIVITY_SECURITY_MODEIndicates what activites are candidates for a permission check There are two supported values: all-activity-types (default) Indicates that allactivity types are checked. | |
| ADF_SCOPE_HA_SUPPORTWhen 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_CUSTOMIZATIONSA flag to control whether a session level or application level cache is used to store unbounded task flow model. | |
| DETECT_METADATA_CHANGESA 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_VALIDATIONEnables validation of ADFc metadata based on ADFc grammar and additional validation rules enforced by the metadata provider. | |
| ENABLE_IMPLICIT_SAVEPOINTSProperty name for the flag to enable creation of implicit save points. | |
| INVALIDATE_SESSION_ON_LAST_RVP_RELEASEThis value indicates whether or not the ADF Controller should invalidate a user's HTTP session when the last root view port for the session is released. | |
| MAX_SNAPSHOT_HISTORYDictates how many state snapshots are kept around in memory. | |
| ROOT_VIEW_PORT_REQUEST_LOCK_TIMEOUTThis value indicates how long a request thread should wait attempting to acquire the root view port request lock before giving up and aborting the request. | |
| SAVEPOINT_DATASOURCEProperty name for the JNDI name of the data source to be used for save point persistence in database. | |
| SAVEPOINT_EXPIRATIONProperty name for the default save point expiration. | |
| Method Summary | |
|---|---|
|  ChangePolicy | getChangePolicy() | 
|  java.lang.Object | getDefaultValue() | 
|  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
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
public static final ControllerProperty ACTIVITY_SECURITY_MODE
public static final ControllerProperty ROOT_VIEW_PORT_REQUEST_LOCK_TIMEOUT
The default value is 10 minutes (600 seconds).
public static final ControllerProperty INVALIDATE_SESSION_ON_LAST_RVP_RELEASE
| 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 namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getPropertyName()
public ChangePolicy getChangePolicy()
public java.lang.Object getDefaultValue()
| 
 | Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 2 (11.1.2.2.0) E17480-03 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||