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, Map<String,String> properties)Create from templatebooleanBasePdf. extract(String uuid, String dstId, String name, List<Integer> pages)Extract boolean.booleanBasePdf. insertPages(String uuid, String srcId, int sourceFromPage, int sourceToPage, int insertFromPage)Insert pages boolean.booleanBasePdf. remove(String uuid, String dstId, String name, List<Integer> pages)Remove boolean.booleanBasePdf. rotate(String uuid, String dstId, String name, Integer angle, List<Integer> pages)Rotate boolean.booleanBasePdf. split(String uuid, String dstId, String baseName, List<Integer> pages)Split boolean.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, Map<String,String> properties)booleanPdfImpl. extract(String uuid, String dstId, String name, List<Integer> pages)booleanPdfImpl. insertPages(String uuid, String srcId, int sourceFromPage, int sourceToPage, int insertFromPage)booleanPdfImpl. remove(String uuid, String dstId, String name, List<Integer> pages)booleanPdfImpl. rotate(String uuid, String dstId, String name, Integer angle, List<Integer> pages)booleanPdfImpl. 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)
-