Uses of Class
org.dspace.app.rest.model.IdentifierRest
-
Packages that use IdentifierRest Package Description org.dspace.app.rest.model org.dspace.app.rest.model.hateoas org.dspace.app.rest.model.step org.dspace.app.rest.repository -
-
Uses of IdentifierRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return types with arguments of type IdentifierRest Modifier and Type Method Description List<IdentifierRest>IdentifiersRest. getIdentifiers()Method parameters in org.dspace.app.rest.model with type arguments of type IdentifierRest Modifier and Type Method Description voidIdentifiersRest. 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 Constructor Description IdentifierResource(IdentifierRest model, Utils utils) -
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 IdentifierRest Modifier and Type Method Description List<IdentifierRest>DataIdentifiers. getIdentifiers()Method parameters in org.dspace.app.rest.model.step with type arguments of type IdentifierRest Modifier and Type Method Description voidDataIdentifiers. setIdentifiers(List<IdentifierRest> identifiers) -
Uses of IdentifierRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return IdentifierRest Modifier and Type Method Description protected 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"IdentifierRestIdentifierRestRepository. findOne(Context context, String identifier)Find the identifier object for a given identifier string (eg.Methods in org.dspace.app.rest.repository that return types with arguments of type IdentifierRest Modifier and Type Method Description org.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 itemClass<IdentifierRest>IdentifierRestRepository. getDomainClass()
-