Uses of Class
com.openkm.sdk4j.exception.PluginNotFoundException
Packages that use PluginNotFoundException
-
Uses of PluginNotFoundException in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that throw PluginNotFoundExceptionModifier and TypeMethodDescriptionBasePropertyGroup.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.getSuggestBoxKeyValue(String grpName, String propertyName, String key) Gets suggest box key value.BaseWorkflow.getSuggestBoxKeyValue(long pdId, String uuid, String taskName, String propertyName, String key) Gets suggest box key value.BasePropertyGroup.getSuggestBoxKeyValuesFiltered(String grpName, String propertyName, String filter) Gets suggest box key values filtered.BaseWorkflow.getSuggestBoxKeyValuesFiltered(long pdId, String uuid, String taskName, String propertyName, String filter) Gets suggest box key values filtered.voidSets properties.BasePropertyGroup.validateField(String value, String className, List<String> uuids) Validate field string. -
Uses of PluginNotFoundException in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that throw PluginNotFoundExceptionModifier and TypeMethodDescriptionPropertyGroupImpl.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.getSuggestBoxKeyValue(String grpName, String propertyName, String key) WorkflowImpl.getSuggestBoxKeyValue(long pdId, String uuid, String taskName, String propertyName, String key) PropertyGroupImpl.getSuggestBoxKeyValuesFiltered(String grpName, String propertyName, String filter) WorkflowImpl.getSuggestBoxKeyValuesFiltered(long pdId, String uuid, String taskName, String propertyName, String filter) voidPropertyGroupImpl.validateField(String value, String className, List<String> uuids)