Uses of Interface
de.xima.fc.plugin.config.IExtendedParameterModel
-
Packages that use IExtendedParameterModel Package Description de.xima.fc.gui.model.processing de.xima.fc.plugin de.xima.fc.plugin.models.params -
-
Uses of IExtendedParameterModel in de.xima.fc.gui.model.processing
Classes in de.xima.fc.gui.model.processing that implement IExtendedParameterModel Modifier and Type Class Description class
ParameterModel
Model 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 IExtendedParameterModel Modifier and Type Method Description static <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 IExtendedParameterModel Modifier and Type Method Description static byte[]
PluginHelper. createDefaultPluginConfig(List<? extends IExtendedParameterModel> parameters)
static IPluginInitializeValidationResult
PluginHelper. validateConfigurationAgainstBundlePropertiesSchema(List<? extends IExtendedParameterModel> properties, Locale locale)
Validates the properties against the schema defined by abundle properties
instance. -
Uses of IExtendedParameterModel in de.xima.fc.plugin.models.params
Classes in de.xima.fc.plugin.models.params that implement IExtendedParameterModel Modifier and Type Class Description class
DefaultParametersModel
Default POJO implementation ofIExtendedParameterModel
.
-