Uses of Class
com.openkm.sdk4j.exception.NoSuchGroupException
Packages that use NoSuchGroupException
-
Uses of NoSuchGroupException in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that throw NoSuchGroupExceptionModifier and TypeMethodDescriptionvoidAdd group.BaseDocument.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, boolean security, Map<String, String> properties) Create from template document.BaseDocument.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String, String> properties) Deprecated.BaseFolder.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, boolean propertyGroups, boolean security, Map<String, String> properties) Create from template folder.BaseFolder.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String, String> properties) Deprecated.BaseRecord.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, boolean propertyGroups, boolean security, Map<String, String> properties) Create from template record.BaseRecord.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String, String> properties) Deprecated.Gets group.BasePropertyGroup.getProperties(String uuid, String grpName) Gets properties.BasePropertyGroup.getPropertiesByVersion(String uuid, String grpName, String versionName) Gets properties by version.BasePropertyGroup.getPropertiesByVersionForm(String uuid, String grpName, String versionName) Gets properties by version form.BasePropertyGroup.getPropertyGroupForm(String uuid, String grpName) Gets property group form.BasePropertyGroup.getPropertyGroupFormDefinition(String grpName) Gets property group form.BasePropertyGroup.getPropertyGroupFormDefinition(String uuid, String grpName) Gets property group form.BasePropertyGroup.getSuggestions(String uuid, String grpName, String propName) Gets property group suggestions.voidBasePropertyGroup.removeGroup(String uuid, String grpName) Remove group.voidSets properties.voidUpdate from template -
Uses of NoSuchGroupException in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that throw NoSuchGroupExceptionModifier and TypeMethodDescriptionvoidDocumentImpl.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, boolean security, Map<String, String> properties) DocumentImpl.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String, String> properties) Deprecated.FolderImpl.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, boolean propertyGroups, boolean security, Map<String, String> properties) FolderImpl.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)RecordImpl.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, boolean propertyGroups, boolean security, Map<String, String> properties) RecordImpl.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)PropertyGroupImpl.getProperties(String uuid, String grpName) PropertyGroupImpl.getPropertiesByVersion(String uuid, String grpName, String versionName) PropertyGroupImpl.getPropertiesByVersionForm(String uuid, String grpName, String versionName) PropertyGroupImpl.getPropertyGroupForm(String uuid, String grpName) PropertyGroupImpl.getPropertyGroupFormDefinition(String grpName) PropertyGroupImpl.getPropertyGroupFormDefinition(String uuid, String grpName) PropertyGroupImpl.getSuggestions(String uuid, String grpName, String propName) voidPropertyGroupImpl.removeGroup(String uuid, String grpName) voidvoid
DocumentImpl.createFromTemplate(String, String, boolean, boolean, boolean, boolean, Map)