Uses of Class
com.openkm.sdk4j.exception.DocumentException
Packages that use DocumentException
-
Uses of DocumentException in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that throw DocumentExceptionModifier 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.booleanExtract boolean.booleanBasePdf.insertPages(String uuid, String srcId, int sourceFromPage, int sourceToPage, int insertFromPage) Insert pages boolean.booleanbooleanRemove boolean.booleanRotate boolean.booleanSplit boolean.voidStamp.voidUpdate from template -
Uses of DocumentException in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that throw DocumentExceptionModifier 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.booleanbooleanPdfImpl.insertPages(String uuid, String srcId, int sourceFromPage, int sourceToPage, int insertFromPage) booleanbooleanbooleanbooleanvoidvoid
DocumentImpl.createFromTemplate(String, String, boolean, boolean, boolean, boolean, Map)