public interface IPostData
| Modifier and Type | Method and Description |
|---|---|
Set |
getIgnoreCheckFields()
Get the properties and schema elements in this post, which are to be ignored by validation
|
Set |
getKeys()
Get the field keys in this data
|
Set |
getMandatoryFields()
Get the mandatory properties and schema elements in this post
|
String |
getValue(String key)
Get the String value for a given key
|
String[] |
getValueArray(String key)
Get the value array for a given key
|
boolean |
supportsMultiValued() |
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.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.boolean supportsMultiValued()
false,
getValueArray must always return null.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.String getValue(String key)
key - null,
if the value array is null or empty.| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
Copyright 2021 SAP SE Complete Copyright Notice