Uses of Class
org.dspace.app.rest.model.RelationshipTypeRest
Packages that use RelationshipTypeRest
Package
Description
-
Uses of RelationshipTypeRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return RelationshipTypeRestModifier and TypeMethodDescriptionRelationshipTypeConverter.convert(RelationshipType obj, Projection projection) -
Uses of RelationshipTypeRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return RelationshipTypeRestMethods in org.dspace.app.rest.model with parameters of type RelationshipTypeRestModifier and TypeMethodDescriptionvoidRelationshipRest.setRelationshipType(RelationshipTypeRest relationshipType) -
Uses of RelationshipTypeRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type RelationshipTypeRest -
Uses of RelationshipTypeRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return RelationshipTypeRestModifier and TypeMethodDescriptionRelationshipTypeRelationshipLinkRepository.getRelationshipType(jakarta.servlet.http.HttpServletRequest request, Integer relationshipId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) Methods in org.dspace.app.rest.repository that return types with arguments of type RelationshipTypeRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<RelationshipTypeRest>RelationshipTypeRestRepository.findAll(Context context, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<RelationshipTypeRest>RelationshipTypeRestRepository.findByEntityType(String type, org.springframework.data.domain.Pageable pageable) Returns a list of relationship types that matches provided entity type on any side of relationshipRelationshipTypeRestRepository.getDomainClass()org.springframework.data.domain.Page<RelationshipTypeRest>EntityTypeRelationshipLinkRepository.getEntityTypeRelationship(jakarta.servlet.http.HttpServletRequest request, Integer id, org.springframework.data.domain.Pageable optionalPageable, Projection projection) This method will retrieve all the RelationshipTypes that conform to the given EntityType by the given ID and it will return this in a wrapped resource.