All Downloads are FREE. Search and download functionalities are using the official Maven repository.

icij.ftm.Document Maven / Gradle / Ivy

The newest version!
package org.icij.ftm;



/**
 * Automatically generated interface for FtM model. Do not update this interface.
 * @see Document.
*/
public interface Document extends Thing, Analyzable {
	String getFileName();
	String getTitle();
	String getMimeType();
	Folder getParent();
	String getContentHash();
	String getAuthor();
	String getGenerator();
	String getCrawler();
	int getFileSize();
	String getExtension();
	String getEncoding();
	String getBodyText();
	String getMessageId();
	String getLanguage();
	String getTranslatedLanguage();
	String getTranslatedText();
	String getDate();
	String getAuthoredAt();
	String getPublishedAt();
	Folder getAncestors();
	String getProcessingStatus();
	String getProcessingError();
	String getProcessingAgent();
	String getProcessedAt();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy