Uses of Class
org.apache.unomi.rest.models.RESTParameter
-
Packages that use RESTParameter Package Description org.apache.unomi.rest.models org.apache.unomi.rest.service.impl -
-
Uses of RESTParameter in org.apache.unomi.rest.models
Methods in org.apache.unomi.rest.models that return types with arguments of type RESTParameter Modifier and Type Method Description List<RESTParameter>
RESTActionType. getParameters()
List<RESTParameter>
RESTConditionType. getParameters()
Method parameters in org.apache.unomi.rest.models with type arguments of type RESTParameter Modifier and Type Method Description void
RESTActionType. setParameters(List<RESTParameter> parameters)
void
RESTConditionType. setParameters(List<RESTParameter> parameters)
-
Uses of RESTParameter in org.apache.unomi.rest.service.impl
Methods in org.apache.unomi.rest.service.impl that return RESTParameter Modifier and Type Method Description RESTParameter
LocalizationHelper. generateParameter(Parameter parameter, String language)
Creates aRESTParameter
based on the specifiedParameter
and localized using the specifiedResourceBundle
.
-