|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2004 SAP AG
| Method Summary | |
java.util.Set |
getIgnoreCheckFields()
Get the properties and schema elements in this post, which are to be ignored by validation |
java.util.Set |
getKeys()
Get the field keys in this data |
java.util.Set |
getMandatoryFields()
Get the mandatory properties and schema elements in this post |
java.lang.String |
getValue(java.lang.String key)
Get the String value for a given key |
java.lang.String[] |
getValueArray(java.lang.String key)
Get the value array for a given key |
boolean |
supportsMultiValued()
Check if this data support multi valued fields. |
| Method Detail |
public java.util.Set getMandatoryFields()
Set containing all mandatory properties and schema elements. Properties
start with a prefix wcmprop., then namespace alias and property name, e.g. wcmprop.default:displayname.
Schema element paths start one level below schema root. Returning null means the same as
returning an empty set.public java.util.Set getIgnoreCheckFields()
Set containing all properties and schema elements, which do not need to be
validated. Properties start with a prefix wcmprop., then namespace alias and property name,
e.g. wcmprop.default:displayname. Schema element paths start one level below schema root.
Returning null means the same as returning an empty set.public boolean supportsMultiValued()
false,
getValueArray must always return null.public java.util.Set getKeys()
Set containing all field keys. Properties
start with a prefix wcmprop., then namespace alias and property name, e.g. wcmprop.default:displayname.
Schema element paths start one level below schema root.public java.lang.String getValue(java.lang.String key)
key - null,
if the value array is null or empty.public java.lang.String[] getValueArray(java.lang.String key)
key - null, if this data does not support
multi valued fields
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||