Uses of Class
org.apache.unomi.api.Parameter
Packages that use Parameter
Package
Description
-
Uses of Parameter in org.apache.unomi.api.actions
Methods in org.apache.unomi.api.actions that return types with arguments of type ParameterMethod parameters in org.apache.unomi.api.actions with type arguments of type ParameterModifier and TypeMethodDescriptionvoid
ActionType.setParameters
(List<Parameter> parameters) Sets the parameters. -
Uses of Parameter in org.apache.unomi.api.conditions
Methods in org.apache.unomi.api.conditions that return types with arguments of type ParameterModifier and TypeMethodDescriptionConditionType.getParameters()
Retrieves the definedParameter
s for this ConditionType.Method parameters in org.apache.unomi.api.conditions with type arguments of type ParameterModifier and TypeMethodDescriptionvoid
ConditionType.setParameters
(List<Parameter> parameters) Sets the List of the definedParameter
s for this ConditionType. -
Uses of Parameter in org.apache.unomi.rest.service.impl
Methods in org.apache.unomi.rest.service.impl with parameters of type ParameterModifier and TypeMethodDescriptionLocalizationHelper.generateParameter
(Parameter parameter, String language) Creates aRESTParameter
based on the specifiedParameter
and localized using the specifiedResourceBundle
.