Uses of Class
org.dspace.app.rest.model.LinkRest
-
Packages that use LinkRest Package Description org.dspace.app.rest.model org.dspace.app.rest.projection org.dspace.app.rest.utils -
-
Uses of LinkRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model with annotations of type LinkRest Modifier and Type Method Description List<CollectionRest>SubmissionDefinitionRest. getCollections()EPersonRestAuthenticationStatusRest. getEPersonRest()EntityTypeRestRelationshipTypeRest. getLeftType()HarvesterMetadataRestHarvestedCollectionRest. getMetadataConfigs()List<SubmissionSectionRest>SubmissionDefinitionRest. getPanels()RelationshipTypeRestRelationshipRest. getRelationshipType()EntityTypeRestRelationshipTypeRest. getRightType()Methods in org.dspace.app.rest.model that return LinkRest Modifier and Type Method Description LinkRest[]links() -
Uses of LinkRest in org.dspace.app.rest.projection
Methods in org.dspace.app.rest.projection with parameters of type LinkRest Modifier and Type Method Description booleanAbstractProjection. allowEmbedding(HALResource<? extends RestAddressableModel> halResource, LinkRest linkRest, org.springframework.hateoas.Link... oldLinks)booleanCompositeProjection. allowEmbedding(HALResource<? extends RestAddressableModel> halResource, LinkRest linkRest, org.springframework.hateoas.Link... oldLinks)booleanEmbedRelsProjection. allowEmbedding(HALResource<? extends RestAddressableModel> halResource, LinkRest linkRest, org.springframework.hateoas.Link... oldLinks)booleanFullProjection. allowEmbedding(HALResource<? extends RestAddressableModel> halResource, LinkRest linkRest, org.springframework.hateoas.Link... oldLinks)booleanProjection. allowEmbedding(HALResource<? extends RestAddressableModel> halResource, LinkRest linkRest, org.springframework.hateoas.Link... oldLinks)Tells whether this projection permits the embedding of a particular embeddable subresource.booleanSpecificLevelProjection. allowEmbedding(HALResource<? extends RestAddressableModel> halResource, LinkRest linkRest, org.springframework.hateoas.Link... oldLinks)booleanAbstractProjection. allowLinking(HALResource halResource, LinkRest linkRest)booleanCompositeProjection. allowLinking(HALResource halResource, LinkRest linkRest)booleanFullProjection. allowLinking(HALResource halResource, LinkRest linkRest)booleanProjection. allowLinking(HALResource halResource, LinkRest linkRest)Tells whether this projection permits the linking of a particular linkable subresource.booleanSpecificLevelProjection. allowLinking(HALResource halResource, LinkRest linkRest) -
Uses of LinkRest in org.dspace.app.rest.utils
Methods in org.dspace.app.rest.utils that return LinkRest Modifier and Type Method Description LinkRestUtils. findLinkAnnotation(Method readMethod)Gets the LinkRest annotation for the given method, if any.LinkRestUtils. getClassLevelLinkRest(String rel, Class<? extends RestAddressableModel> restClass)
-