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