Uses of Interface
com.sap.netweaver.bc.rf.common.content.IContentMetadata

Packages that use IContentMetadata
com.sap.netweaver.bc.rf.common.content Contains repository framework common interface for content. 
 

Uses of IContentMetadata in com.sap.netweaver.bc.rf.common.content
 

Classes in com.sap.netweaver.bc.rf.common.content that implement IContentMetadata
 class ContentMetadata
          Interface describing the content metadata of the content a resource may provide.
 

Fields in com.sap.netweaver.bc.rf.common.content declared as IContentMetadata
protected  IContentMetadata Content.contentMetadata
           
 

Methods in com.sap.netweaver.bc.rf.common.content that return IContentMetadata
 IContentMetadata IContent.getContentMetadata()
          Get the content metadata.
 IContentMetadata Content.getContentMetadata()
          Get the metadata attribute of the Content object.
 

Methods in com.sap.netweaver.bc.rf.common.content with parameters of type IContentMetadata
 void MutableContent.setContentMetadata(IContentMetadata newContentMetadata)
          Set the metadata attribute of the MutableContent object.
 void IMutableContent.setContentMetadata(IContentMetadata contentMetadata)
          Set the content metadata.
 

Constructors in com.sap.netweaver.bc.rf.common.content with parameters of type IContentMetadata
Content(InputStream inputStream, IContentMetadata contentMetadata)
          Constructs Content object, for use when media subtype and encoding are available as individual values.
ContentMetadata(IContentMetadata orgContentMetadata, long contentLength)
          Construct object of class ContentMetadata.
ContentMetadata(IContentMetadata orgContentMetadata, long contentLength, String eTag, Date lastModified)
          Construct object of class ContentMetadata.
ContentMetadata(IContentMetadata orgContentMetadata, String eTag)
          Construct object of class ContentMetadata.
ContentMetadata(IContentMetadata orgContentMetadata, String eTag, Date lastModified)
          Construct object of class ContentMetadata.
MutableContent(InputStream inputStream, IContentMetadata contentMetadata)
          Constructs Content object, for use when media subtype and encoding are available as individual values.
 



Copyright 2011 SAP AG Complete Copyright Notice