Uses of Class
org.dspace.app.rest.repository.DSpaceRestRepository
Packages that use DSpaceRestRepository
-
Uses of DSpaceRestRepository in org.dspace.app.rest
Subclasses of DSpaceRestRepository in org.dspace.app.restModifier and TypeClassDescriptionclassThis Repository is responsible for handling the CC License URIs. -
Uses of DSpaceRestRepository in org.dspace.app.rest.repository
Subclasses of DSpaceRestRepository in org.dspace.app.rest.repositoryModifier and TypeClassDescriptionclassThis is the repository responsible to manage AuthorizationFeature Rest objectclassThis is the repository responsible to manage Authorization Rest objectclassThis is the repository responsible to manage BitstreamFormat Rest objectclassThis is the repository responsible to manage Bitstream Rest objectclassThis is the repository responsible to Browse Index Rest objectclassThis is the repository responsible to manage Bulk Access Condition optionsclassThis is the repository responsible for managing the Bundle Rest objectclassThis is the repository responsible to manage PooledTask Rest objectclassThis is the repository responsible to manage Item Rest objectclassThis is the repository responsible to manage Community Rest objectclassThis is the repository responsible of exposing configuration propertiesclassThe CorrectionType REST RepositoryclassDSpaceObjectRestRepository<M extends DSpaceObject,R extends DSpaceObjectRest> Base class for DSpaceObject-based Rest Repositories, providing common functionality.classThe REST repository for the api/submission/duplicates endpoint, which handles requests for finding potential duplicates of a given item (archived or in-progress).classThis is the repository that is responsible to manage EntityType Rest objectsclassThis is the repository responsible to manage EPerson Rest objectclassThis is the Repository that is responsible for the functionality and implementations coming fromExternalSourcesRestControllerclassThis is the Repository that takes care of the operations on theFeedbackRestobjectsclassThis is the repository responsible to manage Group Rest objectclassItem REST Repository and Controller for persistent identifiers.classThis is the repository responsible to manage ItemFilter Rest objectclassThis is the repository responsible to manage Item Rest objectclassThis is the repository responsible to manage LDNMessageEntry Rest objectclassThis is the repository responsible to manage MetadataField Rest objectclassThis is the repository responsible to manage MetadataSchema Rest objectclassThis is the repository responsible to manage NotifyService Rest objectclassThis is the repository responsible of exposing OrcidHistory resources.classThis is the repository responsible of exposing Orcid queue resources.classThis is the repository responsible to manage PooledTask Rest objectclassThe repository for the Process workloadclassRest repository that handle QA events.classRest repository that handle QA sources.classRest repository that handle QA topics.classThis is the repository that is responsible for managing Registration Rest objectsclassThis is the repository that is responsible to manage Relationship Rest objectsclassThis is the repository that is responsible to manage RelationshipType Rest objectsclassComponent to expose item requests and handle operations like create (request), put (grant/deny), and email sending.classThis is the repository responsible of exposing researcher profiles.classController for exposition of default access conditionclassThis is the REST repository dealing with the Script logicclassThis is the repository responsible to manage Item Rest objectclassclassThis is the repository responsible to manage AccessCondition section during the submission.classThis is the repository that is responsible to manage CCLicense Rest objectsclassThis is the repository that is responsible to manage Submission COAR Notify Rest objectsclassThis is the repository responsible to manage MetadataField Rest objectclassThis is the repository responsible to manage InputForm Rest objectclassThis is the repository responsible to manage Submission Step (aka Panel) Rest objectclassThis is the repository responsible to manage Configuration Upload section during the submissionclassThis is the repository responsible to manage SubscriptionRest objectclassThis is the repository responsible to manage Suggestion Target Rest objectclassThis is the repository responsible to manage Suggestion Target Rest objectclassThis is the repository responsible to manage Suggestion Target Rest objectclassThis is the repository responsible to manage SupervisionOrderRest objectclassThe repository for the SystemWideAlert workloadclassThis is the repository class that is responsible for handlingTemplateItemRestobjectsclassRepository for the operations on theVersionHistoryRestendpointsclassThis is the Repository that takes care of the operations on theVersionRestobjectsclassController for exposition of vocabularies entry details for the submissionclassController for exposition of vocabularies for the submissionclassThis is the rest repository responsible for managingWorkflowActionRestobjectsclassThis is the rest repository responsible for managing WorkflowDefinition Rest objectsclassThis is the repository responsible to manage WorkflowItem Rest objectclassThis is the rest repository responsible for managingWorkflowStepRestobjectsclassThis is the repository responsible to manage WorkspaceItem Rest object -
Uses of DSpaceRestRepository in org.dspace.app.rest.utils
Methods in org.dspace.app.rest.utils that return DSpaceRestRepositoryModifier and TypeMethodDescriptionUtils.getResourceRepository(String apiCategory, String modelPlural) Retrieve theDSpaceRestRepositoryfor the specified category and model in the plural form as used in the endpoints.Utils.getResourceRepositoryByCategoryAndModel(String apiCategory, String modelPlural) Retrieve theDSpaceRestRepositoryfor the specified category and model.Methods in org.dspace.app.rest.utils with parameters of type DSpaceRestRepositoryModifier and TypeMethodDescriptionRestRepositoryUtils.executeQueryMethod(DSpaceRestRepository repository, MultiValueMap<String, Object> parameters, Method method, org.springframework.data.domain.Pageable pageable, org.springframework.data.domain.Sort sort, org.springframework.data.web.PagedResourcesAssembler assembler) RestRepositoryUtils.getSearchMethod(String searchMethodName, DSpaceRestRepository repository) booleanRestRepositoryUtils.haveSearchMethods(DSpaceRestRepository repository) RestRepositoryUtils.invokeQueryMethod(DSpaceRestRepository repository, Method method, MultiValueMap<String, ? extends Object> parameters, org.springframework.data.domain.Pageable pageable, org.springframework.data.domain.Sort sort) RestRepositoryUtils.listSearchMethods(DSpaceRestRepository repository)