|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Validation of property values.
| Method Summary | |
java.lang.String |
getErrorMessage(java.lang.String errorID,
IMetaNameList metaNames,
java.util.Locale locale)
Deprecated. since EP6 SP2 FP, use getErrorMessage(String,IMetaNameList,Locale,Map) |
java.lang.String |
getErrorMessage(java.lang.String errorID,
IMetaNameList metaNames,
java.util.Locale locale,
java.util.Map additionalInfo)
|
java.lang.String |
getValidationInstanceID()
The validation instance ID is used as a namespace for the error IDs the are returned. |
IValidationErrorList |
validate(IMetaName metaName,
IProperty property,
IMetaContext metaContext)
Validation of properties via predefined validation classes |
| Method Detail |
public IValidationErrorList validate(IMetaName metaName,
IProperty property,
IMetaContext metaContext)
throws PropertyConfigurationServiceException
metaName - meta model information of a propertyproperties - list of properties to validatemetadataContext - context information
public java.lang.String getErrorMessage(java.lang.String errorID,
IMetaNameList metaNames,
java.util.Locale locale)
throws PropertyConfigurationServiceException
errorID - validation error IDmetaNames - list of meta names that caused the errorlocale - locale to determine the message language
public java.lang.String getErrorMessage(java.lang.String errorID,
IMetaNameList metaNames,
java.util.Locale locale,
java.util.Map additionalInfo)
throws PropertyConfigurationServiceException
errorID - validation error IDmetaNames - list of meta names that caused the errorlocale - locale to determine the message languageadditionalInfo - map with additional information about the error; can be nullpublic java.lang.String getValidationInstanceID()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||