public interface Content extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getFileName()
Returns the name of the file representing the content.
|
long |
getLength()
Returns the length of the content in bytes.
|
String |
getMimeType()
Returns the mime type of the content.
|
long getLength()
String getMimeType()
String getFileName()
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.