Package de.uplanet.lucy.server.file
Schnittstelle IFileDescription
- Alle bekannten Unterschnittstellen:
IVHFileAdapterDescriptor
public interface IFileDescription
-
Methodendetails
-
getFileName
String getFileName()- Gibt zurück:
- Returns the display file name
-
getPhysicalFileName
String getPhysicalFileName()- Gibt zurück:
- Returns the physical name of the file. If
getFile()==nullthan the result will the same asgetFileName().
-
getRecId
String getRecId()- Gibt zurück:
- Returns the primary key, could be
nullif the file not corresponds to an record.
-
getContentType
String getContentType()- Gibt zurück:
- Returns the contentType.
-
getFileId
String getFileId()- Gibt zurück:
- the fileId Returns the id of the file, could be
nullif the file not corresponds to an record or corresponds to an single file field.
-
getFile
File getFile()- Gibt zurück:
- Returns the physical file (could be
nullif the file description corresponds not to a physical file)
-
isImage
boolean isImage()- Gibt zurück:
- Returns
truefor a image otherwisefalse
-
getMetaInfo
de.uplanet.lucy.server.util.FileMetaInfo getMetaInfo()- Gibt zurück:
- Returns the stored meta data of the file, can be
null.
-
getLastModified
Date getLastModified()- Gibt zurück:
- the lastModify (
nullif not known)
-
getFileSize
long getFileSize()- Gibt zurück:
- Returns the file size. (-1L if the size is not known).
-