| Package | Description |
|---|---|
| com.sap.netweaver.bc.rf.common.content |
Contains repository framework common interface for content.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContentMetadata
Interface describing the content metadata of the content a resource may
provide.
|
| Modifier and Type | Field and Description |
|---|---|
protected IContentMetadata |
Content.contentMetadata |
| Modifier and Type | Method and Description |
|---|---|
IContentMetadata |
IContent.getContentMetadata()
Get the content metadata.
|
IContentMetadata |
Content.getContentMetadata()
Get the metadata attribute of the Content object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MutableContent.setContentMetadata(IContentMetadata newContentMetadata)
Set the metadata attribute of the MutableContent object.
|
void |
IMutableContent.setContentMetadata(IContentMetadata contentMetadata)
Set the content metadata.
|
| Constructor and Description |
|---|
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 2021 SAP SE Complete Copyright Notice