public abstract class AbstractFile<T> extends AbtractBaseObject implements org.exoplatform.commons.api.event.data.File
| Constructor and Description |
|---|
AbstractFile(String workspace,
String path) |
AbstractFile(String workspace,
String path,
boolean isSystem) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getData() |
String |
getDCContributor() |
String |
getDCCreator() |
Date |
getDCDate() |
String |
getDCDescription() |
String |
getDCPublisher() |
String |
getDCSubject() |
String |
getEncoding() |
Date |
getLastModified() |
String |
getMimeType() |
abstract T |
getParent()
Get Object Parent
|
getCreatedDate, getCreator, getJCRNode, getLastModifiedDate, getLastModifier, getMixinTypes, getName, getObjectType, getOwner, getPath, getPrimaryType, getRating, getSession, getTags, getTitle, getUUID, getWorkspace, savepublic InputStream getData()
getData in interface org.exoplatform.commons.api.event.data.Filepublic abstract T getParent() throws javax.jcr.ItemNotFoundException, javax.jcr.AccessDeniedException, javax.jcr.PathNotFoundException, javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionjavax.jcr.PathNotFoundExceptionjavax.jcr.AccessDeniedExceptionjavax.jcr.ItemNotFoundExceptionpublic String getMimeType()
getMimeType in interface org.exoplatform.commons.api.event.data.Filepublic Date getLastModified()
getLastModified in interface org.exoplatform.commons.api.event.data.Filepublic String getEncoding()
getEncoding in interface org.exoplatform.commons.api.event.data.Filepublic String getDCCreator()
getDCCreator in interface org.exoplatform.commons.api.event.data.Filepublic String getDCDescription()
getDCDescription in interface org.exoplatform.commons.api.event.data.Filepublic String getDCContributor()
getDCContributor in interface org.exoplatform.commons.api.event.data.Filepublic String getDCPublisher()
getDCPublisher in interface org.exoplatform.commons.api.event.data.Filepublic String getDCSubject()
getDCSubject in interface org.exoplatform.commons.api.event.data.Filepublic Date getDCDate()
getDCDate in interface org.exoplatform.commons.api.event.data.FileCopyright © 2003–2020 eXo Platform SAS. All rights reserved.