public interface ContentInfo
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 |
---|---|
com.google.common.base.Optional<ContentMetadata> |
getContentMetadata()
Gets the content metadata associated to the content or a
Optional.absent() value. |
ContentProviderId |
getContentProviderId()
Returns the
ContentProviderId in which ContentProvider the content is stored. |
ContentSourceId |
getContentSourceId()
Returns the content source id to which the content is linked or a
ContentSourceId.UNDEFINED value. |
Map<String,String> |
getProperties()
Returns the additional properties which are used inside the
ContentProvider to store the content properly. |
ContentProviderId getContentProviderId()
ContentProviderId
in which ContentProvider
the content is stored.ContentSourceId getContentSourceId()
ContentSourceId.UNDEFINED
value.com.google.common.base.Optional<ContentMetadata> getContentMetadata()
Optional.absent()
value.Map<String,String> getProperties()
ContentProvider
to store the content properly.Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.