com.sapportals.wcm.repository.filter

Interface IContentFilter

All Superinterfaces:
IContent, IFilter
All Known Subinterfaces:
IReadOnlyContentFilter

public interface IContentFilter
extends IFilter, IContent

This interface defines a content filter that will modify the content of a resource. Copyright (c) SAP Portals Europe GmbH 2001


Method Summary
 IRepositoryManager getRepositoryManager()
          Returns the repository manager of the new resource in case the write filter is applied before a create operation.
 IResource getResource()
          Returns the resource that will be filtered.
 com.sapportals.wcm.util.uri.URI getURI()
          Deprecated. as of NW04.
 
Methods inherited from interface com.sapportals.wcm.util.content.IContent
close, getContentLength, getContentType, getEncoding, getInputStream
 

Method Detail

getResource

IResource getResource()
                      throws com.sapportals.wcm.WcmException
Returns the resource that will be filtered. Will return null if a content write filter is applied before a create operation.

Returns:
The resource that will be filtered
Throws:
com.sapportals.wcm.WcmException

getURI

com.sapportals.wcm.util.uri.URI getURI()
                                       throws com.sapportals.wcm.WcmException
Deprecated. as of NW04.

Returns the URI of the new resource in case the write filter is applied before a create operation.

Returns:
The URI
Throws:
com.sapportals.wcm.WcmException

getRepositoryManager

IRepositoryManager getRepositoryManager()
                                        throws com.sapportals.wcm.WcmException
Returns the repository manager of the new resource in case the write filter is applied before a create operation.

Returns:
A reference to a repository manager instance
Throws:
com.sapportals.wcm.WcmException
Access Rights

This class can be accessed from:


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 2011 SAP AG Complete Copyright Notice