Uses of Interface
com.sapportals.wcm.util.content.IContent

Packages that use IContent
com.sap.ip.collaboration.core.api.scf.repository   
com.sap.nw.pcc.core.utils   
com.sapportals.wcm.app.xmlforms   
com.sapportals.wcm.control.edit   
com.sapportals.wcm.protocol.webdav A collection of utilities and constants common to WebDAV clients and servers 
com.sapportals.wcm.protocol.webdav.config   
com.sapportals.wcm.protocol.webdav.repository A collection of utilities and constants common to WEBDAV-oriented WCM repository users 
com.sapportals.wcm.repository Contains the repository framework interfaces and classes. 
com.sapportals.wcm.repository.filter Contains interfaces and classes to define repository filters. 
com.sapportals.wcm.repository.manager Contains interfaces for repository managers. 
com.sapportals.wcm.repository.service.discussion The Discussion Thread Repository Service is responsible for creating, deleting and keeping track of discussions. 
com.sapportals.wcm.repository.variants This package contains the API for Variant-Resources. 
com.sapportals.wcm.rfadapter   
com.sapportals.wcm.service.indexmanagement Provides a service for managing indexes. 
com.sapportals.wcm.service.notificator Provides a service for sending notifications. 
com.sapportals.wcm.service.pipeline Contains interfaces for transforming the layout and format of resources. 
com.sapportals.wcm.service.pipeline.formatter Provides an interface for generating the output format for the publishing pipeline. 
com.sapportals.wcm.util.urlcontentaccess Package Specification Purpose The URLContentAccess utility handles the content transfer for external resources for HTTP and FTP protocols. 
 

Uses of IContent in com.sap.ip.collaboration.core.api.scf.repository
 

Methods in com.sap.ip.collaboration.core.api.scf.repository that return IContent
 IContent ISessionSO.getContent()
           
 

Methods in com.sap.ip.collaboration.core.api.scf.repository with parameters of type IContent
 void ISessionSO.setContent(IContent content)
           
 void ISessionSO.update(IContent content, List properties)
           
 

Uses of IContent in com.sap.nw.pcc.core.utils
 

Methods in com.sap.nw.pcc.core.utils that return IContent
static IContent Utils.getContentFromString(String contentString)
          Gets a content object from a string
static IContent Utils.getContentFromXML(Document doc)
          Gets a content object from an XML document
 

Methods in com.sap.nw.pcc.core.utils with parameters of type IContent
static IResource Utils.createResource(ICollection parent, String name, IContent content, IPropertyMap properties)
          Helper method to create a resource - including logic to check-out/update a versioned resource
static IResource Utils.createResource(com.sapportals.portal.prt.component.IPortalComponentRequest request, ICollection parent, String name, IContent content, IPropertyMap properties)
          Helper method to create a resource - including logic to check-out/update a versioned resource
static IResource Utils.createResource(IResourceContext context, ICollection parent, String name, IContent content, IPropertyMap properties)
          Helper method to create a resource - including logic to check-out/update a versioned resource
static String Utils.getContentAsString(IContent content)
          Converts the inputstream of an IContent object to a string
static void Utils.update(IResource resource, IContent content, IPropertyMap map)
          Updates a resource- taking into account if the resource is version controlled and checking the resource out and in if necessary
 

Uses of IContent in com.sapportals.wcm.app.xmlforms
 

Methods in com.sapportals.wcm.app.xmlforms with parameters of type IContent
 IResource ResourceUtils.createOrUpdateResource(IResourceContext resContext, ICollection c, String name, IContent content, IPropertyMap props)
          Create a resource, or update its content and properties, if it exists
 IResource ResourceUtils.createOrUpdateResource(IResourceContext resContext, com.sapportals.wcm.util.uri.RID rid, IContent content, IPropertyMap props)
          Create a resource, or update its content and properties, if it exists
 IResource ResourceUtils.createOrUpdateResource(IResourceContext resContext, String uri, IContent content, IPropertyMap props)
          Create a resource, or update its content and properties, if it exists
 IResource ResourceUtils.createOrUpdateResourceWithPropertyErrors(IResourceContext resContext, ICollection c, String name, IContent content, IPropertyMap props)
          Create a resource, or update its content and properties, if it exists.
 IResource ResourceUtils.createOrUpdateResourceWithPropertyErrors(IResourceContext resContext, com.sapportals.wcm.util.uri.RID rid, IContent content, IPropertyMap props)
          Create a resource, or update its content and properties, if it exists.
 IResource ResourceUtils.createOrUpdateResourceWithPropertyErrors(IResourceContext resContext, String uri, IContent content, IPropertyMap props)
          Create a resource, or update its content and properties, if it exists.
 IResource ResourceUtils.createResource(ICollection c, String name, IContent content, IPropertyMap props, IResourceContext resContext)
          Create a resource
 IResource ResourceUtils.createResource(IResourceContext resContext, com.sapportals.wcm.util.uri.RID rid, IContent content, IPropertyMap props)
          Create a resource
 IResource ResourceUtils.createResource(IResourceContext resContext, String uri, IContent content, IPropertyMap props)
          Create a resource
 IResource ResourceUtils.updateResource(IResource resource, IContent content, IPropertyMap props)
          Update content and properties of an existing resource
 

Uses of IContent in com.sapportals.wcm.control.edit
 

Methods in com.sapportals.wcm.control.edit with parameters of type IContent
static IResource ResourceUtilities.getTempResource(ICollection where, String resourceName, IContent content)
          creates a temporary resource with content in collection specifed.
 

Constructors in com.sapportals.wcm.control.edit with parameters of type IContent
ResourceUtilities.ContentDataSource(String name, IContent content, String contentType, String encoding)
           
 

Uses of IContent in com.sapportals.wcm.protocol.webdav
 

Methods in com.sapportals.wcm.protocol.webdav that return IContent
 IContent NewsFeedProvider.getContentForResource(IResource res, com.sapportals.wcm.util.uri.IHierarchicalUri baseUri)
           
 IContent DavMountProvider.getContentForResource(IResource res, com.sapportals.wcm.util.uri.IHierarchicalUri baseUri)
           
 

Uses of IContent in com.sapportals.wcm.protocol.webdav.config
 

Methods in com.sapportals.wcm.protocol.webdav.config that return IContent
 IContent ICfgResource.getContent()
           
 

Methods in com.sapportals.wcm.protocol.webdav.config with parameters of type IContent
 ICfgResource ConfigRepository.create(com.sapportals.wcm.util.uri.RID rid, IContent content, boolean replaceExisting)
           
 

Uses of IContent in com.sapportals.wcm.protocol.webdav.repository
 

Methods in com.sapportals.wcm.protocol.webdav.repository that return IContent
 IContent WDResourceInfo.getContent(boolean unfiltered)
          Returns the content access object for this resource.
 

Uses of IContent in com.sapportals.wcm.repository
 

Classes in com.sapportals.wcm.repository that implement IContent
 class Content
          Access to the content data of a resource.
 class VaryingContent
          Represents the content of a resource that may vary for different parameters of the resource context.
 

Methods in com.sapportals.wcm.repository that return IContent
 IContent IResource.getContent()
          Returns the content of this resource.
 IContent IResource.getContent(boolean handleExternalLink)
          Deprecated. As of EP 5.0 SP 5

This method is deprecated because it opens a potential security hole: The URL of an external link can have different schemas (e.g. "file:") which are all accessed with the security context of the servlet engine. This could be (ab)used to access files/resources on the local server and other systems without the security context of the logged in user.

No longer supported as of SP6: Throws a NotSupportedException if parameter is true

 IContent IResource.getUnfilteredContent()
          Returns the content of this resource without applying content filters.
 IContent IResource.getUnfilteredContent(boolean handleExternalLink)
          Returns the content of this resource without applying content filters.
 

Methods in com.sapportals.wcm.repository with parameters of type IContent
 ICheckInInfo IResource.checkIn(IContent newContent, IPropertyMap properties)
          Check in a new version of the resource with new content and/or properties.
 ICheckInInfo IResource.checkIn(IContent newContent, IPropertyMap properties, boolean ignorePropertyFailures)
          Check in a new version of the resource with new content and/or properties.
 ICheckInInfo IResource.checkIn(IContent newContent, IPropertyMap properties, boolean ignorePropertyFailures, com.sapportals.wcm.util.uri.RID expectedCheckInRID)
          Check in a new version of the resource with new content and/or properties.
 ICheckInInfo2 IVersionControlledResource.checkIn(IContent newContent, IPropertyMap properties, boolean ignorePropertyFailures, com.sapportals.wcm.util.uri.RID expectedCheckInRID, boolean forkOk, boolean keepCheckedOut)
          Check in a new version of the resource with new content and/or properties.
 ICheckInInfo IResource.checkIn(IContent newContent, IPropertyMap properties, boolean ignorePropertyFailures, com.sapportals.wcm.util.uri.URI expectedCheckInURI)
          Deprecated. As of EP 5.0 SP4
 IResource ICollection.createResource(String name, IPosition position, IPropertyMap properties, IContent content)
          Creates a new resource in a collection that supports ordering.
 IResource ICollection.createResource(String name, IPosition position, IPropertyMap properties, IContent content, boolean ignorePropertyFailures)
          Creates a new resource in a collection that supports ordering.
 IResource ICollection.createResource(String name, IPropertyMap properties, IContent content)
          Creates a new resource in a collection.
 IResource ICollection.createResource(String name, IPropertyMap properties, IContent content, boolean ignorePropertyFailures)
          Creates a new resource in a collection.
 void IResource.update(IContent newContent, IPropertyMap properties)
          Updates the content and properties of this resource in an atomic operation.
 void IResource.updateContent(IContent newContent)
          Updates the content of this resource.
 

Uses of IContent in com.sapportals.wcm.repository.filter
 

Subinterfaces of IContent in com.sapportals.wcm.repository.filter
 interface IContentFilter
          This interface defines a content filter that will modify the content of a resource.
 interface IContentFilter2
          Defines a content filter that will modify the content of a resource when the content is read or writen.
 interface IReadOnlyContentFilter
          A content filter that does not change the content.
 

Uses of IContent in com.sapportals.wcm.repository.manager
 

Methods in com.sapportals.wcm.repository.manager with parameters of type IContent
 void IArchivingSession.createResource(com.sapportals.wcm.util.uri.RID parentRID, String name, IPropertyMap properties, IContent content)
          Creates non-versioned resource in the archiving backend.
 void IArchivingSession.createResource(com.sapportals.wcm.util.uri.RID parentRID, String name, IPropertyMap properties, IContent content, com.sapportals.wcm.util.uri.RID vhr)
          Creates versioned resource in the archiving backend.
 void IArchivingSession.createRevision(com.sapportals.wcm.util.uri.RID vhrID, String name, IPropertyMap properties, IContent content, String revisionID)
          Creates revision in the archiving backend.
 

Uses of IContent in com.sapportals.wcm.repository.service.discussion
 

Methods in com.sapportals.wcm.repository.service.discussion that return IContent
 IContent IDiscussionItem.getContent()
          Deprecated. as of NW04.
 

Uses of IContent in com.sapportals.wcm.repository.variants
 

Methods in com.sapportals.wcm.repository.variants with parameters of type IContent
 IResource ILogicalVariantResource.createPhysicalResource(IContent content, IPropertyMap properties, boolean ignorePropertyFailures)
          Creates a new physical resource for this logical resource.
 

Uses of IContent in com.sapportals.wcm.rfadapter
 

Methods in com.sapportals.wcm.rfadapter that return IContent
 IContent ResourceDataPack.content()
           
static IContent ContentCreator.content(String content, String contenttype)
           
static IContent ContentCreator.content(String content, String encoding, String contenttype, boolean bom)
           
 

Constructors in com.sapportals.wcm.rfadapter with parameters of type IContent
ResourceDataPack(String name, IPropertyMap properties, IContent content)
           
UpdateUtility(IContent content, String newName, IResource source)
          uses all parameter needed for the actual update of the given IResource
UpdateUtility(IResource source, IPropertyMap properties, IContent content)
          uses all parameter needed for the actual update of the given IResource
 

Uses of IContent in com.sapportals.wcm.service.indexmanagement
 

Methods in com.sapportals.wcm.service.indexmanagement that return IContent
 IContent AbstractIndex.getContent(com.sapportals.wcm.util.uri.RID rid)
          Returns the content for the specified ridList.
 

Uses of IContent in com.sapportals.wcm.service.notificator
 

Methods in com.sapportals.wcm.service.notificator that return IContent
 IContent INotification.getContent(IRecipient recipient, IChannel channel, Properties properties)
          Get the content (depending on recipient and channel).
 IContent AbstractNotification.getContent(IRecipient recipient, IChannel channel, Properties properties)
           
static IContent MimeUtils.getContent(MimePart mimepart)
          set the content of a MimeMessage to the given body content.
static IContent MimeUtils.getContentFromString(String text, String type)
          convert a String to a content.
 

Methods in com.sapportals.wcm.service.notificator with parameters of type IContent
static void MimeUtils.copyContentToOutputstream(IContent content, OutputStream out)
           
static String MimeUtils.getContentAsString(IContent content)
          convert a IContent to a string.
static MimeMessage MimeUtils.setContent(MimeMessage mimemessage, IContent body)
          set the content of a MimeMessage to the given body content.
static MimeMessage MimeUtils.setContent(MimeMessage mimemessage, IContent body, IResource[] attachments)
          set the content of a MimeMessage to a given body content with several attachments.
 

Uses of IContent in com.sapportals.wcm.service.pipeline
 

Methods in com.sapportals.wcm.service.pipeline that return IContent
 IContent IXsltPipelineService.handle(InputStream xml, InputStream xsl, Hashtable properties)
          This method calls the XSLT processor.
 IContent IXsltPipelineService.handle(InputStream xml, InputStream xsl, Hashtable properties, String mime)
          This method calls the XSLT processor.
 IContent IPipelineService.handle(IProducer producer, IProcessor defaultProcessor, Hashtable properties)
           
 IContent IXsltPipelineService.handle(IProducer xml, IProducer xsl, Hashtable properties)
          This method calls the XSLT processor.
 IContent IXsltPipelineService.handle(IProducer xml, IProducer xsl, Hashtable properties, String mime)
          This method calls the XSLT processor.
 IContent IXsltPipelineService.handle(IProducer xml, String xslUrl, Hashtable properties)
          This method calls the XSLT processor.
 IContent IXsltPipelineService.handle(IProducer xml, String xslUrl, Hashtable properties, String mime)
          This method calls the XSLT processor.
 IContent IXsltPipelineService.handle(String xmlUrl, String xslUrl, Hashtable properties)
          This method calls the XSLT processor.
 IContent IXsltPipelineService.handle(String xmlUrl, String xslUrl, Hashtable properties, String mime)
          This method calls the XSLT processor.
 

Uses of IContent in com.sapportals.wcm.service.pipeline.formatter
 

Methods in com.sapportals.wcm.service.pipeline.formatter that return IContent
 IContent IFormatter.format(RequestData data, Dictionary parameters)
          Generates the output format.
 

Uses of IContent in com.sapportals.wcm.util.urlcontentaccess
 

Subinterfaces of IContent in com.sapportals.wcm.util.urlcontentaccess
 interface IURLContent
          Contains the data and header information for a resource
 

Classes in com.sapportals.wcm.util.urlcontentaccess that implement IContent
 class URLContent
          Used to hold the data and header information for one component returned by or to be sent to the content server.
 



Copyright 2011 SAP AG Complete Copyright Notice