Uses of Interface
de.xima.fc.plugin.config.IExtendedParameterModel
Packages that use IExtendedParameterModel
Package
Description
-
Uses of IExtendedParameterModel in de.xima.fc.gui.model.processing
Classes in de.xima.fc.gui.model.processing that implement IExtendedParameterModelModifier and TypeClassDescriptionclassModel für das Handling von Parametern, welche dann als JSON-Objekte ablegt werden -
Uses of IExtendedParameterModel in de.xima.fc.plugin
Methods in de.xima.fc.plugin with type parameters of type IExtendedParameterModelModifier and TypeMethodDescriptionstatic <M extends IExtendedParameterModel>
List<M>PluginHelper.readParameterModels(PluginRuntime runtime, Locale locale, com.alibaba.fastjson.util.BiFunction<String, String, M> modelFactory) Creates the parameter models for a plugin.static <M extends IExtendedParameterModel>
List<M>PluginHelper.readParameterModels(PluginRuntime runtime, Properties persistedProperties, Locale locale, com.alibaba.fastjson.util.BiFunction<String, String, M> modelFactory) Creates the parameter models for a plugin.static <M extends IExtendedParameterModel>
List<M>PluginHelper.readParameterModels(Map<String, IBundleConfigParam> preDefinedProperties, Properties persistedProperties, com.alibaba.fastjson.util.BiFunction<String, String, M> modelFactory) Creates the parameter models for a plugin.static <M extends IExtendedParameterModel>
List<M>PluginHelper.readParameterModels(Map<String, IBundleConfigParam> preDefinedProperties, org.apache.commons.configuration2.Configuration persistedProperties, com.alibaba.fastjson.util.BiFunction<String, String, M> modelFactory) Creates the parameter models for a plugin.Method parameters in de.xima.fc.plugin with type arguments of type IExtendedParameterModelModifier and TypeMethodDescriptionstatic byte[]PluginHelper.createDefaultPluginConfig(List<? extends IExtendedParameterModel> parameters) PluginHelper.validateConfigurationAgainstBundlePropertiesSchema(List<? extends IExtendedParameterModel> properties, Locale locale) Validates the properties against the schema defined by abundle propertiesinstance. -
Uses of IExtendedParameterModel in de.xima.fc.plugin.models.params
Classes in de.xima.fc.plugin.models.params that implement IExtendedParameterModelModifier and TypeClassDescriptionfinal classDefault POJO implementation ofIExtendedParameterModel.