Class SearchResultEntryResource
- java.lang.Object
-
- org.springframework.hateoas.RepresentationModel<org.springframework.hateoas.EntityModel<T>>
-
- org.springframework.hateoas.EntityModel<T>
-
- org.dspace.app.rest.model.hateoas.HALResource<SearchResultEntryRest>
-
- org.dspace.app.rest.model.hateoas.SearchResultEntryResource
-
public class SearchResultEntryResource extends HALResource<SearchResultEntryRest>
This class' purpose is to create a container for the information, links and embeds for the search results entries
-
-
Field Summary
Fields Modifier and Type Field Description static StringINDEXABLE_OBJECT_LINK-
Fields inherited from class org.dspace.app.rest.model.hateoas.HALResource
embedded
-
-
Constructor Summary
Constructors Constructor Description SearchResultEntryResource(SearchResultEntryRest data, Utils utils)
-
Method Summary
-
Methods inherited from class org.dspace.app.rest.model.hateoas.HALResource
add, embedResource, getEmbeddedResources, setPageHeader
-
Methods inherited from class org.springframework.hateoas.EntityModel
equals, getContent, hashCode, toString
-
-
-
-
Field Detail
-
INDEXABLE_OBJECT_LINK
public static final String INDEXABLE_OBJECT_LINK
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SearchResultEntryResource
public SearchResultEntryResource(SearchResultEntryRest data, Utils utils)
-
-