Class EPersonResource
- java.lang.Object
-
- org.springframework.hateoas.RepresentationModel<org.springframework.hateoas.EntityModel<T>>
-
- org.springframework.hateoas.EntityModel<T>
-
- org.dspace.app.rest.model.hateoas.HALResource<T>
-
- org.dspace.app.rest.model.hateoas.DSpaceResource<EPersonRest>
-
- org.dspace.app.rest.model.hateoas.EPersonResource
-
@RelNameDSpaceResource("eperson") public class EPersonResource extends DSpaceResource<EPersonRest>
EPerson Rest HAL Resource. The HAL Resource wraps the REST Resource adding support for the links and embedded resources- Author:
- Andrea Bollini (andrea.bollini at 4science.it)
-
-
Field Summary
-
Fields inherited from class org.dspace.app.rest.model.hateoas.HALResource
embedded
-
-
Constructor Summary
Constructors Constructor Description EPersonResource(EPersonRest eperson, Utils utils)
-
Method Summary
-
Methods inherited from class org.dspace.app.rest.model.hateoas.DSpaceResource
getContent
-
Methods inherited from class org.dspace.app.rest.model.hateoas.HALResource
add, embedResource, getEmbeddedResources, setPageHeader
-
-
-
-
Constructor Detail
-
EPersonResource
public EPersonResource(EPersonRest eperson, Utils utils)
-
-