public interface ContentMetadata
ContentManager
and the ContentProvider
.ContentManager
,
ContentProvider
Modifier and Type | Method and Description |
---|---|
Date |
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.
|
Date |
getUploadDate()
Returns upload date of the content.
|
String getName()
long getSize()
com.google.common.net.MediaType getMediaType()
MediaType
of the content.Date getLastDateModified()
Date getUploadDate()
String getOwner()
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.