com.crystaldecisions.sdk.occa.infostore
Interface CeSecurityCUID.SystemObject

Enclosing interface:
CeSecurityCUID

public static interface CeSecurityCUID.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 ALIAS
           Specifies the system object for alias group.
static java.lang.String AUDIT_EVENT_INFO
           Specifies the system object for the Audit Event Info plugin
static java.lang.String CALENDAR
           Specifies the system object for the Calendar plugin.
static java.lang.String CATEGORY
           Specifies the system object for the Category plugin.
static java.lang.String CMA_OBJECT
           Specifies the configuration object for custom mapped attributes
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 ENTERPRISE_NODE
           Specifies the system object for the Enterprise Node plugin
static java.lang.String EVENT
           Specifies the system object for the Event plugin.
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 INSTALL
           Specifies the system object for the Install plugin
static java.lang.String LICENSE_KEY
           Specifies the system object for the LicenseKey plugin.
static java.lang.String METRIC_DESCRIPTIONS
           Specifies the system object for the Metric Descriptions plugin
static java.lang.String NEWUSERSIGNUP
           Specifies the system object for new user sign-ups.
static java.lang.String PERSONAL_CATEGORY
           Specifies the system object for the PersonalCategory plugin.
static java.lang.String PLUGIN
           Specifies the root folder for all Plugin objects.
static java.lang.String RELATIONSHIP
           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 SERVER
           Specifies the system object for the Server plugin.
static java.lang.String SERVERGROUP
           Specifies the system object for the ServerGroup plugin.
static java.lang.String SERVICE
           Specifies the system object for the Service plugin
static java.lang.String SERVICE_CONTAINER
           Specifies the system object for the Service Container plugin
static java.lang.String SESSION
           Specifies the system object for Session objects.
static java.lang.String SUPERUSER
           Specifies the system object for Super users.
static java.lang.String SYSTEM_ACCOUNT
           Specifies the system object for System account.
static java.lang.String TOKEN
           Specifies the root folder for all of the token objects.
static java.lang.String USER
           Specifies the system object for the User plugin.
static java.lang.String USERGROUP
           Specifies the system object for the UserGroup plugin.
 

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.


INDEX

static final java.lang.String INDEX

Specifies the root folder for all of the indexed objects.


RELATIONSHIP

static final java.lang.String RELATIONSHIP

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


PLUGIN

static final java.lang.String PLUGIN

Specifies the root folder for all Plugin objects.


DESKTOP_PLUGIN

static final java.lang.String DESKTOP_PLUGIN

Specifies the root folder for all Desktop plugins.


TOKEN

static final java.lang.String TOKEN

Specifies the root folder for all of the token objects.


SYSTEM_ACCOUNT

static final java.lang.String SYSTEM_ACCOUNT

Specifies the system object for System account.


GUEST

static final java.lang.String GUEST

Specifies the system object for the Guest group.


SUPERUSER

static final java.lang.String SUPERUSER

Specifies the system object for Super users.


EVERYONE

static final java.lang.String EVERYONE

Specifies the system object for the everyone group.


ADMINISTRATORS

static final java.lang.String ADMINISTRATORS

Specifies the system object for the administrator group.


NEWUSERSIGNUP

static final java.lang.String NEWUSERSIGNUP

Specifies the system object for new user sign-ups.


FOLDER

static final java.lang.String FOLDER

Specifies the system object for the Folder plugin.


ALIAS

static final java.lang.String ALIAS

Specifies the system object for alias group.


SERVER

static final java.lang.String SERVER

Specifies the system object for the Server plugin.


SERVERGROUP

static final java.lang.String SERVERGROUP

Specifies the system object for the ServerGroup plugin.


FAVORITE

static final java.lang.String FAVORITE

Specifies the system object for the FavoritesFolder plugin.


USER

static final java.lang.String USER

Specifies the system object for the User plugin.


USERGROUP

static final java.lang.String USERGROUP

Specifies the system object for the UserGroup plugin.


EVENT

static final java.lang.String EVENT

Specifies the system object for the Event plugin.


CALENDAR

static final java.lang.String CALENDAR

Specifies the system object for the Calendar plugin.


SESSION

static final java.lang.String SESSION

Specifies the system object for Session objects.


LICENSE_KEY

static final java.lang.String LICENSE_KEY

Specifies the system object for the LicenseKey plugin.


INBOX

static final java.lang.String INBOX

Specifies the system object for the Inbox plugin.


CATEGORY

static final java.lang.String CATEGORY

Specifies the system object for the Category plugin.


PERSONAL_CATEGORY

static final java.lang.String PERSONAL_CATEGORY

Specifies the system object for the PersonalCategory plugin.


REPORT

static final java.lang.String REPORT

Specifies the system object for the Report plugin.


ENTERPRISE_AUTHENTICATION

static final java.lang.String ENTERPRISE_AUTHENTICATION

Specifies the system object for enterprise authentication plugins.


INSTALL

static final java.lang.String INSTALL

Specifies the system object for the Install plugin


SERVICE

static final java.lang.String SERVICE

Specifies the system object for the Service plugin


SERVICE_CONTAINER

static final java.lang.String SERVICE_CONTAINER

Specifies the system object for the Service Container plugin


ENTERPRISE_NODE

static final java.lang.String ENTERPRISE_NODE

Specifies the system object for the Enterprise Node plugin


AUDIT_EVENT_INFO

static final java.lang.String AUDIT_EVENT_INFO

Specifies the system object for the Audit Event Info plugin


METRIC_DESCRIPTIONS

static final java.lang.String METRIC_DESCRIPTIONS

Specifies the system object for the Metric Descriptions plugin


CMA_OBJECT

static final java.lang.String CMA_OBJECT

Specifies the configuration object for custom mapped attributes