Uses of Class
org.dspace.app.rest.model.MetadataValueList
-
Packages that use MetadataValueList Package Description org.dspace.app.rest.converter -
-
Uses of MetadataValueList in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return MetadataValueList Modifier and Type Method Description MetadataValueListDSpaceObjectConverter. getPermissionFilteredMetadata(Context context, M obj)Retrieves the metadata list filtered according to the hidden metadata configuration When the context is null, it will return the metadatalist as for an anonymous userMetadataValueListItemConverter. getPermissionFilteredMetadata(Context context, Item obj)Retrieves the metadata list filtered according to the hidden metadata configuration When the context is null, it will return the metadatalist as for an anonymous user Overrides the parent method to include virtual metadataMethods in org.dspace.app.rest.converter that return types with arguments of type MetadataValueList Modifier and Type Method Description Class<MetadataValueList>MetadataConverter. getModelClass()Methods in org.dspace.app.rest.converter with parameters of type MetadataValueList Modifier and Type Method Description MetadataRestMetadataConverter. convert(MetadataValueList metadataValues, Projection projection)
-