Uses of Class
org.dspace.app.rest.model.ParameterValueRest
-
Packages that use ParameterValueRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model -
-
Uses of ParameterValueRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return ParameterValueRest Modifier and Type Method Description ParameterValueRestDSpaceRunnableParameterConverter. convert(DSpaceCommandLineParameter dSpaceCommandLineParameter, Projection projection)Methods in org.dspace.app.rest.converter with parameters of type ParameterValueRest Modifier and Type Method Description DSpaceCommandLineParameterDSpaceRunnableParameterConverter. toModel(ParameterValueRest parameterValueRest) -
Uses of ParameterValueRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return types with arguments of type ParameterValueRest Modifier and Type Method Description List<ParameterValueRest>ProcessRest. getParameterRestList()Method parameters in org.dspace.app.rest.model with type arguments of type ParameterValueRest Modifier and Type Method Description voidProcessRest. setParameterRestList(List<ParameterValueRest> parameterRestList)
-