|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
@SASScope(value="ALL") @BinaryCompatibilityOnly public interface DataExplorationEntryInterface
DataExplorationEntryInterface Defines the interface for a data exploration smart class object.
| Field Summary |
|---|
| Fields inherited from interface com.sas.services.information.metadata.MetadataInterface |
|---|
METADATA_STATE_DELETED, METADATA_STATE_DESTROYED, METADATA_STATE_NEW, METADATA_STATE_NORMAL, PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA |
| Method Summary | |
|---|---|
abstract boolean |
addBookmark(BookmarkEntryInterface bookmark)
Adds a new bookmark to the Data Exploration but does not cause the model to save it. |
abstract java.util.List |
getBookmarkIDList()
|
abstract java.util.List |
getBookmarks()
Returns a sorted list of the bookmarks belonging to this DataExploration (sorted by name). |
abstract java.lang.String |
getInformationMapId()
Returns the metadata id of the Information Map associated with this Data Exploration. |
abstract java.lang.String |
getInformationMapName()
Returns the name of the Information Map associated with this Data Exploration. |
abstract java.lang.String |
getInformationMapPath()
|
abstract java.lang.String |
getLocation()
Returns the metadata folder structure that is the storage location for the DataExploration (something like "BIP Tree/Users/userid/Data Explorations"). |
abstract void |
removeBookmark(BookmarkEntryInterface bookmark)
Removes a Bookmark from the DataExploration but does not cause the model to delete it from the repository. |
abstract void |
removeBookmark(java.lang.String id)
|
abstract void |
setDefaultBookmark(BookmarkEntryInterface bookmark)
Sets the bookmark as the default. |
abstract void |
setInformationMapId(java.lang.String id)
Sets the metadata id of the Information Map associated with this Data Exploration. |
abstract void |
setInformationMapName(java.lang.String name)
Deprecated. fetch the map and set the name on it directly |
abstract void |
setInformationMapPath(java.lang.String imapPath)
|
abstract void |
setLocation(java.lang.String location)
Sets the storage location of the Data Exploration to a repository tree location. |
| Methods inherited from interface com.sas.services.information.publicobject.PublicObjectInterface |
|---|
addProcessorInterface, getContainer, getIdentifier, getName, getObjectURI, getPathUrl, getProcessorInterface, getTypeDescriptor |
| Method Detail |
|---|
boolean addBookmark(BookmarkEntryInterface bookmark)
throws java.rmi.RemoteException,
ServiceException
bookmark - the bookmark to add
java.rmi.RemoteException
ServiceException
void removeBookmark(BookmarkEntryInterface bookmark)
throws java.rmi.RemoteException,
com.sas.metadata.remote.MdException,
ServiceException
bookmark - the bookmark to remove
java.rmi.RemoteException
com.sas.metadata.remote.MdException
ServiceException
void removeBookmark(java.lang.String id)
throws java.rmi.RemoteException,
com.sas.metadata.remote.MdException,
ServiceException
java.rmi.RemoteException
com.sas.metadata.remote.MdException
ServiceException
void setDefaultBookmark(BookmarkEntryInterface bookmark)
throws java.rmi.RemoteException,
com.sas.metadata.remote.MdException,
ServiceException
bookmark - The bookmark to be set.
java.rmi.RemoteException
com.sas.metadata.remote.MdException
ServiceException
java.util.List getBookmarks()
throws java.rmi.RemoteException,
ServiceException
addBookmark(BookmarkInteface) when this Data
Exploration was initialized. Returns an empty list of no bookmarks exist
java.rmi.RemoteException
ServiceException
java.util.List getBookmarkIDList()
throws java.rmi.RemoteException,
com.sas.metadata.remote.MdException,
ServiceException
java.rmi.RemoteException
com.sas.metadata.remote.MdException
ServiceException
java.lang.String getLocation()
throws java.rmi.RemoteException,
com.sas.metadata.remote.MdException,
ServiceException
java.rmi.RemoteException
com.sas.metadata.remote.MdException
ServiceException
void setLocation(java.lang.String location)
throws java.rmi.RemoteException,
ServiceException,
com.sas.metadata.remote.MdException
location - the storage tree
java.rmi.RemoteException
ServiceException
com.sas.metadata.remote.MdException
java.lang.String getInformationMapName()
throws java.rmi.RemoteException,
ServiceException,
com.sas.metadata.remote.MdException
java.rmi.RemoteException
ServiceException
com.sas.metadata.remote.MdException
java.lang.String getInformationMapPath()
throws java.rmi.RemoteException,
ServiceException,
com.sas.metadata.remote.MdException
java.rmi.RemoteException
ServiceException
com.sas.metadata.remote.MdException
void setInformationMapPath(java.lang.String imapPath)
throws java.rmi.RemoteException,
ServiceException,
com.sas.metadata.remote.MdException
java.rmi.RemoteException
ServiceException
com.sas.metadata.remote.MdException
void setInformationMapName(java.lang.String name)
throws java.rmi.RemoteException,
ServiceException,
com.sas.metadata.remote.MdException
map - the name of the map
java.rmi.RemoteException
ServiceException
com.sas.metadata.remote.MdException
java.lang.String getInformationMapId()
throws java.rmi.RemoteException,
com.sas.metadata.remote.MdException,
ServiceException
java.rmi.RemoteException
com.sas.metadata.remote.MdException
ServiceException
void setInformationMapId(java.lang.String id)
throws java.rmi.RemoteException,
com.sas.metadata.remote.MdException,
ServiceException
id - the id of the map
java.rmi.RemoteException
com.sas.metadata.remote.MdException
ServiceException
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||