@Component public class FilteredDiscoveryPageConverter extends Object implements DSpaceConverter<EntityType,FilteredDiscoveryPageRest>
| Constructor and Description |
|---|
FilteredDiscoveryPageConverter() |
| Modifier and Type | Method and Description |
|---|---|
FilteredDiscoveryPageRest |
fromModel(EntityType obj)
This method converts the EntityType object to a FilteredDiscoveryPageRest object to be passed along
to the resource and endpoint so that callers can know what filter query they need to use to
filter on a particular, given, EntityType
|
EntityType |
toModel(FilteredDiscoveryPageRest obj) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertpublic FilteredDiscoveryPageRest fromModel(EntityType obj)
fromModel in interface DSpaceConverter<EntityType,FilteredDiscoveryPageRest>obj - The EntityType for which this filterQuery string will be looked up forpublic EntityType toModel(FilteredDiscoveryPageRest obj)
toModel in interface DSpaceConverter<EntityType,FilteredDiscoveryPageRest>Copyright © 2019 DuraSpace. All rights reserved.