|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MCRFileReader
Represents a read-only view of MCRFile metadata. This interface was introduced as a mechanism to be able to use the same code with MyCoRe Sample that uses the new class MCRFile and current MILESS code that still uses the class MCROldFile. The interface will be obsolete in the future.
| Method Summary | |
|---|---|
MCRFileContentType |
getContentType()
Returns the content type of this file |
String |
getContentTypeID()
Returns the content type of the content of this file |
String |
getExtension()
Returns the file extension of this file, or an empty string if the file has no extension |
String |
getID()
Returns the ID of this file |
String |
getPath()
Returns the relative path of this file |
long |
getSize()
Returns the file size as number of bytes |
String |
getStorageID()
Returns the storage ID that identifies the place where the MCRContentStore has stored the content of this file |
String |
getStoreID()
Returns the ID of the MCRContentStore implementation that holds the content of this file |
| Method Detail |
|---|
String getID()
String getPath()
String getExtension()
long getSize()
String getStoreID()
String getStorageID()
String getContentTypeID()
MCRFileContentType getContentType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||