|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class represents items in the repository interface. That can be files or folders (collections).
Method Summary | |
byte[] |
getContent()
Returns the content of this item as a byte array. |
long |
getContentLength()
Returns the length of the content of this item. |
long |
getCreationDate()
Returns the date of the creation of this item. |
long |
getLastModifiedDate()
Returns the date of the last modification of this item. |
java.lang.String |
getMimeType()
Returns the mime type of this item. |
java.lang.String |
getName()
Returns the name of this item. |
boolean |
isCollection()
Checks if this item is a collection. |
Method Detail |
public byte[] getContent()
public long getContentLength()
public long getCreationDate()
public long getLastModifiedDate()
public java.lang.String getMimeType()
public java.lang.String getName()
public boolean isCollection()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |