public abstract class DocumentContent extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
DocumentContent()
Constructor for inheritance.
|
| Modifier and Type | Method and Description |
|---|---|
abstract InputStream |
getData()
Actual document content.
|
abstract String |
getFilename()
Gets the filename.
|
abstract String |
getType()
Document MIME type.
|
abstract String |
getVersion()
Gets the version.
|
public abstract String getFilename()
public abstract InputStream getData()
InputStreampublic abstract String getVersion() throws javax.jcr.RepositoryException
javax.jcr.RepositoryException - the repository exceptionCopyright © 2003–2020 eXo Platform SAS. All rights reserved.