| 
Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 1 (11.1.1.5.0) E10651-06  | 
||||||||
| 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 | |
|---|---|
ACTIVITY_SECURITY_MODE
Indicates 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_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.  | 
|
ROOT_VIEW_PORT_REQUEST_LOCK_TIMEOUT
This 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_DATASOURCE
Property name for the JNDI name of the data source to be used for save point persistence in database.  | 
|
SAVEPOINT_EXPIRATION
Property 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
| 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()
public ChangePolicy getChangePolicy()
public java.lang.Object getDefaultValue()
  | 
Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 1 (11.1.1.5.0) E10651-06  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||