|
SAP NetWeaver 7.30 (SP02) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAttributes
Simple set of attributes, with support for locale-specific text attributes.
IAttributeSet| Field Summary | |
|---|---|
static String |
ADMINISTRATION
A constant that represents a meta-attribute that controls visibility and editability of a property in the administration property editor (design-time). |
static int |
ATTRIBUTE_NOT_FOUND
A constant that indicates that a specific attribute is not defined for the object. |
static String |
DIALOG
A constant that represents a valid value for the PERSONALIZATION and ADMINISTRATION meta-attributes. |
static String |
DIALOG_READ_ONLY
A constant that represents a valid value for the PERSONALIZATION and ADMINISTRATION meta-attributes. |
static String |
NONDIALOG
A constant that represents a valid value for the PERSONALIZATION and ADMINISTRATION meta-attributes. |
static String |
NONE
A constant that represents a valid value for the PERSONALIZATION meta-attribute. |
static String |
PERSONALIZATION
A constant that represents a meta-attribute that controls visibility and editability of a property in the personalization property editor (runtime). |
static int |
STRING_ATTRIBUTE
A constant that represents a string-type attribute, meaning, a non-translatable attribute such as a folder location. |
static int |
TEXT_ATTRIBUTE
A constant that represents a text-type attribute, meaning, a translatable attribute such as name and description. |
| Method Summary | |
|---|---|
String |
getAttribute(String attributeId)
Gets the value of a string type attribute. |
String |
getAttribute(String attributeId,
Locale locale)
Gets the value of the specified text-type attribute according to the specified locale. |
Enumeration |
getAttributeIds()
Gets the IDs of the data attributes of the object. |
int |
getAttributeType(String attributeId)
Gets the type of the specified attribute, if it exists. |
Locale[] |
getAvailableAttributeLocales(String attributeId)
Gets the locale objects defined for a text-type attribute. |
Locale[] |
getAvailableMetaAttributeLocales(String attributeId,
String metaAttributeId)
Gets the locale objects defined for a text-type meta-attribute. |
String |
getMetaAttribute(String attributeId,
String metaAttributeId)
Gets the value of a string-type meta attribute. |
String |
getMetaAttribute(String attributeId,
String metaAttributeId,
Locale locale)
Gets the value of the specified text type meta-attribute according to the specified locale. |
Enumeration |
getMetaAttributeIds(String attributeId)
Gets the IDs of the meta-attributes of the attribute. |
int |
getMetaAttributeType(String attributeId,
String metaAttributeId)
Gets the type of the specified meta-attribute, if it exists. |
| Field Detail |
|---|
static final int ATTRIBUTE_NOT_FOUND
getAttributeType(java.lang.String) and getMetaAttributeType(java.lang.String, java.lang.String).
static final int STRING_ATTRIBUTE
getAttributeType(java.lang.String) and getMetaAttributeType(java.lang.String, java.lang.String).
static final int TEXT_ATTRIBUTE
getAttributeType(java.lang.String) and getMetaAttributeType(java.lang.String, java.lang.String).
static final String ADMINISTRATION
static final String PERSONALIZATION
static final String NONE
static final String NONDIALOG
static final String DIALOG_READ_ONLY
static final String DIALOG
| Method Detail |
|---|
Enumeration getAttributeIds()
String objects for all data attributes of the objectint getAttributeType(String attributeId)
STRING_ATTRIBUTE or TEXT_ATTRIBUTE.
attributeId - the ID of the attribute
ATTRIBUTE_NOT_FOUND otherwiseString getAttribute(String attributeId)
attributeId - the ID of the attribute
String getAttribute(String attributeId,
Locale locale)
attributeId - the ID of the attributelocale - the preferred locale
Enumeration getMetaAttributeIds(String attributeId)
attributeId - the ID of an attribute
getAttributeIds()
int getMetaAttributeType(String attributeId,
String metaAttributeId)
STRING_ATTRIBUTE or TEXT_ATTRIBUTE.
attributeId - the ID of an attributemetaAttributeId - the ID of the meta-attribute
ATTRIBUTE_NOT_FOUND otherwise
String getMetaAttribute(String attributeId,
String metaAttributeId)
attributeId - the ID of an attributemetaAttributeId - the ID of the meta-attribute
getAttribute(java.lang.String)
String getMetaAttribute(String attributeId,
String metaAttributeId,
Locale locale)
attributeId - the ID of an attributemetaAttributeId - the ID of the meta-attributelocale - the preferred locale
getAttribute(java.lang.String)Locale[] getAvailableAttributeLocales(String attributeId)
attributeId - the ID of the attribute
Locale[] getAvailableMetaAttributeLocales(String attributeId,
String metaAttributeId)
attributeId - the ID of an attributemetaAttributeId - the ID of the meta-attribute
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/pcm/admin/public/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 (SP02) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||