Uses of Class
com.openkm.sdk4j.exception.TemplateException
-
Packages that use TemplateException Package Description com.openkm.sdk4j.definition com.openkm.sdk4j.impl -
-
Uses of TemplateException in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that throw TemplateException 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.FolderBaseFolder. createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, boolean propertyGroups, boolean security, Map<String,String> properties)Create from template folder.FolderBaseFolder. createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String,String> properties)Deprecated.RecordBaseRecord. createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, boolean propertyGroups, boolean security, Map<String,String> properties)Create from template record.RecordBaseRecord. createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String,String> properties)Deprecated.InputStreamBaseDocument. getDifferences(String uuid, String versionName1, String versionName2)Get differences between two document versions.voidBaseDocument. updateFromTemplate(String uuid, String dstId, Map<String,String> properties)Update from template -
Uses of TemplateException in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that throw TemplateException 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)FolderFolderImpl. createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, boolean propertyGroups, boolean security, Map<String,String> properties)FolderFolderImpl. 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)RecordRecordImpl. createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, boolean propertyGroups, boolean security, Map<String,String> properties)RecordRecordImpl. 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)InputStreamDocumentImpl. getDifferences(String uuid, String versionName1, String versionName2)voidDocumentImpl. updateFromTemplate(String uuid, String dstId, Map<String,String> properties)
-