|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPropertyFilter
Property filters are used to manipulate resource properties and their visibility. They can modify, delete or add properties to a resource.
For example, with the help of a filter it is possible to change the property that specifies the author of resource. The personal name of the author can be changed to the company name.
| Method Summary | |
|---|---|
IPropertyMap |
filter()
Returns the filtered property map. |
Properties |
getFilterContext()
|
PropertyFilterMode |
getFilterMode()
Get the FilterMode attribute of the IPropertyFilter object. |
IPropertyNameList |
getPropertyNameList()
Get the property name list if mode is SINGLE_PROPERTY or PROPERTY_LIST. |
IRepositoryManager |
getRepositoryManager()
Returns the repository manager of the new resource in case the write filter is applied to a create operation. |
IResource |
getResource()
Returns the resource that will be filtered. |
com.sapportals.wcm.util.uri.URI |
getURI()
Deprecated. as of NW04 |
| Method Detail |
|---|
Properties getFilterContext()
IResource getResource()
throws com.sapportals.wcm.WcmException
com.sapportals.wcm.WcmException
com.sapportals.wcm.util.uri.URI getURI()
throws com.sapportals.wcm.WcmException
com.sapportals.wcm.WcmException
IRepositoryManager getRepositoryManager()
throws com.sapportals.wcm.WcmException
com.sapportals.wcm.WcmException
PropertyFilterMode getFilterMode()
throws com.sapportals.wcm.WcmException
com.sapportals.wcm.WcmException - Exception raised in failure situation
IPropertyNameList getPropertyNameList()
throws com.sapportals.wcm.WcmException
com.sapportals.wcm.WcmException - Exception raised in failure situation
IPropertyMap filter()
throws com.sapportals.wcm.WcmException
null or a new empty map. If the filter will not change the map or
encounters an error it must return the map returned by the predecessor
filter's filter() method.
If the predecessor's filter() method throws an exception this exception
should not be catched (or catched and re-thrown).
com.sapportals.wcm.WcmException| 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 | |||||||||