Uses of Class
org.dspace.app.rest.model.RelationshipTypeRest
-
Packages that use RelationshipTypeRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of RelationshipTypeRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return RelationshipTypeRest Modifier and Type Method Description RelationshipTypeRestRelationshipTypeConverter. convert(RelationshipType obj, Projection projection) -
Uses of RelationshipTypeRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return RelationshipTypeRest Modifier and Type Method Description RelationshipTypeRestRelationshipRest. getRelationshipType()Methods in org.dspace.app.rest.model with parameters of type RelationshipTypeRest Modifier and Type Method Description voidRelationshipRest. 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 Constructor Description RelationshipTypeResource(RelationshipTypeRest data, Utils utils) -
Uses of RelationshipTypeRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return RelationshipTypeRest Modifier and Type Method Description RelationshipTypeRestRelationshipTypeRestRepository. findOne(Context context, Integer integer)Methods in org.dspace.app.rest.repository that return types with arguments of type RelationshipTypeRest Modifier and Type Method Description org.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 relationshipClass<RelationshipTypeRest>RelationshipTypeRestRepository. getDomainClass()org.springframework.data.domain.Page<RelationshipTypeRest>EntityTypeRelationshipLinkRepository. getEntityTypeRelationship(javax.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.
-