|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BrowseMetadataInterface
Field Summary | |
---|---|
static java.lang.String |
CREATE_KEY
The map key to get the object's creation date. |
static java.lang.String |
DESC_KEY
The map key to get the object's description. |
static java.lang.String |
ISAFOLDER_KEY
The map key to get the indicator if the object is a folder; |
static java.lang.String |
ISENTITYKEY_KEY
The map key to get the object's Information Service entity key. |
static java.lang.String |
KEYWORDS_KEY
The map key to get the object's keywords. |
static java.lang.String |
MEMBERS_KEY
The map key to get an object's members, if it's a folder. |
static java.lang.String |
MODIFY_KEY
The map key to get the object's latest modified date. |
static java.lang.String |
NAME_KEY
The map key to get the object's name. |
static java.lang.String |
NATIVETYPE_KEY
The map key to get the repository native type (e.g., "Transformation" rather than "Report". |
static java.lang.String |
PARENTTREE_KEY
The map key to get the Parent Tree assocation; |
static java.lang.String |
REPOSID_KEY
The map key to get the object's repository id. |
static java.lang.String |
SMARTCLASS_KEY
The map key to get the object's smart object Java class. |
static java.lang.String |
SMARTTYPE_KEY
The map key to get the object's smart object type (e.g., "Report" rather than "Transformation". |
static java.lang.String |
SOFTWARETREES_KEY
The map key to get SoftwareTrees from a SoftwareComponent. |
static java.lang.String |
SUBFOLDERS_KEY
the map key to get the object's subfolders, if it's a folder. |
static java.lang.String |
TREES_KEY
The map key to get the Trees association. |
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. |
Field Detail |
---|
static final java.lang.String NAME_KEY
static final java.lang.String DESC_KEY
static final java.lang.String CREATE_KEY
static final java.lang.String MODIFY_KEY
static final java.lang.String KEYWORDS_KEY
static final java.lang.String SMARTTYPE_KEY
static final java.lang.String SMARTCLASS_KEY
static final java.lang.String NATIVETYPE_KEY
static final java.lang.String ISENTITYKEY_KEY
static final java.lang.String MEMBERS_KEY
static final java.lang.String SUBFOLDERS_KEY
static final java.lang.String SOFTWARETREES_KEY
static final java.lang.String REPOSID_KEY
static final java.lang.String ISAFOLDER_KEY
static final java.lang.String TREES_KEY
static final java.lang.String PARENTTREE_KEY
Method Detail |
---|
java.util.Map getRawData()
java.lang.Object get(java.lang.String key)
key
- The name of the attribute or association.
java.lang.String getName()
java.lang.String getDescription()
long getCreateDate()
long getModifyDate()
java.util.Date getCreateDateAsDate()
java.util.Date getModifyDateAsDate()
java.util.List getKeywords()
java.lang.String getSmartType()
java.lang.String getNativeType()
java.lang.String getISEntityKey()
boolean isAFolder()
java.util.List getMembers()
java.util.List getSubfolders()
java.util.List getParents()
java.lang.String getReposId()
java.lang.String toString()
toString
in class java.lang.Object
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |