|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.commons.model.impl.AbtractBaseObject
org.exoplatform.commons.model.impl.AbstractFile<T>
public abstract class AbstractFile<T>
Created by The eXo Platform SARL Author : Dang Van Minh minh.dang@exoplatform.com Oct 25, 2012 3:26:30 PM
| Field Summary |
|---|
| Fields inherited from class org.exoplatform.commons.model.impl.AbtractBaseObject |
|---|
isSystem, LOG, path, UUID, workspace |
| Constructor Summary | |
|---|---|
AbstractFile(String workspace,
String path)
|
|
AbstractFile(String workspace,
String path,
boolean isSystem)
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class org.exoplatform.commons.model.impl.AbtractBaseObject |
|---|
getCreatedDate, getCreator, getJCRNode, getLastModifiedDate, getLastModifier, getMixinTypes, getName, getObjectType, getOwner, getPath, getPrimaryType, getRating, getSession, getTags, getTitle, getUUID, getWorkspace, save |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.exoplatform.commons.api.event.data.BaseObject |
|---|
getCreatedDate, getLastModifiedDate, getLastModifier, getMixinTypes, getName, getOwner, getPath, getPrimaryType, getRating, getTags, getTitle, getUUID, getWorkspace, save |
| Constructor Detail |
|---|
public AbstractFile(String workspace,
String path)
public AbstractFile(String workspace,
String path,
boolean isSystem)
| Method Detail |
|---|
public InputStream getData()
getData in interface org.exoplatform.commons.api.event.data.File
public abstract T getParent()
throws javax.jcr.ItemNotFoundException,
javax.jcr.AccessDeniedException,
javax.jcr.PathNotFoundException,
javax.jcr.RepositoryException
javax.jcr.RepositoryException
javax.jcr.PathNotFoundException
javax.jcr.AccessDeniedException
javax.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.File
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||