Uses of Class
org.dspace.app.rest.model.EntityTypeRest
Packages that use EntityTypeRest
Package
Description
-
Uses of EntityTypeRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return EntityTypeRestModifier and TypeMethodDescriptionEntityTypeConverter.convert(EntityType obj, Projection projection) -
Uses of EntityTypeRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return EntityTypeRestModifier and TypeMethodDescriptionRelationshipTypeRest.getLeftType()RelationshipTypeRest.getRightType()Methods in org.dspace.app.rest.model with parameters of type EntityTypeRestModifier and TypeMethodDescriptionvoidRelationshipTypeRest.setLeftType(EntityTypeRest leftType) voidRelationshipTypeRest.setRightType(EntityTypeRest rightType) -
Uses of EntityTypeRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type EntityTypeRest -
Uses of EntityTypeRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return EntityTypeRestModifier and TypeMethodDescriptionMethods in org.dspace.app.rest.repository that return types with arguments of type EntityTypeRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<EntityTypeRest>EntityTypeRestRepository.findAll(Context context, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<EntityTypeRest>EntityTypeRestRepository.findAllByAuthorizedCollection(org.springframework.data.domain.Pageable pageable) Retrieves all entity types related to the collections on which the current user can deposit.org.springframework.data.domain.Page<EntityTypeRest>EntityTypeRestRepository.findAllByAuthorizedExternalSource(org.springframework.data.domain.Pageable pageable) Retrieves all entity types related to the collections on which the current user can deposit and supported by External providerEntityTypeRestRepository.getDomainClass()org.springframework.data.domain.Page<EntityTypeRest>ExternalSourceEntityTypeLinkRepository.getSupportedEntityTypes(jakarta.servlet.http.HttpServletRequest request, String externalSourceName, org.springframework.data.domain.Pageable pageable, Projection projection)