Uses of Class
org.apache.unomi.rest.models.RESTParameter
Packages that use RESTParameter
-
Uses of RESTParameter in org.apache.unomi.rest.models
Methods in org.apache.unomi.rest.models that return types with arguments of type RESTParameterModifier and TypeMethodDescriptionRESTActionType.getParameters()
RESTConditionType.getParameters()
Method parameters in org.apache.unomi.rest.models with type arguments of type RESTParameterModifier and TypeMethodDescriptionvoid
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 RESTParameterModifier and TypeMethodDescriptionLocalizationHelper.generateParameter
(Parameter parameter, String language) Creates aRESTParameter
based on the specifiedParameter
and localized using the specifiedResourceBundle
.