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, Map<String,String> properties)Create from templateFolderBaseFolder. createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String,String> properties)Create from template folder.RecordBaseRecord. createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String,String> properties)Create record from template record.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, Map<String,String> properties)FolderFolderImpl. createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String,String> properties)RecordRecordImpl. createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String,String> properties)voidPropertyGroupImpl. setProperties(String uuid, String grpName, Map<String,String> properties)voidDocumentImpl. updateFromTemplate(String uuid, String dstId, Map<String,String> properties)
-