Uses of Interface
org.dspace.content.service.CollectionService
-
Packages that use CollectionService Package Description org.dspace.administer Provides classes and methods for administrative functions that fall outside the regular use of other subsystems.org.dspace.app.bulkedit The DSpace Batch Metadata Editor, which uses a CSV file to export/import item metadata.org.dspace.app.itemexport org.dspace.app.itemimport org.dspace.app.mediafilter org.dspace.app.util Miscellaneous utility classes.org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.content.crosswalk Provides an API and implementations of metadata crosswalks, which are directional mappings from one schema to another, performed in the context of Item ingestion or dissemination.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.curate org.dspace.discovery org.dspace.discovery.indexobject org.dspace.eperson Provides classes representing e-people and groups of e-people.org.dspace.harvest org.dspace.statistics Facilities for detecting and storing both model and usage events, and for querying the store.org.dspace.statistics.content org.dspace.statistics.util Mostly classes for dealing with detection of spiders, and command line tools.org.dspace.submit org.dspace.util Generally useful classes, not particularly tied to any other package.org.dspace.workflowbasic org.dspace.xmlworkflow -
-
Uses of CollectionService in org.dspace.administer
Fields in org.dspace.administer declared as CollectionService Modifier and Type Field Description protected static CollectionServiceStructBuilder. collectionService -
Uses of CollectionService in org.dspace.app.bulkedit
Fields in org.dspace.app.bulkedit declared as CollectionService Modifier and Type Field Description protected CollectionServiceMetadataImport. collectionService -
Uses of CollectionService in org.dspace.app.itemexport
Fields in org.dspace.app.itemexport declared as CollectionService Modifier and Type Field Description protected static CollectionServiceItemExportCLITool. collectionService -
Uses of CollectionService in org.dspace.app.itemimport
Fields in org.dspace.app.itemimport declared as CollectionService Modifier and Type Field Description protected CollectionServiceItemImportServiceImpl. collectionService -
Uses of CollectionService in org.dspace.app.mediafilter
Fields in org.dspace.app.mediafilter declared as CollectionService Modifier and Type Field Description protected CollectionServiceMediaFilterServiceImpl. collectionService -
Uses of CollectionService in org.dspace.app.util
Fields in org.dspace.app.util declared as CollectionService Modifier and Type Field Description protected CollectionServiceSyndicationFeed. collectionService -
Uses of CollectionService in org.dspace.content
Classes in org.dspace.content that implement CollectionService Modifier and Type Class Description classCollectionServiceImplService implementation for the Collection object.Fields in org.dspace.content declared as CollectionService Modifier and Type Field Description protected CollectionServiceCommunityServiceImpl. collectionServiceprotected CollectionServiceInstallItemServiceImpl. collectionServiceprotected CollectionServiceItemServiceImpl. collectionServiceprotected CollectionServiceWorkspaceItemServiceImpl. collectionService -
Uses of CollectionService in org.dspace.content.crosswalk
Fields in org.dspace.content.crosswalk declared as CollectionService Modifier and Type Field Description protected CollectionServiceAIPTechMDCrosswalk. collectionServiceprotected CollectionServiceMODSDisseminationCrosswalk. collectionServiceprotected static CollectionServiceXSLTDisseminationCrosswalk. collectionService -
Uses of CollectionService in org.dspace.content.factory
Methods in org.dspace.content.factory that return CollectionService Modifier and Type Method Description abstract CollectionServiceContentServiceFactory. getCollectionService()CollectionServiceContentServiceFactoryImpl. getCollectionService() -
Uses of CollectionService in org.dspace.content.packager
Fields in org.dspace.content.packager declared as CollectionService Modifier and Type Field Description protected CollectionServiceAbstractMETSIngester. collectionServiceprotected CollectionServiceAbstractPackageIngester. collectionServiceprotected static CollectionServicePackageUtils. collectionServiceprotected CollectionServiceRoleIngester. collectionService -
Uses of CollectionService in org.dspace.curate
Fields in org.dspace.curate declared as CollectionService Modifier and Type Field Description protected CollectionServiceWorkflowCuratorServiceImpl. collectionService -
Uses of CollectionService in org.dspace.discovery
Fields in org.dspace.discovery declared as CollectionService Modifier and Type Field Description protected CollectionServiceSolrServiceResourceRestrictionPlugin. collectionService -
Uses of CollectionService in org.dspace.discovery.indexobject
Fields in org.dspace.discovery.indexobject declared as CollectionService Modifier and Type Field Description protected CollectionServiceCollectionIndexFactoryImpl. collectionService -
Uses of CollectionService in org.dspace.eperson
Fields in org.dspace.eperson declared as CollectionService Modifier and Type Field Description protected CollectionServiceGroupServiceImpl. collectionServiceprotected CollectionServiceSubscribeServiceImpl. collectionService -
Uses of CollectionService in org.dspace.harvest
Fields in org.dspace.harvest declared as CollectionService Modifier and Type Field Description protected CollectionServiceHarvestThread. collectionServiceprotected CollectionServiceOAIHarvester. collectionService -
Uses of CollectionService in org.dspace.statistics
Fields in org.dspace.statistics declared as CollectionService Modifier and Type Field Description protected CollectionServiceStatisticsLoggingConsumer. collectionService -
Uses of CollectionService in org.dspace.statistics.content
Fields in org.dspace.statistics.content declared as CollectionService Modifier and Type Field Description protected CollectionServiceStatisticsDataVisits. collectionService -
Uses of CollectionService in org.dspace.statistics.util
Fields in org.dspace.statistics.util declared as CollectionService Modifier and Type Field Description protected CollectionServiceStatisticsImporter. collectionService -
Uses of CollectionService in org.dspace.submit
Fields in org.dspace.submit declared as CollectionService Modifier and Type Field Description protected CollectionServiceAbstractProcessingStep. collectionService -
Uses of CollectionService in org.dspace.util
Fields in org.dspace.util declared as CollectionService Modifier and Type Field Description protected CollectionServiceSolrUpgradePre6xStatistics. collectionService -
Uses of CollectionService in org.dspace.workflowbasic
Fields in org.dspace.workflowbasic declared as CollectionService Modifier and Type Field Description protected CollectionServiceBasicWorkflowServiceImpl. collectionService -
Uses of CollectionService in org.dspace.xmlworkflow
Fields in org.dspace.xmlworkflow declared as CollectionService Modifier and Type Field Description protected CollectionServiceXmlWorkflowFactoryImpl. collectionService
-