Uses of Annotation Interface
org.dspace.app.rest.model.LinkRest
Packages that use LinkRest
Package
Description
-
Uses of LinkRest in org.dspace.app.rest.model
Classes in org.dspace.app.rest.model with annotations of type LinkRestModifier and TypeClassDescriptionclassThe OrcidHistory REST ResourceclassMethods in org.dspace.app.rest.model with annotations of type LinkRestModifier and TypeMethodDescriptionSubmissionDefinitionRest.getCollections()AuthenticationStatusRest.getEPersonRest()RelationshipTypeRest.getLeftType()HarvestedCollectionRest.getMetadataConfigs()SubmissionDefinitionRest.getPanels()RelationshipRest.getRelationshipType()RelationshipTypeRest.getRightType()AuthenticationStatusRest.getSpecialGroups() -
Uses of LinkRest in org.dspace.app.rest.projection
Methods in org.dspace.app.rest.projection with parameters of type LinkRestModifier and TypeMethodDescriptionbooleanAbstractProjection.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 LinkRestModifier and TypeMethodDescriptionUtils.findLinkAnnotation(Method readMethod) Gets the LinkRest annotation for the given method, if any.Utils.getClassLevelLinkRest(String rel, Class<? extends RestAddressableModel> restClass)