Uses of Interface
de.xima.fc.plugin.config.IParameterModel
Packages that use IParameterModel
Package
Description
-
Uses of IParameterModel in de.xima.fc.gui.bean.data
Methods in de.xima.fc.gui.bean.data that return types with arguments of type IParameterModelMethod parameters in de.xima.fc.gui.bean.data with type arguments of type IParameterModelModifier and TypeMethodDescriptionvoid
DbQueryBean.setQueryParams
(List<IParameterModel> queryParams) void
LdapQueryBean.setQueryParams
(List<IParameterModel> queryParams) -
Uses of IParameterModel in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return types with arguments of type IParameterModelMethods in de.xima.fc.gui.bean.project with parameters of type IParameterModelMethod parameters in de.xima.fc.gui.bean.project with type arguments of type IParameterModelModifier and TypeMethodDescriptionvoid
ProjectInviteBean.setParameter
(List<IParameterModel> parameter) -
Uses of IParameterModel in de.xima.fc.gui.bean.workflow
Methods in de.xima.fc.gui.bean.workflow that return IParameterModelModifier and TypeMethodDescriptionProcessingBean.addNewParameter
(String name) Deprecated.ProcessingBean.getParameter
(String paramName) Deprecated.Methods in de.xima.fc.gui.bean.workflow that return types with arguments of type IParameterModel -
Uses of IParameterModel in de.xima.fc.gui.interfaces.processing
Methods in de.xima.fc.gui.interfaces.processing that return IParameterModelModifier and TypeMethodDescriptionIProcessingModel.addNewParameter()
Methode zum Hinzufügen eines neuen ParametersIProcessingModel.getParameter
(String paramName) Liefert ParameterModel mit übergebene Namen zurückMethods in de.xima.fc.gui.interfaces.processing that return types with arguments of type IParameterModelModifier and TypeMethodDescriptionIProcessingModel.getAllParameter()
Liefert alle Parameter derIProcessing
-Instanz für die Anzeige in der View zurück.IProcessingModel.getFilteredParameter()
Liefert alle gefilterten Parameter zurückMethods in de.xima.fc.gui.interfaces.processing with parameters of type IParameterModelModifier and TypeMethodDescriptionvoid
IProcessingModel.addNewParameter
(IParameterModel model) Methode zum Hinzufügen eines neuen IParameterModels -
Uses of IParameterModel in de.xima.fc.gui.model.processing
Classes in de.xima.fc.gui.model.processing that implement IParameterModelModifier and TypeClassDescriptionclass
Model für das Handling von Parametern, welche dann als JSON-Objekte ablegt werdenMethods in de.xima.fc.gui.model.processing that return IParameterModelMethods in de.xima.fc.gui.model.processing that return types with arguments of type IParameterModelModifier and TypeMethodDescriptionProcessingModel.getAllParameter()
Deprecated.ProcessingModel.getFilteredParameter()
Deprecated.Methods in de.xima.fc.gui.model.processing with parameters of type IParameterModelModifier and TypeMethodDescriptionvoid
ProcessingModel.addNewParameter
(IParameterModel model) Deprecated. -
Uses of IParameterModel in de.xima.fc.gui.utils.data
Methods in de.xima.fc.gui.utils.data that return types with arguments of type IParameterModelModifier and TypeMethodDescriptionstatic final List<IParameterModel>
QueryUtils.getUpdatedParameters
(List<IParameterModel> params, String query, String placeholder) Updates the given list of parameters if new parameters have been added to the queryString
Method parameters in de.xima.fc.gui.utils.data with type arguments of type IParameterModelModifier and TypeMethodDescriptionstatic final String
QueryUtils.generateUrl
(Mandant client, EDatenabfrageTyp type, String queryName, List<IParameterModel> params) static final Serializable[]
QueryUtils.getParameterValueArray
(List<IParameterModel> parameters) Generates an array from the given list of parameters containing the parameter valuesstatic final List<IParameterModel>
QueryUtils.getUpdatedParameters
(List<IParameterModel> params, String query, String placeholder) Updates the given list of parameters if new parameters have been added to the queryString
static String
QueryUtils.setParamValues
(String original, String replaceStr, List<IParameterModel> params, boolean withQuotes) Replaces all occurrences of the placeholder with the consecutive values of the parameter list -
Uses of IParameterModel in de.xima.fc.plugin.abstracts
Methods in de.xima.fc.plugin.abstracts that return IParameterModelModifier and TypeMethodDescriptionAPluginCustomGUIBean.addNewParameter
(String name) Deprecated.APluginCustomGUIBean.getParameter
(String paramName) Deprecated.Methods in de.xima.fc.plugin.abstracts that return types with arguments of type IParameterModel -
Uses of IParameterModel in de.xima.fc.plugin.config
Subinterfaces of IParameterModel in de.xima.fc.plugin.configModifier and TypeInterfaceDescriptioninterface
A parameter model with additional settings such as group items.Methods in de.xima.fc.plugin.config that return IParameterModelModifier and TypeMethodDescriptionIProcessingBean.addNewParameter
(String paramName) Deprecated.Adds a new parameter to the list of parameters, and returns the newly createdIParameterModel
for that parameter.IProcessingBean.getParameter
(String paramName) Deprecated.Finds the parameter with the given name in the list of parametersMethods in de.xima.fc.plugin.config that return types with arguments of type IParameterModelModifier and TypeMethodDescriptionIProcessingBean.getAllParameter()
Deprecated.Returns the list of all parameters.default List<IParameterModel>
IProcessingBean.getFilteredParameters()
Deprecated.If you want to include a list of parameters in the UI and filter out some attributes, implement the filter yourself. -
Uses of IParameterModel in de.xima.fc.plugin.models.params
Classes in de.xima.fc.plugin.models.params that implement IParameterModelModifier and TypeClassDescriptionfinal class
Default POJO implementation ofIExtendedParameterModel
.