Uses of Interface
org.dspace.core.service.PluginService
-
Packages that use PluginService Package Description org.dspace.content.authority org.dspace.core Provides some basic functionality required throughout the DSpace system.org.dspace.core.factory org.dspace.embargo Embargo allows the deposit of Items whose content should not be made visible until later.org.dspace.harvest -
-
Uses of PluginService in org.dspace.content.authority
Fields in org.dspace.content.authority declared as PluginService Modifier and Type Field Description protected PluginServiceChoiceAuthorityServiceImpl. pluginService -
Uses of PluginService in org.dspace.core
Classes in org.dspace.core that implement PluginService Modifier and Type Class Description classLegacyPluginServiceImplThe Legacy Plugin Service is a very simple component container (based on the legacy PluginManager class from 5.x or below). -
Uses of PluginService in org.dspace.core.factory
Methods in org.dspace.core.factory that return PluginService Modifier and Type Method Description abstract PluginServiceCoreServiceFactory. getPluginService()PluginServiceCoreServiceFactoryImpl. getPluginService() -
Uses of PluginService in org.dspace.embargo
Fields in org.dspace.embargo declared as PluginService Modifier and Type Field Description protected PluginServiceEmbargoServiceImpl. pluginService -
Uses of PluginService in org.dspace.harvest
Fields in org.dspace.harvest declared as PluginService Modifier and Type Field Description protected PluginServiceOAIHarvester. pluginService
-