Uses of Interface
org.dspace.app.rest.repository.handler.UriListHandler
-
Packages that use UriListHandler Package Description org.dspace.app.rest.repository.handler -
-
Uses of UriListHandler in org.dspace.app.rest.repository.handler
Classes in org.dspace.app.rest.repository.handler that implement UriListHandler Modifier and Type Class Description classExternalSourceEntryArchivedItemUriListHandlerThis class will handle ExternalSourceEntryUriList and it'll create Item objects based on them.classExternalSourceEntryItemUriListHandler<T>This provides an abstract class for the Item and WorkspaceItemUriListHandlers to extend and provide shared logic to reduce code duplicationclassExternalSourceEntryPoolTaskUriListHandlerThis class extends theExternalSourceEntryItemUriListHandlerabstract class and implements it specifically for the Listobjects. classExternalSourceEntryWorkspaceItemUriListHandlerThis class extends theExternalSourceEntryItemUriListHandlerabstract class and implements it specifically for the WorkspaceItem objects.classExternalSourceItemUriListHandlerThis class extends theExternalSourceEntryItemUriListHandlerabstract class and implements it specifically for the List- objects.
-