Uses of Class
com.openkm.sdk4j.exception.DocumentException
-
Packages that use DocumentException Package Description com.openkm.sdk4j.definition com.openkm.sdk4j.impl -
-
Uses of DocumentException in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that throw DocumentException Modifier and Type Method Description DocumentBaseDocument. createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, boolean security, Map<String,String> properties)Create from template document.DocumentBaseDocument. createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String,String> properties)Deprecated.booleanBasePdf. extract(String uuid, String dstId, String name, List<Integer> pages)Extract boolean.DocumentBasePdf. insertPages(String uuid, InsertPagesRequest request)Insert pages boolean.booleanBasePdf. optimize(String uuid)DocumentBasePdf. remove(String uuid, String dstId, String name, List<Integer> pages)Remove pages of a documentDocumentBasePdf. rotate(String uuid, String dstId, String name, Integer angle, List<Integer> pages)Rotate pages of a document.List<Document>BasePdf. split(String uuid, String dstId, String baseName, List<Integer> pages)Split document.voidBaseDocument. stamp(String uuid, int type, long stampId)Stamp.voidBaseDocument. updateFromTemplate(String uuid, String dstId, Map<String,String> properties)Update from template -
Uses of DocumentException in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that throw DocumentException Modifier and Type Method Description DocumentDocumentImpl. createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, boolean security, Map<String,String> properties)DocumentDocumentImpl. createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String,String> properties)Deprecated.As of sdk4j 4.3, replaced byDocumentImpl.createFromTemplate(String, String, boolean, boolean, boolean, boolean, Map)booleanPdfImpl. extract(String uuid, String dstId, String name, List<Integer> pages)DocumentPdfImpl. insertPages(String uuid, InsertPagesRequest request)booleanPdfImpl. optimize(String uuid)DocumentPdfImpl. remove(String uuid, String dstId, String name, List<Integer> pages)DocumentPdfImpl. rotate(String uuid, String dstId, String name, Integer angle, List<Integer> pages)List<Document>PdfImpl. split(String uuid, String dstId, String baseName, List<Integer> pages)voidDocumentImpl. stamp(String uuid, int type, long stampId)voidDocumentImpl. updateFromTemplate(String uuid, String dstId, Map<String,String> properties)
-