Uses of Class
com.openkm.sdk4j.exception.ValidationFormException
-
Packages that use ValidationFormException Package Description com.openkm.sdk4j.definition com.openkm.sdk4j.impl -
-
Uses of ValidationFormException in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that throw ValidationFormException 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.Map<String,String>BasePropertyGroup. getProperties(String uuid, String grpName)Gets properties.Map<String,String>BasePropertyGroup. getPropertiesByVersion(String uuid, String grpName, String versionName)Gets properties by version.voidBasePropertyGroup. setProperties(String uuid, String grpName, Map<String,String> properties)Sets properties.voidBaseDocument. updateFromTemplate(String uuid, String dstId, Map<String,String> properties)Update from template -
Uses of ValidationFormException in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that throw ValidationFormException 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)voidPropertyGroupImpl. setProperties(String uuid, String grpName, Map<String,String> properties)voidDocumentImpl. updateFromTemplate(String uuid, String dstId, Map<String,String> properties)
-