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

Enclosing interface:
CeSecurityCUID

public static interface CeSecurityCUID.Relation

Identifies the unique CUIDs that are used in a query to retrieve related dynamically generated objects.


Field Summary
static java.lang.String CATEGORY
           Used to query for categories and their related objects.
static java.lang.String CONNUNIVERSE_DATA_CONNECTION
           Used to query for universes and their related data connections.
static java.lang.String FULLCLIENT_WEBI
           Used to query for Webi documents and Full Client documents.
static java.lang.String TENANT
           Used to query for tenants and their related objects.
static java.lang.String UNIVERSE_COREUNIVERSE
           Used to query for universes and their related core universes.
static java.lang.String WEBI_UNIVERSE
           Used to query for Web Intelligence documents and their related universes.
 

Field Detail

CATEGORY

static final java.lang.String CATEGORY

Used to query for categories and their related objects.


CONNUNIVERSE_DATA_CONNECTION

static final java.lang.String CONNUNIVERSE_DATA_CONNECTION

Used to query for universes and their related data connections.


UNIVERSE_COREUNIVERSE

static final java.lang.String UNIVERSE_COREUNIVERSE

Used to query for universes and their related core universes.


WEBI_UNIVERSE

static final java.lang.String WEBI_UNIVERSE

Used to query for Web Intelligence documents and their related universes.


FULLCLIENT_WEBI

static final java.lang.String FULLCLIENT_WEBI

Used to query for Webi documents and Full Client documents.


TENANT

static final java.lang.String TENANT

Used to query for tenants and their related objects.