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

Enclosing interface:
CeSecurityCUID

public static interface CeSecurityCUID.RootFolder

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


Field Summary
static java.lang.String ACTIONS
           Specifies the root folder for Actions.
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 CLIENTACTIONS
           Specifies the root folder for ClientAction and ClientActionSet objects.
static java.lang.String COLLABORATIONS
           Specifies the root folder for collaboration objects.
static java.lang.String COMMON_CONNECTIONS
           Specifies the root folder for common connection objects
static java.lang.String CONNECTIONS
           Specifies the root folder for connection objects.
static java.lang.String CRYPTOGRAPHIC_KEYS
           Specifies the root folder for Cluster Keys.
static java.lang.String CUSTOM_MAPPED_ATTRIBUTES
           Specifies the root folder for Custom-Mapped Attributes.
static java.lang.String CUSTOMROLES
           Specifies the root folder for Custom Role objects.
static java.lang.String DASHBOARDS
           Specifies the root folder for dashboard 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 INSTALLS
           Specifies the root folder for Install objects.
static java.lang.String LOVS
           Specifies the root folder for list of value objects.
static java.lang.String MANIFESTS
           Specifies the root folder for Manifest objects.
static java.lang.String MESSAGES
           Specifies the root folder for Message 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 QAAWS
           Specifies the root folder for universe objects.
static java.lang.String REMOTECLUSTERS
           Specifies the root folder for Remote Cluster and Replication objects.
static java.lang.String REPOSITORIES
           Specifies the root folder for repository objects.
static java.lang.String SECURITYTOKENS
           Specifies the root folder for Remote Cluster and Replication objects.
static java.lang.String SEMANTIC_LAYERS
           Specifies the root folder for the semantic layer.
static java.lang.String SERVICECATEGORIES
           Specifies the root folder for ServiceCategory objects.
static java.lang.String SERVICECONTAINERS
           Specifies the root folder for Server Container objects.
static java.lang.String SERVICES
           Specifies the root folder for Service objects.
static java.lang.String TEMPORARY_STORAGE_FOLDERS
           Specifies the root folder for temporary storage folder objects.
static java.lang.String TENANTS
           Specifies the root folder for Tenants.
static java.lang.String UNIVERSES
           Specifies the root folder for universe objects.
static java.lang.String USER_GROUPS
           Specifies the root folder for User Groups.
static java.lang.String USERS
           Specifies the root folder for Users.
 

Field Detail

CONNECTIONS

static final java.lang.String CONNECTIONS

Specifies the root folder for connection objects.


SEMANTIC_LAYERS

static final java.lang.String SEMANTIC_LAYERS

Specifies the root folder for the semantic layer.


UNIVERSES

static final java.lang.String UNIVERSES

Specifies the root folder for universe objects.


COLLABORATIONS

static final java.lang.String COLLABORATIONS

Specifies the root folder for collaboration objects.


REPOSITORIES

static final java.lang.String REPOSITORIES

Specifies the root folder for repository objects.


LOVS

static final java.lang.String LOVS

Specifies the root folder for list of value objects.


APPLICATION_CONFIGS

static final java.lang.String APPLICATION_CONFIGS

Specifies the root folder for application configuration objects.


APPLICATIONS

static final java.lang.String APPLICATIONS

Specifies the root folder for application objects.


CATEGORIES

static final java.lang.String CATEGORIES

Specifies the root folder for category objects.


PERSONAL_CATEGORIES

static final java.lang.String PERSONAL_CATEGORIES

Specifies the root folder for personal category objects.


INBOXES

static final java.lang.String INBOXES

Specifies the root folder for inbox objects.


DASHBOARDS

static final java.lang.String DASHBOARDS

Specifies the root folder for dashboard objects.


FAVOURITE_FOLDERS

static final java.lang.String FAVOURITE_FOLDERS

Specifies the root folder for favorites folder objects.


FOLDERS

static final java.lang.String FOLDERS

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


TEMPORARY_STORAGE_FOLDERS

static final java.lang.String TEMPORARY_STORAGE_FOLDERS

Specifies the root folder for temporary storage folder objects.


PROFILES

static final java.lang.String PROFILES

Specifies the root folder for profile objects.


COMMON_CONNECTIONS

static final java.lang.String COMMON_CONNECTIONS

Specifies the root folder for common connection objects


MESSAGES

static final java.lang.String MESSAGES

Specifies the root folder for Message objects.


SERVICES

static final java.lang.String SERVICES

Specifies the root folder for Service objects.


INSTALLS

static final java.lang.String INSTALLS

Specifies the root folder for Install objects.


SERVICECONTAINERS

static final java.lang.String SERVICECONTAINERS

Specifies the root folder for Server Container objects.


REMOTECLUSTERS

static final java.lang.String REMOTECLUSTERS

Specifies the root folder for Remote Cluster and Replication objects.


MANIFESTS

static final java.lang.String MANIFESTS

Specifies the root folder for Manifest objects.


SECURITYTOKENS

static final java.lang.String SECURITYTOKENS

Specifies the root folder for Remote Cluster and Replication objects.


CUSTOMROLES

static final java.lang.String CUSTOMROLES

Specifies the root folder for Custom Role objects.


CLIENTACTIONS

static final java.lang.String CLIENTACTIONS

Specifies the root folder for ClientAction and ClientActionSet objects.


SERVICECATEGORIES

static final java.lang.String SERVICECATEGORIES

Specifies the root folder for ServiceCategory objects.


QAAWS

static final java.lang.String QAAWS

Specifies the root folder for universe objects.


CRYPTOGRAPHIC_KEYS

static final java.lang.String CRYPTOGRAPHIC_KEYS

Specifies the root folder for Cluster Keys.


ACTIONS

static final java.lang.String ACTIONS

Specifies the root folder for Actions.


CUSTOM_MAPPED_ATTRIBUTES

static final java.lang.String CUSTOM_MAPPED_ATTRIBUTES

Specifies the root folder for Custom-Mapped Attributes.


TENANTS

static final java.lang.String TENANTS

Specifies the root folder for Tenants.


USERS

static final java.lang.String USERS

Specifies the root folder for Users.


USER_GROUPS

static final java.lang.String USER_GROUPS

Specifies the root folder for User Groups.