|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface I_CmsRepositoryItem
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 |
---|
byte[] getContent()
long getContentLength()
long getCreationDate()
long getLastModifiedDate()
java.lang.String getMimeType()
java.lang.String getName()
boolean isCollection()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |