Uses of Class
org.dspace.app.rest.model.PropertyRest
-
Packages that use PropertyRest Package Description org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of PropertyRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type PropertyRest Constructor Description PropertyResource(PropertyRest data, Utils utils) -
Uses of PropertyRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return PropertyRest Modifier and Type Method Description PropertyRestConfigurationRestRepository. findOne(org.dspace.core.Context context, String property)Gets the value of a configuration property if it is exposed via REST Example:Methods in org.dspace.app.rest.repository that return types with arguments of type PropertyRest Modifier and Type Method Description org.springframework.data.domain.Page<PropertyRest>ConfigurationRestRepository. findAll(org.dspace.core.Context context, org.springframework.data.domain.Pageable pageable)Class<PropertyRest>ConfigurationRestRepository. getDomainClass()
-