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, isImage
Methods 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:
getRecId
in interfaceIFileDescription
- Returns:
- Returns the record id.
-
getFileId
String getFileId()Returns the file id.- Specified by:
getFileId
in 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:
getMetaInfo
in interfaceIFileDescription
- Returns:
- The meta file informations (not
null
)
-