com.sapportals.wcm.repository.filter
Interface IFilterFactory
[contained in: com.sap.netweaver.bc.rf.par - bc.rf.framework_api.jar]
- public interface IFilterFactory
This client interface of the filter factory defines methods for registering
and unregistering filters at run-time.
|
Method Summary |
void |
register(java.lang.String filterID,
java.lang.String repMgrID)
Register a filter for an additional repository manager. |
void |
register(java.lang.String filterID,
java.lang.String repMgrID,
java.util.Properties filterConfig)
Register a new filter for a repository manager. |
void |
unregister(java.lang.String filterID,
java.lang.String repMgrID)
Unregister a filter |
register
public void register(java.lang.String filterID,
java.lang.String repMgrID)
throws WcmException
- Register a filter for an additional repository manager. The filter manager
must already be registered with its configuration parameters in the CM
configuration or a call to
register(..., Properties filterConfig)
. This method must not be called for URI filters.
- Parameters:
filterID - The unique identifier for a filterrepMgrID - A repository manager ID- Throws:
WcmException -
register
public void register(java.lang.String filterID,
java.lang.String repMgrID,
java.util.Properties filterConfig)
throws WcmException
- Register a new filter for a repository manager.
- Parameters:
filterID - The unique identifier for a filterrepMgrID - A repository manager ID. This parameter must be if
an URI filter is registered.filterConfig - The configuration Properties for the filter manager- Throws:
WcmException -
unregister
public void unregister(java.lang.String filterID,
java.lang.String repMgrID)
throws WcmException
- Unregister a filter
- Parameters:
filterID - The filter IDrepMgrID - The repository manager ID. Must be null if a
URI filter will be unregistered.- Throws:
WcmException -
Copyright © 2004 by
SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein
as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other
countries all over the world. All other product and service names mentioned are the trademarks of their respective companies.
Data contained in this document serves informational purposes only. National product specifications may vary.
These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies
("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be
liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are
those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein
should be construed as constituting an additional warranty.