Interface PDFFileItem
-
- All Superinterfaces:
File,FileItem,WorkspaceItem
- All Known Implementing Classes:
PDFFile
public interface PDFFileItem extends FileItem
The Interface FileItemPDF.- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Jun 21, 2018
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAuthor()Gets the author.LonggetNumberOfPages()Gets the number of pages.StringgetProducer()Gets the producer.StringgetTitle()Gets the title.StringgetVersion()Gets the version.-
Methods inherited from interface org.gcube.common.storagehubwrapper.shared.tohl.items.File
getFileItemType, getMimeType, getSize
-
Methods inherited from interface org.gcube.common.storagehubwrapper.shared.tohl.items.FileItem
getCurrentVersion
-
Methods inherited from interface org.gcube.common.storagehubwrapper.shared.tohl.WorkspaceItem
getAccounting, getCreationTime, getDescription, getId, getLastModificationTime, getLastModifiedBy, getName, getOwner, getParentId, getPath, getPropertyMap, getType, isFolder, isHidden, isRoot, isShared, isTrashed
-
-
-
-
Method Detail
-
getNumberOfPages
Long getNumberOfPages()
Gets the number of pages.- Returns:
- the numberOfPages
-
getVersion
String getVersion()
Gets the version.- Returns:
- the version
-
getAuthor
String getAuthor()
Gets the author.- Returns:
- the author
-
getTitle
String getTitle()
Gets the title.- Specified by:
getTitlein interfaceWorkspaceItem- Returns:
- the title
-
getProducer
String getProducer()
Gets the producer.- Returns:
- the producer
-
-