com.businessobjects.dsws.biplatform.constants
Interface FixedPaths.SystemObjects

Enclosing interface:
FixedPaths

public static interface FixedPaths.SystemObjects

This sub-interface specifies well-known top level folders in the CI_SYSTEMOBJECTS table.


Nested Class Summary
static interface FixedPaths.SystemObjects.Plugins
           Sub-interface specifying the root folders of plugin objects
 
Field Summary
static java.lang.String CALENDARS
           Path specifying the folder that contains Calendar objects.
static java.lang.String EVENTS
           Path specifying the folder that contains Event objects.
static java.lang.String INDEXES
           Specifies the root folder for all of the indexed objects.
static java.lang.String LICENSE_KEYS
           Path specifying the folder that contains LicenseKey objects.
static java.lang.String LOGON_SESSIONS
           Path specifying the folder that contains active Connection objects.
static java.lang.String PLUGINS
           Path specifying the folder that contains Plugin folders.
static java.lang.String PROFILES
           Specifies the root folder for all of the profile objects.
static java.lang.String RELATIONSHIPS
           Specifies the root folder for all of the relationship objects.
static java.lang.String SERVER_GROUPS
           Path specifying the folder that contains ServerGroup objects.
static java.lang.String SERVERS
           Path specifying the folder that contains Server objects.
static java.lang.String TOKENS
           Path specifying the Tokens folder
static java.lang.String USER_GROUPS
           Path specifying the folder that contains UserGroup objects.
static java.lang.String USERS
           Path specifying the folder that contains User objects.
 

Field Detail

SERVERS

static final java.lang.String SERVERS

Path specifying the folder that contains Server objects.

See Also:
Constant Field Values

SERVER_GROUPS

static final java.lang.String SERVER_GROUPS

Path specifying the folder that contains ServerGroup objects.

See Also:
Constant Field Values

USERS

static final java.lang.String USERS

Path specifying the folder that contains User objects.

See Also:
Constant Field Values

USER_GROUPS

static final java.lang.String USER_GROUPS

Path specifying the folder that contains UserGroup objects.

See Also:
Constant Field Values

EVENTS

static final java.lang.String EVENTS

Path specifying the folder that contains Event objects.

See Also:
Constant Field Values

CALENDARS

static final java.lang.String CALENDARS

Path specifying the folder that contains Calendar objects.

See Also:
Constant Field Values

LICENSE_KEYS

static final java.lang.String LICENSE_KEYS

Path specifying the folder that contains LicenseKey objects.

See Also:
Constant Field Values

PLUGINS

static final java.lang.String PLUGINS

Path specifying the folder that contains Plugin folders.

See Also:
Constant Field Values

LOGON_SESSIONS

static final java.lang.String LOGON_SESSIONS

Path specifying the folder that contains active Connection objects.

See Also:
Constant Field Values

TOKENS

static final java.lang.String TOKENS

Path specifying the Tokens folder

See Also:
Constant Field Values

INDEXES

static final java.lang.String INDEXES

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 relationship objects.

See Also:
Constant Field Values

PROFILES

static final java.lang.String PROFILES

Specifies the root folder for all of the profile objects.

See Also:
Constant Field Values