Uses of Class
com.openkm.sdk4j.exception.PluginNotFoundException
-
Packages that use PluginNotFoundException Package Description com.openkm.sdk4j.definition com.openkm.sdk4j.impl -
-
Uses of PluginNotFoundException in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that throw PluginNotFoundException Modifier and Type Method Description 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.StringBasePropertyGroup. getSuggestBoxKeyValue(String grpName, String propertyName, String key)Gets suggest box key value.StringBaseWorkflow. getSuggestBoxKeyValue(long pdId, String uuid, String taskName, String propertyName, String key)Gets suggest box key value.Map<String,String>BasePropertyGroup. getSuggestBoxKeyValuesFiltered(String grpName, String propertyName, String filter)Gets suggest box key values filtered.Map<String,String>BaseWorkflow. getSuggestBoxKeyValuesFiltered(long pdId, String uuid, String taskName, String propertyName, String filter)Gets suggest box key values filtered.voidBasePropertyGroup. setProperties(String uuid, String grpName, Map<String,String> properties)Sets properties.StringBasePropertyGroup. 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 PluginNotFoundException Modifier and Type Method Description 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)StringPropertyGroupImpl. getSuggestBoxKeyValue(String grpName, String propertyName, String key)StringWorkflowImpl. getSuggestBoxKeyValue(long pdId, String uuid, String taskName, String propertyName, String key)Map<String,String>PropertyGroupImpl. getSuggestBoxKeyValuesFiltered(String grpName, String propertyName, String filter)Map<String,String>WorkflowImpl. getSuggestBoxKeyValuesFiltered(long pdId, String uuid, String taskName, String propertyName, String filter)voidPropertyGroupImpl. setProperties(String uuid, String grpName, Map<String,String> properties)StringPropertyGroupImpl. validateField(String value, String className, List<String> uuids)
-