Uses of Class
com.openkm.sdk4j.exception.ConversionException
Packages that use ConversionException
-
Uses of ConversionException in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that throw ConversionExceptionModifier and TypeMethodDescriptionBaseDocument.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, boolean security, Map<String, String> properties) Create from template document.BaseDocument.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String, String> properties) Deprecated.BaseConversion.doc2pdf(InputStream is, String fileName) Retrieve the uploaded document converted to PDF format.Export zip input stream.BaseDocument.getDifferences(String uuid, String versionName1, String versionName2) Get differences between two document versions.Gets image.PDF of the document.Gets pdf.BaseWorkflow.getProcessDefinitionImage(long pdId, String uuid) Gets process definition image.BaseDocument.getThumbnail(String uuid, ThumbnailType type) Returns thumbnail image data.BaseMail.getThumbnail(String uuid, ThumbnailType type) Gets mail thumbnail.Retrieve the PDF of an URL.Save the document as PDF in the OpenKM repository.Save mail as pdf document.voidUpdate from templatevoidBaseDocument.webPageImport(String uuid, String url) Web page import. -
Uses of ConversionException in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that throw ConversionExceptionModifier and TypeMethodDescriptionDocumentImpl.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, boolean security, Map<String, String> properties) DocumentImpl.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String, String> properties) Deprecated.ConversionImpl.doc2pdf(InputStream is, String fileName) DocumentImpl.getDifferences(String uuid, String versionName1, String versionName2) WorkflowImpl.getProcessDefinitionImage(long pdId, String uuid) DocumentImpl.getThumbnail(String uuid, ThumbnailType type) MailImpl.getThumbnail(String uuid, ThumbnailType type) voidvoidDocumentImpl.webPageImport(String uuid, String url)
DocumentImpl.createFromTemplate(String, String, boolean, boolean, boolean, boolean, Map)