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 TypeMethodDescriptionvoidActionType.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 definedParameters for this ConditionType.Method parameters in org.apache.unomi.api.conditions with type arguments of type ParameterModifier and TypeMethodDescriptionvoidConditionType.setParameters(List<Parameter> parameters) Sets the List of the definedParameters 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 aRESTParameterbased on the specifiedParameterand localized using the specifiedResourceBundle.