Uses of Class
org.apache.unomi.api.Parameter
-
Packages that use Parameter Package Description org.apache.unomi.api.actions org.apache.unomi.api.conditions org.apache.unomi.rest.service.impl -
-
Uses of Parameter in org.apache.unomi.api.actions
Methods in org.apache.unomi.api.actions that return types with arguments of type Parameter Modifier and Type Method Description List<Parameter>
ActionType. getParameters()
Retrieves the parameters.Method parameters in org.apache.unomi.api.actions with type arguments of type Parameter Modifier and Type Method Description void
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 Parameter Modifier and Type Method Description List<Parameter>
ConditionType. getParameters()
Retrieves the definedParameter
s for this ConditionType.Method parameters in org.apache.unomi.api.conditions with type arguments of type Parameter Modifier and Type Method Description void
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 Parameter Modifier and Type Method Description RESTParameter
LocalizationHelper. generateParameter(Parameter parameter, String language)
Creates aRESTParameter
based on the specifiedParameter
and localized using the specifiedResourceBundle
.
-