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 halResource, LinkRest linkRest)booleanFullProjection. allowEmbedding(HALResource halResource, LinkRest linkRest)booleanProjection. allowEmbedding(HALResource halResource, LinkRest linkRest)Tells whether this projection permits the embedding of a particular embeddable subresource.booleanAbstractProjection. 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. -
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)
-