|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.services.information.browse.BrowseMetadata
public class BrowseMetadata
| Field Summary |
|---|
| Fields inherited from interface com.sas.services.information.browse.BrowseMetadataInterface |
|---|
CREATE_KEY, DESC_KEY, ISAFOLDER_KEY, ISENTITYKEY_KEY, KEYWORDS_KEY, MEMBERS_KEY, MODIFY_KEY, NAME_KEY, NATIVETYPE_KEY, PARENTTREE_KEY, REPOSID_KEY, SMARTCLASS_KEY, SMARTTYPE_KEY, SOFTWARETREES_KEY, SUBFOLDERS_KEY, TREES_KEY |
| Constructor Summary | |
|---|---|
BrowseMetadata(java.util.Map rawData)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
get(java.lang.String key)
Get an arbitrary object from the map. |
long |
getCreateDate()
Get the date the metadata object was created. |
java.util.Date |
getCreateDateAsDate()
Get the date the metadata object was created. |
java.lang.String |
getDescription()
Get the object description. |
java.lang.String |
getISEntityKey()
Get the Information Service entity key for this object. |
java.util.List |
getKeywords()
Get a List of Strings with the keywords that are associated with this object. |
java.util.List |
getMembers()
Get the members if this is a folder. |
long |
getModifyDate()
Get the date the metadata object was most recently changed. |
java.util.Date |
getModifyDateAsDate()
Get the date the metadata object was most recently changed. |
java.lang.String |
getName()
Get the object name. |
java.lang.String |
getNativeType()
Get the repository native type for this object. |
java.util.List |
getParents()
Get the list of parent objects. |
java.util.Map |
getRawData()
Get the Map with the raw data for this object. |
java.lang.String |
getReposId()
Get the object's repository ID. |
java.lang.String |
getSmartType()
Get the "smart" type of this object. |
java.util.List |
getSubfolders()
Get the subfolders if this is a folder. |
boolean |
isAFolder()
Returns true if this object represents a folder in the metadata. |
java.lang.String |
toString()
Return a simple string representation of the object. |
| Constructor Detail |
|---|
public BrowseMetadata(java.util.Map rawData)
| Method Detail |
|---|
public java.util.Map getRawData()
BrowseMetadataInterface
getRawData in interface BrowseMetadataInterfacepublic java.lang.Object get(java.lang.String key)
BrowseMetadataInterface
get in interface BrowseMetadataInterfacekey - The name of the attribute or association.
public java.lang.String getName()
BrowseMetadataInterface
getName in interface BrowseMetadataInterfacepublic java.lang.String getDescription()
BrowseMetadataInterface
getDescription in interface BrowseMetadataInterfacepublic long getCreateDate()
BrowseMetadataInterface
getCreateDate in interface BrowseMetadataInterfacepublic java.util.Date getCreateDateAsDate()
BrowseMetadataInterface
getCreateDateAsDate in interface BrowseMetadataInterfacepublic long getModifyDate()
BrowseMetadataInterface
getModifyDate in interface BrowseMetadataInterfacepublic java.util.Date getModifyDateAsDate()
BrowseMetadataInterface
getModifyDateAsDate in interface BrowseMetadataInterfacepublic java.util.List getKeywords()
BrowseMetadataInterface
getKeywords in interface BrowseMetadataInterfacepublic java.lang.String getSmartType()
BrowseMetadataInterface
getSmartType in interface BrowseMetadataInterfacepublic java.lang.String getNativeType()
BrowseMetadataInterface
getNativeType in interface BrowseMetadataInterfacepublic java.lang.String getISEntityKey()
BrowseMetadataInterface
getISEntityKey in interface BrowseMetadataInterfacepublic boolean isAFolder()
BrowseMetadataInterface
isAFolder in interface BrowseMetadataInterfacepublic java.util.List getMembers()
BrowseMetadataInterface
getMembers in interface BrowseMetadataInterfacepublic java.util.List getParents()
BrowseMetadataInterface
getParents in interface BrowseMetadataInterfacepublic java.util.List getSubfolders()
BrowseMetadataInterface
getSubfolders in interface BrowseMetadataInterfacepublic java.lang.String getReposId()
BrowseMetadataInterface
getReposId in interface BrowseMetadataInterfacepublic java.lang.String toString()
BrowseMetadataInterface
toString in interface BrowseMetadataInterfacetoString in class java.lang.Object
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||