***  This interface provides Binary Compatibility only, not Source Compatibility  ***

com.sas.services.information.metadata.dataexplorer
Interface DataExplorationConstants


public interface DataExplorationConstants

String constants relevant to the Data Exploration/Bookmarking system.


Field Summary
static java.lang.String BOOKMARK_DATAEXPLORATIONID
           
static java.lang.String BOOKMARK_DATAEXPLORATIONURL
           
static java.lang.String BOOKMARK_PROPERTY_NAME
          name of the property object (part of the metadata structures for a bookmark)
static java.lang.String BOOKMARK_TEXTROLE
           
static java.lang.String BOOKMARK_TRANSFORMROLE
          Transform role for a view : "DataExplorationBookmark"
static java.lang.String DATAEXPLORATION_DEFAULT_NAME
          default for the name of new Data Explorations: blank string (no default)
static int DATAEXPLORATION_INDEX_ARRAYSIZE
          index of the "size" field in String arrays for DataExplorations
static int DATAEXPLORATION_INDEX_ID
          index of the "id" field in String arrays for DataExplorations
static int DATAEXPLORATION_INDEX_NAME
          index of the "Name" field in String arrays for DataExplorations
static java.lang.String DATAEXPLORATION_INFORMATIONMAPID
           
static java.lang.String DATAEXPLORATION_INFORMATIONMAPURL
           
static java.lang.String DATAEXPLORATION_ISDEFAULT
           
static java.lang.String DATAEXPLORATION_PROPERTY1_NAME
          name of the property object, containing Information Map ID and userid
static java.lang.String DATAEXPLORATION_PROPERTY2_NAME
          name of the property object, containing the isDefault value
static java.lang.String DATAEXPLORATION_TRANSFORMROLE
          Transform role for a data exploration: "DataExploration"
static java.lang.String DEFAULT_BOOKMARK
           
static java.lang.String INFORMATION_MAP_PATH_ATTRIBUTE913
           
static java.lang.String INFORMATION_MAP_PATH_ATTRIBUTE920
           
static java.lang.String INFORMATION_MAP_PATH_ELEMENT913
          9.1.3 and 9.2 information map path element and attribute names
static java.lang.String INFORMATION_MAP_PATH_ELEMENT920
           
static java.lang.String INFORMATIONMAP_TRANSFORMROLE
           
static java.lang.String KEYWORD_DELIMITER
          Delimiter to use between keywords when they must be entered in a single text field or displayed in a single text field.
static java.lang.String LATEST_PERSISTENCE_VERSION
           
static java.lang.String NAME_PREFIX
          Name prefix for constructing selectedItemType when type is Bookmark.
static java.lang.String PDE_STORAGE
          Top-level storage location of all users' private data explorations.
static java.lang.String PDE_STORAGE_ROOT
          Root-level storage location of all users' private data explorations.
static java.lang.String PDE_STORAGE_SUBFOLDER
          Lowest level storage location for a user's data explorations.
static java.lang.String PROPERTIES
           
 

Field Detail

BOOKMARK_PROPERTY_NAME

static final java.lang.String BOOKMARK_PROPERTY_NAME
name of the property object (part of the metadata structures for a bookmark)

See Also:
Constant Field Values

BOOKMARK_DATAEXPLORATIONID

static final java.lang.String BOOKMARK_DATAEXPLORATIONID
See Also:
Constant Field Values

BOOKMARK_DATAEXPLORATIONURL

static final java.lang.String BOOKMARK_DATAEXPLORATIONURL
See Also:
Constant Field Values

PROPERTIES

static final java.lang.String PROPERTIES
See Also:
Constant Field Values

DEFAULT_BOOKMARK

static final java.lang.String DEFAULT_BOOKMARK
See Also:
Constant Field Values

BOOKMARK_TRANSFORMROLE

static final java.lang.String BOOKMARK_TRANSFORMROLE
Transform role for a view : "DataExplorationBookmark"

See Also:
Constant Field Values

BOOKMARK_TEXTROLE

static final java.lang.String BOOKMARK_TEXTROLE
See Also:
Constant Field Values

DATAEXPLORATION_DEFAULT_NAME

static final java.lang.String DATAEXPLORATION_DEFAULT_NAME
default for the name of new Data Explorations: blank string (no default)

See Also:
Constant Field Values

DATAEXPLORATION_INDEX_ARRAYSIZE

static final int DATAEXPLORATION_INDEX_ARRAYSIZE
index of the "size" field in String arrays for DataExplorations

See Also:
Constant Field Values

DATAEXPLORATION_INDEX_ID

static final int DATAEXPLORATION_INDEX_ID
index of the "id" field in String arrays for DataExplorations

See Also:
Constant Field Values

DATAEXPLORATION_INDEX_NAME

static final int DATAEXPLORATION_INDEX_NAME
index of the "Name" field in String arrays for DataExplorations

See Also:
Constant Field Values

DATAEXPLORATION_PROPERTY1_NAME

static final java.lang.String DATAEXPLORATION_PROPERTY1_NAME
name of the property object, containing Information Map ID and userid

See Also:
Constant Field Values

DATAEXPLORATION_INFORMATIONMAPID

static final java.lang.String DATAEXPLORATION_INFORMATIONMAPID
See Also:
Constant Field Values

DATAEXPLORATION_INFORMATIONMAPURL

static final java.lang.String DATAEXPLORATION_INFORMATIONMAPURL
See Also:
Constant Field Values

DATAEXPLORATION_PROPERTY2_NAME

static final java.lang.String DATAEXPLORATION_PROPERTY2_NAME
name of the property object, containing the isDefault value

See Also:
Constant Field Values

DATAEXPLORATION_ISDEFAULT

static final java.lang.String DATAEXPLORATION_ISDEFAULT
See Also:
Constant Field Values

INFORMATIONMAP_TRANSFORMROLE

static final java.lang.String INFORMATIONMAP_TRANSFORMROLE
See Also:
Constant Field Values

DATAEXPLORATION_TRANSFORMROLE

static final java.lang.String DATAEXPLORATION_TRANSFORMROLE
Transform role for a data exploration: "DataExploration"

See Also:
Constant Field Values

INFORMATION_MAP_PATH_ELEMENT913

static final java.lang.String INFORMATION_MAP_PATH_ELEMENT913
9.1.3 and 9.2 information map path element and attribute names

See Also:
Constant Field Values

INFORMATION_MAP_PATH_ATTRIBUTE913

static final java.lang.String INFORMATION_MAP_PATH_ATTRIBUTE913
See Also:
Constant Field Values

INFORMATION_MAP_PATH_ELEMENT920

static final java.lang.String INFORMATION_MAP_PATH_ELEMENT920
See Also:
Constant Field Values

INFORMATION_MAP_PATH_ATTRIBUTE920

static final java.lang.String INFORMATION_MAP_PATH_ATTRIBUTE920
See Also:
Constant Field Values

NAME_PREFIX

static final java.lang.String NAME_PREFIX
Name prefix for constructing selectedItemType when type is Bookmark.

See Also:
Constant Field Values

KEYWORD_DELIMITER

static final java.lang.String KEYWORD_DELIMITER
Delimiter to use between keywords when they must be entered in a single text field or displayed in a single text field.

See Also:
Constant Field Values

PDE_STORAGE

static final java.lang.String PDE_STORAGE
Top-level storage location of all users' private data explorations. Subfolders will be created in this location for each userid.

See Also:
Constant Field Values

PDE_STORAGE_ROOT

static final java.lang.String PDE_STORAGE_ROOT
Root-level storage location of all users' private data explorations. This represents the location under BIP Tree for the PDE_STORAGE location. com.sas.services.information.OMIRepository.BIP_ROOTNAME is prefixed to PDE_STORAGE.

See Also:
Constant Field Values

PDE_STORAGE_SUBFOLDER

static final java.lang.String PDE_STORAGE_SUBFOLDER
Lowest level storage location for a user's data explorations. A folder with this name will be created under PDE_STORAGE_ROOT+/userid/.

See Also:
Constant Field Values

LATEST_PERSISTENCE_VERSION

static final java.lang.String LATEST_PERSISTENCE_VERSION
See Also:
Constant Field Values

***  This interface provides Binary Compatibility only, not Source Compatibility  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.