com.businessobjects.dsws.biplatform.constants
Interface FixedCUIDs.RootFolder

Enclosing interface:
FixedCUIDs

public static interface FixedCUIDs.RootFolder

Identifies the unique CUIDs that are used in a query to specify the root folder.


Field Summary
static java.lang.String APPLICATION_CONFIGS
           Specifies the root folder for application configuration objects.
static java.lang.String APPLICATIONS
           Specifies the root folder for application objects.
static java.lang.String CATEGORIES
           Specifies the root folder for category objects.
static java.lang.String COLLABORATIONS
           Specifies the root folder for collaboration objects.
static java.lang.String CONNECTIONS
           Specifies the root folder for connection objects.
static java.lang.String FAVOURITE_FOLDERS
           Specifies the root folder for favorites folder objects.
static java.lang.String FOLDERS
           Specifies the root folder of all the user-defined folders.
static java.lang.String INBOXES
           Specifies the root folder for inbox objects.
static java.lang.String LOVS
           Specifies the root folder for list of value objects.
static java.lang.String PERSONAL_CATEGORIES
           Specifies the root folder for personal category objects.
static java.lang.String PROFILES
           Specifies the root folder for profile objects.
static java.lang.String REPOSITORIES
           Specifies the root folder for repository objects.
static java.lang.String SEMANTIC_LAYERS
           Specifies the root folder for the semantic layer.
static java.lang.String TEMPORARY_STORAGE_FOLDERS
           Specifies the root folder for temporary storage folder objects.
static java.lang.String UNIVERSES
           Specifies the root folder for universe objects.
 

Field Detail

CONNECTIONS

static final java.lang.String CONNECTIONS

Specifies the root folder for connection objects.

See Also:
Constant Field Values

SEMANTIC_LAYERS

static final java.lang.String SEMANTIC_LAYERS

Specifies the root folder for the semantic layer.

See Also:
Constant Field Values

UNIVERSES

static final java.lang.String UNIVERSES

Specifies the root folder for universe objects.

See Also:
Constant Field Values

COLLABORATIONS

static final java.lang.String COLLABORATIONS

Specifies the root folder for collaboration objects.

See Also:
Constant Field Values

REPOSITORIES

static final java.lang.String REPOSITORIES

Specifies the root folder for repository objects.

See Also:
Constant Field Values

LOVS

static final java.lang.String LOVS

Specifies the root folder for list of value objects.

See Also:
Constant Field Values

APPLICATION_CONFIGS

static final java.lang.String APPLICATION_CONFIGS

Specifies the root folder for application configuration objects.

See Also:
Constant Field Values

APPLICATIONS

static final java.lang.String APPLICATIONS

Specifies the root folder for application objects.

See Also:
Constant Field Values

CATEGORIES

static final java.lang.String CATEGORIES

Specifies the root folder for category objects.

See Also:
Constant Field Values

PERSONAL_CATEGORIES

static final java.lang.String PERSONAL_CATEGORIES

Specifies the root folder for personal category objects.

See Also:
Constant Field Values

INBOXES

static final java.lang.String INBOXES

Specifies the root folder for inbox objects.

See Also:
Constant Field Values

FAVOURITE_FOLDERS

static final java.lang.String FAVOURITE_FOLDERS

Specifies the root folder for favorites folder objects.

See Also:
Constant Field Values

FOLDERS

static final java.lang.String FOLDERS

Specifies the root folder of all the user-defined folders.

See Also:
Constant Field Values

TEMPORARY_STORAGE_FOLDERS

static final java.lang.String TEMPORARY_STORAGE_FOLDERS

Specifies the root folder for temporary storage folder objects.

See Also:
Constant Field Values

PROFILES

static final java.lang.String PROFILES

Specifies the root folder for profile objects.

See Also:
Constant Field Values