Uses of Class
org.dspace.app.rest.model.IdentifierRest
Packages that use IdentifierRest
Package
Description
-
Uses of IdentifierRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return types with arguments of type IdentifierRestMethod parameters in org.dspace.app.rest.model with type arguments of type IdentifierRestModifier and TypeMethodDescriptionvoidIdentifiersRest.setIdentifiers(List<IdentifierRest> identifiers) -
Uses of IdentifierRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type IdentifierRest -
Uses of IdentifierRest in org.dspace.app.rest.model.step
Methods in org.dspace.app.rest.model.step that return types with arguments of type IdentifierRestMethod parameters in org.dspace.app.rest.model.step with type arguments of type IdentifierRestModifier and TypeMethodDescriptionvoidDataIdentifiers.setIdentifiers(List<IdentifierRest> identifiers) -
Uses of IdentifierRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return IdentifierRestModifier and TypeMethodDescriptionprotected IdentifierRestIdentifierRestRepository.createAndReturn(Context context, List<String> list) Create (mint / queue for registration) a new persistent identifier of a given type (eg DOI) for an item Currently, the only supported identifier type for this operation is "doi"Find the identifier object for a given identifier string (eg. doi).Methods in org.dspace.app.rest.repository that return types with arguments of type IdentifierRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<IdentifierRest>IdentifierRestRepository.findAll(Context context, org.springframework.data.domain.Pageable pageable) Find all identifiers.org.springframework.data.domain.Page<IdentifierRest>IdentifierRestRepository.findByItem(String uuid, org.springframework.data.domain.Pageable pageable) Find identifiers associated with a given itemIdentifierRestRepository.getDomainClass()