Uses of Interface
org.dspace.content.service.WorkspaceItemService
-
Packages that use WorkspaceItemService Package Description org.dspace.app.bulkedit The DSpace Batch Metadata Editor, which uses a CSV file to export/import item metadata.org.dspace.app.itemimport org.dspace.authorize Handles permissions for DSpace content.org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.content.factory org.dspace.content.packager Provides an API and implementations of content packages, used in the context of ingest (SIP), or dissemination (DIP)org.dspace.discovery.indexobject org.dspace.discovery.indexobject.factory org.dspace.harvest org.dspace.rdf org.dspace.versioning org.dspace.xmlworkflow An Item submission begins as aWorkspaceItemin some user's workspace. -
-
Uses of WorkspaceItemService in org.dspace.app.bulkedit
Fields in org.dspace.app.bulkedit declared as WorkspaceItemService Modifier and Type Field Description protected WorkspaceItemServiceMetadataImport. workspaceItemService -
Uses of WorkspaceItemService in org.dspace.app.itemimport
Fields in org.dspace.app.itemimport declared as WorkspaceItemService Modifier and Type Field Description protected WorkspaceItemServiceItemImportServiceImpl. workspaceItemService -
Uses of WorkspaceItemService in org.dspace.authorize
Fields in org.dspace.authorize declared as WorkspaceItemService Modifier and Type Field Description protected WorkspaceItemServiceAuthorizeServiceImpl. workspaceItemService -
Uses of WorkspaceItemService in org.dspace.content
Classes in org.dspace.content that implement WorkspaceItemService Modifier and Type Class Description classWorkspaceItemServiceImplService implementation for the WorkspaceItem object.Fields in org.dspace.content declared as WorkspaceItemService Modifier and Type Field Description protected WorkspaceItemServiceCollectionServiceImpl. workspaceItemServiceprotected WorkspaceItemServiceItemServiceImpl. workspaceItemServiceprotected WorkspaceItemServiceSupervisedItemServiceImpl. workspaceItemService -
Uses of WorkspaceItemService in org.dspace.content.factory
Methods in org.dspace.content.factory that return WorkspaceItemService Modifier and Type Method Description abstract WorkspaceItemServiceContentServiceFactory. getWorkspaceItemService()WorkspaceItemServiceContentServiceFactoryImpl. getWorkspaceItemService() -
Uses of WorkspaceItemService in org.dspace.content.packager
Fields in org.dspace.content.packager declared as WorkspaceItemService Modifier and Type Field Description protected WorkspaceItemServiceAbstractMETSIngester. workspaceItemServiceprotected static WorkspaceItemServicePackageUtils. workspaceItemServiceprotected WorkspaceItemServicePDFPackager. workspaceItemService -
Uses of WorkspaceItemService in org.dspace.discovery.indexobject
Fields in org.dspace.discovery.indexobject declared as WorkspaceItemService Modifier and Type Field Description protected WorkspaceItemServiceItemIndexFactoryImpl. workspaceItemServiceprotected WorkspaceItemServiceWorkspaceItemIndexFactoryImpl. workspaceItemService -
Uses of WorkspaceItemService in org.dspace.discovery.indexobject.factory
Fields in org.dspace.discovery.indexobject.factory declared as WorkspaceItemService Modifier and Type Field Description protected WorkspaceItemServiceIndexObjectFactoryFactory. workspaceItemService -
Uses of WorkspaceItemService in org.dspace.harvest
Fields in org.dspace.harvest declared as WorkspaceItemService Modifier and Type Field Description protected WorkspaceItemServiceOAIHarvester. workspaceItemService -
Uses of WorkspaceItemService in org.dspace.rdf
Fields in org.dspace.rdf declared as WorkspaceItemService Modifier and Type Field Description protected WorkspaceItemServiceRDFConsumer. workspaceItemService -
Uses of WorkspaceItemService in org.dspace.versioning
Fields in org.dspace.versioning declared as WorkspaceItemService Modifier and Type Field Description protected WorkspaceItemServiceDefaultItemVersionProvider. workspaceItemService -
Uses of WorkspaceItemService in org.dspace.xmlworkflow
Fields in org.dspace.xmlworkflow declared as WorkspaceItemService Modifier and Type Field Description protected WorkspaceItemServiceXmlWorkflowServiceImpl. workspaceItemService
-