|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDynamicValues
Providing values for properties.
| Method Summary | |
|---|---|
IMetaValueList |
getAllowedValues(IMetaName metaName)
Returns values depending on the meta name. |
IMetaValueList |
getAllowedValues(IMetaName metaName,
IMetaContext metaContext)
Returns values depending on the meta name and the resource. |
IMetaValue |
getDefaultValue(IMetaName metaName)
Returns a default value depending on the meta name. |
String |
getPropertyDescription(IMetaName metaName,
Locale locale)
Gets a description for a property depending on the input locale. |
String |
getPropertyLabel(IMetaName metaName,
Locale locale)
Gets a label for the property name depending on the input locale. |
String |
getValueLabel(IMetaValue metaValue,
Locale locale)
Gets a label for a property value depending on the input locale. |
IMetaValue |
searchMetaValue(String value)
Returns a meta value by its ID (property value ID). |
| Method Detail |
|---|
String getValueLabel(IMetaValue metaValue,
Locale locale)
throws PropertyConfigurationServiceException
metaValue - metaValue for that a label is requestedlocale - locale to determine the lable language
PropertyConfigurationServiceException
IMetaValueList getAllowedValues(IMetaName metaName)
throws PropertyConfigurationServiceException
metaName - meta model information of a property
PropertyConfigurationServiceException
IMetaValueList getAllowedValues(IMetaName metaName,
IMetaContext metaContext)
throws PropertyConfigurationServiceException
metaName - meta model information of a propertymetaContext - context information. Can be null if no context information is provided by the calling UI.
PropertyConfigurationServiceExceptionIMetaValue getDefaultValue(IMetaName metaName)
metaName - meta model information of a property
String getPropertyLabel(IMetaName metaName,
Locale locale)
throws PropertyConfigurationServiceException
metaName - meta name for that the label is requestedlocale - locale to determine the lable language
PropertyConfigurationServiceException
String getPropertyDescription(IMetaName metaName,
Locale locale)
throws PropertyConfigurationServiceException
metaName - meta name for that the description is requestedlocale - locale to determine the description language
PropertyConfigurationServiceException
IMetaValue searchMetaValue(String value)
throws PropertyConfigurationServiceException
null if the value provider doesn't know the property value.
value - property value
PropertyConfigurationServiceException| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||