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

Enclosing interface:
FixedCUIDs

public static interface FixedCUIDs.SystemObject

Identifies the unique CUIDs that are used in a query to specify the system objects.


Field Summary
static java.lang.String ADMINISTRATORS
           Specifies the system object for the administrator group.
static java.lang.String CALENDARS
           Specifies the system object for the Calendars folder.
static java.lang.String CATEGORY
           Specifies the system object for the Category plugin.
static java.lang.String CMS
           Specifies the system object for the Central Management Server (CMS).
static java.lang.String DESKTOP_PLUGIN
           Specifies the root folder for all Desktop plugins.
static java.lang.String ENTERPRISE_AUTHENTICATION
           Specifies the system object for enterprise authentication plugins.
static java.lang.String EVENTS
           Specifies the system object for the Events folder.
static java.lang.String EVERYONE
           Specifies the system object for the everyone group.
static java.lang.String FAVORITE
           Specifies the system object for the FavoritesFolder plugin.
static java.lang.String FOLDER
           Specifies the system object for the Folder plugin.
static java.lang.String GUEST
           Specifies the system object for the Guest group.
static java.lang.String INBOX
           Specifies the system object for the Inbox plugin.
static java.lang.String INDEX
           Specifies the root folder for all of the indexed objects.
static java.lang.String LICENSE_KEYS
           Specifies the system object for the LicenseKeys folder.
static java.lang.String LOGON_SESSIONS
           Specifies the system object for Session objects.
static java.lang.String PERSONAL_CATEGORY
           Specifies the system object for the PersonalCategory plugin.
static java.lang.String PLUGINS
           Specifies the root folder for all Plugin objects.
static java.lang.String RELATIONSHIPS
           Specifies the root folder for all of the objects that are dynamically related within BusinessObjects Enterprise.
static java.lang.String REPORT
           Specifies the system object for the Report plugin.
static java.lang.String SERVERGROUPS
           Specifies the system object for the ServerGroups folder.
static java.lang.String SERVERS
           Specifies the system object for the Servers folder.
static java.lang.String SUPERUSER
           Specifies the system object for Super users.
static java.lang.String TOKENS
           Specifies the root folder for all of the token objects.
static java.lang.String USERGROUPS
           Specifies the system object for the UserGroups folder.
static java.lang.String USERS
           Specifies the system object for the Users folder.
 

Field Detail

CMS

static final java.lang.String CMS

Specifies the system object for the Central Management Server (CMS). This system object is the root folder for all objects that are associated with BusinessObjects Enterprise.

See Also:
Constant Field Values

INDEX

static final java.lang.String INDEX

Specifies the root folder for all of the indexed objects.

See Also:
Constant Field Values

RELATIONSHIPS

static final java.lang.String RELATIONSHIPS

Specifies the root folder for all of the objects that are dynamically related within BusinessObjects Enterprise.

See Also:
Constant Field Values

PLUGINS

static final java.lang.String PLUGINS

Specifies the root folder for all Plugin objects.

See Also:
Constant Field Values

DESKTOP_PLUGIN

static final java.lang.String DESKTOP_PLUGIN

Specifies the root folder for all Desktop plugins.

See Also:
Constant Field Values

TOKENS

static final java.lang.String TOKENS

Specifies the root folder for all of the token objects.

See Also:
Constant Field Values

GUEST

static final java.lang.String GUEST

Specifies the system object for the Guest group.

See Also:
Constant Field Values

SUPERUSER

static final java.lang.String SUPERUSER

Specifies the system object for Super users.

See Also:
Constant Field Values

EVERYONE

static final java.lang.String EVERYONE

Specifies the system object for the everyone group.

See Also:
Constant Field Values

ADMINISTRATORS

static final java.lang.String ADMINISTRATORS

Specifies the system object for the administrator group.

See Also:
Constant Field Values

FOLDER

static final java.lang.String FOLDER

Specifies the system object for the Folder plugin.

See Also:
Constant Field Values

SERVERS

static final java.lang.String SERVERS

Specifies the system object for the Servers folder.

See Also:
Constant Field Values

SERVERGROUPS

static final java.lang.String SERVERGROUPS

Specifies the system object for the ServerGroups folder.

See Also:
Constant Field Values

FAVORITE

static final java.lang.String FAVORITE

Specifies the system object for the FavoritesFolder plugin.

See Also:
Constant Field Values

USERS

static final java.lang.String USERS

Specifies the system object for the Users folder.

See Also:
Constant Field Values

USERGROUPS

static final java.lang.String USERGROUPS

Specifies the system object for the UserGroups folder.

See Also:
Constant Field Values

EVENTS

static final java.lang.String EVENTS

Specifies the system object for the Events folder.

See Also:
Constant Field Values

CALENDARS

static final java.lang.String CALENDARS

Specifies the system object for the Calendars folder.

See Also:
Constant Field Values

LOGON_SESSIONS

static final java.lang.String LOGON_SESSIONS

Specifies the system object for Session objects.

See Also:
Constant Field Values

LICENSE_KEYS

static final java.lang.String LICENSE_KEYS

Specifies the system object for the LicenseKeys folder.

See Also:
Constant Field Values

INBOX

static final java.lang.String INBOX

Specifies the system object for the Inbox plugin.

See Also:
Constant Field Values

CATEGORY

static final java.lang.String CATEGORY

Specifies the system object for the Category plugin.

See Also:
Constant Field Values

PERSONAL_CATEGORY

static final java.lang.String PERSONAL_CATEGORY

Specifies the system object for the PersonalCategory plugin.

See Also:
Constant Field Values

REPORT

static final java.lang.String REPORT

Specifies the system object for the Report plugin.

See Also:
Constant Field Values

ENTERPRISE_AUTHENTICATION

static final java.lang.String ENTERPRISE_AUTHENTICATION

Specifies the system object for enterprise authentication plugins.

See Also:
Constant Field Values