Uses of Class
com.openkm.sdk4j.exception.TemplateException
Packages that use TemplateException
-
Uses of TemplateException in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that throw TemplateExceptionModifier 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.BaseFolder.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, boolean propertyGroups, boolean security, Map<String, String> properties) Create from template folder.BaseFolder.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String, String> properties) Deprecated.BaseRecord.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, boolean propertyGroups, boolean security, Map<String, String> properties) Create from template record.BaseRecord.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String, String> properties) Deprecated.BaseDocument.getDifferences(String uuid, String versionName1, String versionName2) Get differences between two document versions.voidUpdate from template -
Uses of TemplateException in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that throw TemplateExceptionModifier 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.FolderImpl.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, boolean propertyGroups, boolean security, Map<String, String> properties) FolderImpl.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String, String> properties) Deprecated.As of sdk4j 4.3, replaced byFolderImpl.createFromTemplate(String, String, boolean, boolean, boolean, boolean, boolean, Map)RecordImpl.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, boolean propertyGroups, boolean security, Map<String, String> properties) RecordImpl.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String, String> properties) Deprecated.As of sdk4j 4.3, replaced byRecordImpl.createFromTemplate(String, String, boolean, boolean, boolean, boolean, boolean, Map)DocumentImpl.getDifferences(String uuid, String versionName1, String versionName2) void
DocumentImpl.createFromTemplate(String, String, boolean, boolean, boolean, boolean, Map)