|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
| Field Summary | |
static String |
CREATE_KEY
The map key to get the object's creation date. |
static String |
DESC_KEY
The map key to get the object's description. |
static String |
ISAFOLDER_KEY
The map key to get the indicator if the object is a folder; |
static String |
ISENTITYKEY_KEY
The map key to get the object's Information Service entity key. |
static String |
KEYWORDS_KEY
The map key to get the object's keywords. |
static String |
MEMBERS_KEY
The map key to get an object's members, if it's a folder. |
static String |
MODIFY_KEY
The map key to get the object's latest modified date. |
static String |
NAME_KEY
The map key to get the object's name. |
static String |
NATIVETYPE_KEY
The map key to get the repository native type (e.g., "Transformation" rather than "Report". |
static String |
REPOSID_KEY
The map key to get the object's repository id. |
static String |
SMARTCLASS_KEY
The map key to get the object's smart object Java class. |
static String |
SMARTTYPE_KEY
The map key to get the object's smart object type (e.g., "Report" rather than "Transformation". |
static String |
SUBFOLDERS_KEY
the map key to get the object's subfolders, if it's a folder. |
| Method Summary | |
Object |
get(String key)
Get an arbitrary object from the map. |
long |
getCreateDate()
Get the date the metadata object was created. |
String |
getDescription()
Get the object description. |
String |
getISEntityKey()
Get the Information Service entity key for this object. |
List |
getKeywords()
Get a List of Strings with the keywords that are associated with this object. |
List |
getMembers()
Get the members if this is a folder. |
long |
getModifyDate()
Get the date the metadata object was most recently changed. |
String |
getName()
Get the object name. |
String |
getNativeType()
Get the repository native type for this object. |
Map |
getRawData()
Get the Map with the raw data for this object. |
String |
getReposId()
Get the object's repository ID. |
String |
getSmartType()
Get the "smart" type of this object. |
List |
getSubfolders()
Get the subfolders if this is a folder. |
boolean |
isAFolder()
Returns true if this object represents a folder in the metadata. |
String |
toString()
Return a simple string representation of the object. |
| Field Detail |
public static final String NAME_KEY
public static final String DESC_KEY
public static final String CREATE_KEY
public static final String MODIFY_KEY
public static final String KEYWORDS_KEY
public static final String SMARTTYPE_KEY
public static final String SMARTCLASS_KEY
public static final String NATIVETYPE_KEY
public static final String ISENTITYKEY_KEY
public static final String MEMBERS_KEY
public static final String SUBFOLDERS_KEY
public static final String REPOSID_KEY
public static final String ISAFOLDER_KEY
| Method Detail |
public Map getRawData()
public Object get(String key)
key - The name of the attribute or association.public String getName()
public String getDescription()
public long getCreateDate()
public long getModifyDate()
public List getKeywords()
public String getSmartType()
public String getNativeType()
public String getISEntityKey()
public boolean isAFolder()
public List getMembers()
public List getSubfolders()
public String getReposId()
public String toString()
toString in class Object
|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||