Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

oracle.apps.fnd.applcore.dataSecurity.ui.util
Interface DataSecurityUIConstants

All Superinterfaces:
DataSecurityUIModelConstants

public interface DataSecurityUIConstants
extends DataSecurityUIModelConstants

Constants used for Data Security UIs. Generic (utility) constants and functions. Other generic utility functions should be included here. All methods and members are static and do not need an instance of the class to use the methods.

Author:
Abhay Kumar <abhay.k.kumar@oracle.com>

Nested Class Summary
static class DataSecurityUIConstants.InvokeAction
          Enumeration to invoke page for any action during data security flow.
 
Field Summary
static java.lang.String APM_KEY
          IDM Shell identifier string
static java.lang.String CREATE_DB_RESOURCE_TASKFLOW
          Create/Edit DB Resource taskflow.
static java.lang.String DATA_SECURITY_AM_CONTROL
          Data Security AM.
static java.lang.String DATA_SECURITY_GLOBAL_UI_AM_CONTROL
          The AM Data Control used for data security Global UIs.
static java.lang.String DATA_SECURITY_UI_AM_CONTROL
          The AM Data Control used for data security UIs.
static java.lang.String EDIT_DB_RESOURCE_TF_ID_SUFFIX
          Taskflow id suffix used when editing a database resource.
static java.lang.String EDIT_POLICY_TF_ID_SUFFIX
          Taskflow id suffix used when editing a policy.
static java.lang.String INIT_DB_RESOURCE_CREATION
          Flag which will indicate whether the logic for creation initialization is already done.
static java.lang.String NEW_DB_RESOURCE_TF_ID
          Taskflow id used when creating a new database resource.
static java.lang.String NEW_POLICY_TF_ID
          Taskflow id used when creating a new policy.
static java.lang.String NEW_RESOURCE_POLICY_TF_ID_SUFFIX
          Taskflow id used when creating a new policy by selecting a database resource.
static java.lang.String NEW_ROLE_POLICY_TF_ID_SUFFIX
          Taskflow id used when creating a new policy by selecting a role.
static java.lang.String POLICY_TF
          Policy taskflow ID
static java.lang.String SELECTED_IDENTITY
          Paramter name to return as list of Selected identity for Custom Taskflow for Instace UI.
static java.lang.String SET_LOCALE
          Session attribute indicating whether the session language has been set or not in APM environment.
 
Fields inherited from interface oracle.apps.fnd.applcore.dataSecurity.uiModel.util.DataSecurityUIModelConstants
APP_ID, CREATE_ACTION, DB_RESOURCE_ID, EDIT_ACTION, GRANT_GUID, MAX_PK_ATTR_COUNT, MODE, MODULE_ID, NAME_DELIMITER, NO_TEXT, objName, OJBECT_ID, PANEL_TAB, POLICY_MODE, ROLE_ID, ROLE_NAME, seededInstSet, seededMenu, YES_TEXT
 

Field Detail

INIT_DB_RESOURCE_CREATION

static final java.lang.String INIT_DB_RESOURCE_CREATION
Flag which will indicate whether the logic for creation initialization is already done. Can have vvalye "Y" when this is done.

See Also:
Constant Field Values

DATA_SECURITY_UI_AM_CONTROL

static final java.lang.String DATA_SECURITY_UI_AM_CONTROL
The AM Data Control used for data security UIs.

See Also:
Constant Field Values

DATA_SECURITY_GLOBAL_UI_AM_CONTROL

static final java.lang.String DATA_SECURITY_GLOBAL_UI_AM_CONTROL
The AM Data Control used for data security Global UIs.

See Also:
Constant Field Values

DATA_SECURITY_AM_CONTROL

static final java.lang.String DATA_SECURITY_AM_CONTROL
Data Security AM.

See Also:
Constant Field Values

APM_KEY

static final java.lang.String APM_KEY
IDM Shell identifier string

See Also:
Constant Field Values

POLICY_TF

static final java.lang.String POLICY_TF
Policy taskflow ID

See Also:
Constant Field Values

CREATE_DB_RESOURCE_TASKFLOW

static final java.lang.String CREATE_DB_RESOURCE_TASKFLOW
Create/Edit DB Resource taskflow.

See Also:
Constant Field Values

NEW_DB_RESOURCE_TF_ID

static final java.lang.String NEW_DB_RESOURCE_TF_ID
Taskflow id used when creating a new database resource.

See Also:
Constant Field Values

EDIT_DB_RESOURCE_TF_ID_SUFFIX

static final java.lang.String EDIT_DB_RESOURCE_TF_ID_SUFFIX
Taskflow id suffix used when editing a database resource.

See Also:
Constant Field Values

NEW_POLICY_TF_ID

static final java.lang.String NEW_POLICY_TF_ID
Taskflow id used when creating a new policy.

See Also:
Constant Field Values

NEW_RESOURCE_POLICY_TF_ID_SUFFIX

static final java.lang.String NEW_RESOURCE_POLICY_TF_ID_SUFFIX
Taskflow id used when creating a new policy by selecting a database resource.

See Also:
Constant Field Values

NEW_ROLE_POLICY_TF_ID_SUFFIX

static final java.lang.String NEW_ROLE_POLICY_TF_ID_SUFFIX
Taskflow id used when creating a new policy by selecting a role.

See Also:
Constant Field Values

EDIT_POLICY_TF_ID_SUFFIX

static final java.lang.String EDIT_POLICY_TF_ID_SUFFIX
Taskflow id suffix used when editing a policy.

See Also:
Constant Field Values

SET_LOCALE

static final java.lang.String SET_LOCALE
Session attribute indicating whether the session language has been set or not in APM environment.

See Also:
Constant Field Values

SELECTED_IDENTITY

static final java.lang.String SELECTED_IDENTITY
Paramter name to return as list of Selected identity for Custom Taskflow for Instace UI.

See Also:
IdentityImpl, Constant Field Values

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.