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 TypeMethodDescriptionvoidRESTActionType.setParameters(List<RESTParameter> parameters) voidRESTConditionType.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 aRESTParameterbased on the specifiedParameterand localized using the specifiedResourceBundle.