public interface ContentMetadata
Content metadata that is used to add the metadata information to the ContentManager
and the ContentProvider
.
ContentManager
,
ContentProvider
Modifier and Type | Method and Description |
---|---|
Instant |
getLastDateModified()
Returns the last date when the content was modified.
|
com.google.common.net.MediaType |
getMediaType()
Returns the
MediaType of the content. |
String |
getName()
Returns the name of the content, typically, the original file name.
|
String |
getOwner()
Returns the string representing the owner of the content.
|
Map<String,String> |
getProperties()
Returns a map of additional properties that may be attached to the content.
|
long |
getSize()
Returns the size of the content, that is, its number of bytes.
|
Instant |
getUploadDate()
Returns upload date of the content.
|
String getName()
Returns the name of the content, typically, the original file name.
long getSize()
Returns the size of the content, that is, its number of bytes.
com.google.common.net.MediaType getMediaType()
Returns the MediaType
of the content.
Instant getLastDateModified()
Returns the last date when the content was modified.
Instant getUploadDate()
Returns upload date of the content.
String getOwner()
Returns the string representing the owner of the content.
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.