Package de.uplanet.lucy.server.util
Interface IVHFileAdapterDescriptor
- All Superinterfaces:
 IFileDescription,IVHFileDescriptor
- 
Method Summary
Methods inherited from interface de.uplanet.lucy.server.file.IFileDescription
getContentType, getFile, getFileName, getFileSize, getLastModified, getPhysicalFileName, isImageMethods inherited from interface de.uplanet.lucy.server.util.IVHFileDescriptor
getContentType, getFile, getFileName, getLastModified, getPath, isStreamingMode 
- 
Method Details
- 
getAdapterGuid
String getAdapterGuid()- Returns:
 - Returns the file adapter GUID.
 
 - 
getRecId
String getRecId()Returns the record id- Specified by:
 getRecIdin interfaceIFileDescription- Returns:
 - Returns the record id.
 
 - 
getFileId
String getFileId()Returns the file id.- Specified by:
 getFileIdin interfaceIFileDescription- Returns:
 - Returns the file id.
 
 - 
getOrder
int getOrder()Returns the file order.- Returns:
 - The file order.
 
 - 
getMetaInfo
de.uplanet.lucy.server.util.FileMetaInfo getMetaInfo()The meta informations of the file- Specified by:
 getMetaInfoin interfaceIFileDescription- Returns:
 - The meta file informations (not 
null) 
 
 -