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

Enclosing interface:
FixedCUIDs

public static interface FixedCUIDs.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 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.

See Also:
Constant Field Values

CONNUNIVERSE_DATA_CONNECTION

static final java.lang.String CONNUNIVERSE_DATA_CONNECTION

Used to query for universes and their related data connections.

See Also:
Constant Field Values

UNIVERSE_COREUNIVERSE

static final java.lang.String UNIVERSE_COREUNIVERSE

Used to query for universes and their related core universes.

See Also:
Constant Field Values

WEBI_UNIVERSE

static final java.lang.String WEBI_UNIVERSE

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

See Also:
Constant Field Values

FULLCLIENT_WEBI

static final java.lang.String FULLCLIENT_WEBI

Used to query for Webi documents and Full Client documents.

See Also:
Constant Field Values