Uses of Class
com.openkm.sdk4j.exception.NoSuchGroupException
-
Packages that use NoSuchGroupException Package Description com.openkm.sdk4j.definition com.openkm.sdk4j.impl -
-
Uses of NoSuchGroupException in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that throw NoSuchGroupException Modifier and Type Method Description voidBasePropertyGroup. addGroup(String uuid, String grpName, Map<String,String> propertiesMap)Add group.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.PropertyGroupBasePropertyGroup. getGroup(String grpName)Gets group.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.List<FormElement>BasePropertyGroup. getPropertiesByVersionForm(String uuid, String grpName, String versionName)Gets properties by version form.List<FormElement>BasePropertyGroup. getPropertyGroupForm(String uuid, String grpName)Gets property group form.List<FormElement>BasePropertyGroup. getPropertyGroupFormDefinition(String grpName)Gets property group form.List<FormElement>BasePropertyGroup. getPropertyGroupFormDefinition(String uuid, String grpName)Gets property group form.List<String>BasePropertyGroup. getSuggestions(String uuid, String grpName, String propName)Gets property group suggestions.voidBasePropertyGroup. removeGroup(String uuid, String grpName)Remove group.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 NoSuchGroupException in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that throw NoSuchGroupException Modifier and Type Method Description voidPropertyGroupImpl. addGroup(String uuid, String grpName, Map<String,String> propertiesMap)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)PropertyGroupPropertyGroupImpl. getGroup(String grpName)Map<String,String>PropertyGroupImpl. getProperties(String uuid, String grpName)Map<String,String>PropertyGroupImpl. getPropertiesByVersion(String uuid, String grpName, String versionName)List<FormElement>PropertyGroupImpl. getPropertiesByVersionForm(String uuid, String grpName, String versionName)List<FormElement>PropertyGroupImpl. getPropertyGroupForm(String uuid, String grpName)List<FormElement>PropertyGroupImpl. getPropertyGroupFormDefinition(String grpName)List<FormElement>PropertyGroupImpl. getPropertyGroupFormDefinition(String uuid, String grpName)List<String>PropertyGroupImpl. getSuggestions(String uuid, String grpName, String propName)voidPropertyGroupImpl. removeGroup(String uuid, String grpName)voidPropertyGroupImpl. setProperties(String uuid, String grpName, Map<String,String> properties)voidDocumentImpl. updateFromTemplate(String uuid, String dstId, Map<String,String> properties)
-