Uses of Class
com.openkm.sdk4j.exception.DocumentTemplateException
-
Packages that use DocumentTemplateException Package Description com.openkm.sdk4j.definition com.openkm.sdk4j.impl -
-
Uses of DocumentTemplateException in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that throw DocumentTemplateException 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.voidBaseDocument. updateFromTemplate(String uuid, String dstId, Map<String,String> properties)Update from template -
Uses of DocumentTemplateException in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that throw DocumentTemplateException 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)voidDocumentImpl. updateFromTemplate(String uuid, String dstId, Map<String,String> properties)
-