public interface ContentInfo
Content info which is used to add content to the ContentManager
and the ContentProvider
. It holds the
ContentProviderId in which ContentProvider
the content is stored, the source id to which the content
is linked and some additional properties which are used inside the ContentProvider
to store the content
properly.
ContentManager
,
ContentProvider
Modifier and Type | Method and Description |
---|---|
Optional<ContentMetadata> |
getContentMetadata()
Returns the optional content metadata associated with the content.
|
String |
getContentProviderId()
Returns the ContentProviderId of the
ContentProvider responsible for managing the content. |
Optional<String> |
getContentSourceId()
Returns the optional content source id to which the content is linked.
|
Map<String,String> |
getProperties()
Returns the content properties.
|
String getContentProviderId()
Returns the ContentProviderId of the ContentProvider
responsible for managing the content.
Optional<String> getContentSourceId()
Returns the optional content source id to which the content is linked.
Optional<ContentMetadata> getContentMetadata()
Returns the optional content metadata associated with the content.
Map<String,String> getProperties()
Returns the content properties.
These are used inside the ContentProvider
to store the content properly.
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.