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 voidActionType. 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 definedParameters for this ConditionType.Method parameters in org.apache.unomi.api.conditions with type arguments of type Parameter Modifier and Type Method Description voidConditionType. 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 Parameter Modifier and Type Method Description RESTParameterLocalizationHelper. generateParameter(Parameter parameter, String language)Creates aRESTParameterbased on the specifiedParameterand localized using the specifiedResourceBundle. 
 -