Uses of Package
org.dspace.app.rest
-
Classes in org.dspace.app.rest used by org.dspace.app.rest Class Description SearchRestMethod -
Classes in org.dspace.app.rest used by org.dspace.app.rest.link Class Description AuthenticationRestController Rest controller that handles authentication on the REST API together with the Spring Security filters configured inWebSecurityConfigurationCollectionGroupRestController This RestController will take care of all the calls for a specific collection's special group This is handled by calling "/api/core/collections/{uuid}/{group}" with the correct RequestMethod This works for specific WorkflowGroups as well given that their role is supplied by calling "/api/core/collections/{uuid}/workflowGroups/{workflowRole}"RestResourceController This is the main entry point of the new REST API.RootRestResourceController This is the main entry point of the new REST API. -
Classes in org.dspace.app.rest used by org.dspace.app.rest.link.externalsources Class Description ExternalSourcesRestController This RestController takes care of the retrieval of External data from various endpoints and providers depending on the calls it receives -
Classes in org.dspace.app.rest used by org.dspace.app.rest.link.harvest Class Description CollectionHarvestSettingsController Rest controller that handles the harvest settings for collections -
Classes in org.dspace.app.rest used by org.dspace.app.rest.link.process Class Description RestResourceController This is the main entry point of the new REST API. -
Classes in org.dspace.app.rest used by org.dspace.app.rest.link.relation Class Description RestResourceController This is the main entry point of the new REST API. -
Classes in org.dspace.app.rest used by org.dspace.app.rest.link.search Class Description DiscoveryRestController The controller for the api/discover endpoint -
Classes in org.dspace.app.rest used by org.dspace.app.rest.link.statistics Class Description StatisticsRestController -
Classes in org.dspace.app.rest used by org.dspace.app.rest.repository Class Description Parameter This annotation provides extra information about method parameters of a SearchRestMethod allowing automatic bind of request parametersSearchRestMethod