|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
---|---|
boolean |
addBookmark(BookmarkEntryInterface bookmark)
Adds a new bookmark to the Data Exploration but does not cause the model to save it. |
java.util.List |
getBookmarkIDList()
|
java.util.List |
getBookmarks()
Returns a sorted list of the bookmarks belonging to this DataExploration (sorted by name). |
java.lang.String |
getInformationMapId()
Returns the metadata id of the Information Map associated with this Data Exploration. |
java.lang.String |
getInformationMapName()
Returns the name of the Information Map associated with this Data Exploration. |
java.lang.String |
getInformationMapPath()
|
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"). |
void |
removeBookmark(BookmarkEntryInterface bookmark)
Removes a Bookmark from the DataExploration but does not cause the model to delete it from the repository. |
void |
removeBookmark(java.lang.String id)
|
void |
setDefaultBookmark(BookmarkEntryInterface bookmark)
Sets the bookmark as the default. |
void |
setInformationMapId(java.lang.String id)
Sets the metadata id of the Information Map associated with this Data Exploration. |
void |
setInformationMapName(java.lang.String name)
Deprecated. fetch the map and set the name on it directly |
void |
setInformationMapPath(java.lang.String imapPath)
|
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 |