Uses of Class
org.dspace.app.rest.model.MetadataSchemaRest
-
Packages that use MetadataSchemaRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of MetadataSchemaRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return MetadataSchemaRest Modifier and Type Method Description MetadataSchemaRestMetadataSchemaConverter. convert(org.dspace.content.MetadataSchema obj, Projection projection) -
Uses of MetadataSchemaRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return MetadataSchemaRest Modifier and Type Method Description MetadataSchemaRestMetadataFieldRest. getSchema()Methods in org.dspace.app.rest.model with parameters of type MetadataSchemaRest Modifier and Type Method Description voidMetadataFieldRest. setSchema(MetadataSchemaRest schema) -
Uses of MetadataSchemaRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type MetadataSchemaRest Constructor Description MetadataSchemaResource(MetadataSchemaRest ms, Utils utils) -
Uses of MetadataSchemaRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return MetadataSchemaRest Modifier and Type Method Description protected MetadataSchemaRestMetadataSchemaRestRepository. createAndReturn(org.dspace.core.Context context)MetadataSchemaRestMetadataSchemaRestRepository. findOne(org.dspace.core.Context context, Integer id)protected MetadataSchemaRestMetadataSchemaRestRepository. put(org.dspace.core.Context context, javax.servlet.http.HttpServletRequest request, String apiCategory, String model, Integer id, com.fasterxml.jackson.databind.JsonNode jsonNode)Methods in org.dspace.app.rest.repository that return types with arguments of type MetadataSchemaRest Modifier and Type Method Description org.springframework.data.domain.Page<MetadataSchemaRest>MetadataSchemaRestRepository. findAll(org.dspace.core.Context context, org.springframework.data.domain.Pageable pageable)Class<MetadataSchemaRest>MetadataSchemaRestRepository. getDomainClass()
-