|
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 BrowseMetadataInterface
public java.lang.Object get(java.lang.String key)
BrowseMetadataInterface
get
in interface BrowseMetadataInterface
key
- The name of the attribute or association.
public java.lang.String getName()
BrowseMetadataInterface
getName
in interface BrowseMetadataInterface
public java.lang.String getDescription()
BrowseMetadataInterface
getDescription
in interface BrowseMetadataInterface
public long getCreateDate()
BrowseMetadataInterface
getCreateDate
in interface BrowseMetadataInterface
public java.util.Date getCreateDateAsDate()
BrowseMetadataInterface
getCreateDateAsDate
in interface BrowseMetadataInterface
public long getModifyDate()
BrowseMetadataInterface
getModifyDate
in interface BrowseMetadataInterface
public java.util.Date getModifyDateAsDate()
BrowseMetadataInterface
getModifyDateAsDate
in interface BrowseMetadataInterface
public java.util.List getKeywords()
BrowseMetadataInterface
getKeywords
in interface BrowseMetadataInterface
public java.lang.String getSmartType()
BrowseMetadataInterface
getSmartType
in interface BrowseMetadataInterface
public java.lang.String getNativeType()
BrowseMetadataInterface
getNativeType
in interface BrowseMetadataInterface
public java.lang.String getISEntityKey()
BrowseMetadataInterface
getISEntityKey
in interface BrowseMetadataInterface
public boolean isAFolder()
BrowseMetadataInterface
isAFolder
in interface BrowseMetadataInterface
public java.util.List getMembers()
BrowseMetadataInterface
getMembers
in interface BrowseMetadataInterface
public java.util.List getParents()
BrowseMetadataInterface
getParents
in interface BrowseMetadataInterface
public java.util.List getSubfolders()
BrowseMetadataInterface
getSubfolders
in interface BrowseMetadataInterface
public java.lang.String getReposId()
BrowseMetadataInterface
getReposId
in interface BrowseMetadataInterface
public java.lang.String toString()
BrowseMetadataInterface
toString
in interface BrowseMetadataInterface
toString
in class java.lang.Object
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |