*** This interface provides Binary Compatibility only, not Source Compatibility ***
Interface DataExplorationConstants
@SASScope("ALL")
@BinaryCompatibilityOnly
public interface DataExplorationConstants
String constants relevant to the Data Exploration/Bookmarking system.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringname of the property object (part of the metadata structures for a bookmark)static final Stringstatic final StringTransform role for a view : "DataExplorationBookmark"static final Stringdefault for the name of new Data Explorations: blank string (no default)static final intindex of the "size" field in String arrays for DataExplorationsstatic final intindex of the "id" field in String arrays for DataExplorationsstatic final intindex of the "Name" field in String arrays for DataExplorationsstatic final Stringstatic final Stringstatic final Stringstatic final Stringname of the property object, containing Information Map ID and useridstatic final Stringname of the property object, containing the isDefault valuestatic final StringTransform role for a data exploration: "DataExploration"static final Stringstatic final Stringstatic final Stringstatic final String9.1.3 and 9.2 information map path element and attribute namesstatic final Stringstatic final Stringstatic final StringDelimiter to use between keywords when they must be entered in a single text field or displayed in a single text field.static final Stringstatic final StringName prefix for constructing selectedItemType when type is Bookmark.static final StringTop-level storage location of all users' private data explorations.static final StringRoot-level storage location of all users' private data explorations.static final StringLowest level storage location for a user's data explorations.static final String
-
Field Details
-
BOOKMARK_PROPERTY_NAME
static final String BOOKMARK_PROPERTY_NAMEname of the property object (part of the metadata structures for a bookmark)- See Also:
-
BOOKMARK_DATAEXPLORATIONID
static final String BOOKMARK_DATAEXPLORATIONID- See Also:
-
BOOKMARK_DATAEXPLORATIONURL
static final String BOOKMARK_DATAEXPLORATIONURL- See Also:
-
PROPERTIES
static final String PROPERTIES- See Also:
-
DEFAULT_BOOKMARK
static final String DEFAULT_BOOKMARK- See Also:
-
BOOKMARK_TRANSFORMROLE
static final String BOOKMARK_TRANSFORMROLETransform role for a view : "DataExplorationBookmark"- See Also:
-
BOOKMARK_TEXTROLE
static final String BOOKMARK_TEXTROLE- See Also:
-
DATAEXPLORATION_DEFAULT_NAME
static final String DATAEXPLORATION_DEFAULT_NAMEdefault for the name of new Data Explorations: blank string (no default)- See Also:
-
DATAEXPLORATION_INDEX_ARRAYSIZE
static final int DATAEXPLORATION_INDEX_ARRAYSIZEindex of the "size" field in String arrays for DataExplorations- See Also:
-
DATAEXPLORATION_INDEX_ID
static final int DATAEXPLORATION_INDEX_IDindex of the "id" field in String arrays for DataExplorations- See Also:
-
DATAEXPLORATION_INDEX_NAME
static final int DATAEXPLORATION_INDEX_NAMEindex of the "Name" field in String arrays for DataExplorations- See Also:
-
DATAEXPLORATION_PROPERTY1_NAME
static final String DATAEXPLORATION_PROPERTY1_NAMEname of the property object, containing Information Map ID and userid- See Also:
-
DATAEXPLORATION_INFORMATIONMAPID
static final String DATAEXPLORATION_INFORMATIONMAPID- See Also:
-
DATAEXPLORATION_INFORMATIONMAPURL
static final String DATAEXPLORATION_INFORMATIONMAPURL- See Also:
-
DATAEXPLORATION_PROPERTY2_NAME
static final String DATAEXPLORATION_PROPERTY2_NAMEname of the property object, containing the isDefault value- See Also:
-
DATAEXPLORATION_ISDEFAULT
static final String DATAEXPLORATION_ISDEFAULT- See Also:
-
INFORMATIONMAP_TRANSFORMROLE
static final String INFORMATIONMAP_TRANSFORMROLE- See Also:
-
DATAEXPLORATION_TRANSFORMROLE
static final String DATAEXPLORATION_TRANSFORMROLETransform role for a data exploration: "DataExploration"- See Also:
-
INFORMATION_MAP_PATH_ELEMENT913
static final String INFORMATION_MAP_PATH_ELEMENT9139.1.3 and 9.2 information map path element and attribute names- See Also:
-
INFORMATION_MAP_PATH_ATTRIBUTE913
static final String INFORMATION_MAP_PATH_ATTRIBUTE913- See Also:
-
INFORMATION_MAP_PATH_ELEMENT920
static final String INFORMATION_MAP_PATH_ELEMENT920- See Also:
-
INFORMATION_MAP_PATH_ATTRIBUTE920
static final String INFORMATION_MAP_PATH_ATTRIBUTE920- See Also:
-
NAME_PREFIX
static final String NAME_PREFIXName prefix for constructing selectedItemType when type is Bookmark.- See Also:
-
KEYWORD_DELIMITER
static final String KEYWORD_DELIMITERDelimiter to use between keywords when they must be entered in a single text field or displayed in a single text field.- See Also:
-
PDE_STORAGE
static final String PDE_STORAGETop-level storage location of all users' private data explorations. Subfolders will be created in this location for each userid.- See Also:
-
PDE_STORAGE_ROOT
static final String PDE_STORAGE_ROOTRoot-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_ROOTNAMEis prefixed to PDE_STORAGE.- See Also:
-
PDE_STORAGE_SUBFOLDER
static final String PDE_STORAGE_SUBFOLDERLowest level storage location for a user's data explorations. A folder with this name will be created under PDE_STORAGE_ROOT+/userid/.- See Also:
-
LATEST_PERSISTENCE_VERSION
static final String LATEST_PERSISTENCE_VERSION- See Also:
-