Uses of Class
org.dspace.content.factory.ContentServiceFactory
-
Packages that use ContentServiceFactory Package Description 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.discovery org.dspace.google org.dspace.identifier Providers of durable unique identifiers (Handles, DOIs, etc.).org.dspace.rdf org.dspace.statistics Facilities for detecting and storing both model and usage events, and for querying the store. -
-
Uses of ContentServiceFactory in org.dspace.authorize
Fields in org.dspace.authorize declared as ContentServiceFactory Modifier and Type Field Description protected ContentServiceFactoryResourcePolicyServiceImpl. contentServiceFactoryprotected ContentServiceFactoryAuthorizeServiceImpl. serviceFactory -
Uses of ContentServiceFactory in org.dspace.content
Fields in org.dspace.content declared as ContentServiceFactory Modifier and Type Field Description protected ContentServiceFactoryInstallItemServiceImpl. contentServiceFactoryprotected ContentServiceFactoryMetadataValueServiceImpl. contentServiceFactory -
Uses of ContentServiceFactory in org.dspace.content.factory
Subclasses of ContentServiceFactory in org.dspace.content.factory Modifier and Type Class Description classContentServiceFactoryImplFactory implementation to get services for the content package, use ContentServiceFactory.getInstance() to retrieve an implementationMethods in org.dspace.content.factory that return ContentServiceFactory Modifier and Type Method Description static ContentServiceFactoryContentServiceFactory. getInstance() -
Uses of ContentServiceFactory in org.dspace.discovery
Fields in org.dspace.discovery declared as ContentServiceFactory Modifier and Type Field Description protected ContentServiceFactorySolrServiceImpl. contentServiceFactory -
Uses of ContentServiceFactory in org.dspace.google
Fields in org.dspace.google declared as ContentServiceFactory Modifier and Type Field Description protected ContentServiceFactoryGoogleRecorderEventListener. contentServiceFactoryMethods in org.dspace.google with parameters of type ContentServiceFactory Modifier and Type Method Description voidGoogleRecorderEventListener. setContentServiceFactory(ContentServiceFactory contentServiceFactory) -
Uses of ContentServiceFactory in org.dspace.identifier
Fields in org.dspace.identifier declared as ContentServiceFactory Modifier and Type Field Description protected ContentServiceFactoryDOIIdentifierProvider. contentServiceFactoryprotected ContentServiceFactoryEZIDIdentifierProvider. contentServiceFactoryprotected ContentServiceFactoryIdentifierServiceImpl. contentServiceFactory -
Uses of ContentServiceFactory in org.dspace.rdf
Fields in org.dspace.rdf declared as ContentServiceFactory Modifier and Type Field Description protected ContentServiceFactoryRDFizer. contentServiceFactory -
Uses of ContentServiceFactory in org.dspace.statistics
Fields in org.dspace.statistics declared as ContentServiceFactory Modifier and Type Field Description protected ContentServiceFactorySolrLoggerServiceImpl. contentServiceFactory
-