public interface I_CmsRepositoryItem
限定符和类型 | 方法和说明 |
---|---|
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.
|
byte[] getContent()
long getContentLength()
long getCreationDate()
long getLastModifiedDate()
java.lang.String getMimeType()
java.lang.String getName()
boolean isCollection()