Uses of Interface
org.dspace.content.service.SiteService
-
Packages that use SiteService Package Description 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.handle Provides classes and methods to interface with the CNRI Handle System.org.dspace.rdf org.dspace.rdf.conversion org.dspace.rdf.storage org.dspace.storage.rdbms -
-
Uses of SiteService in org.dspace.content
Classes in org.dspace.content that implement SiteService Modifier and Type Class Description classSiteServiceImplService implementation for the Site object.Fields in org.dspace.content declared as SiteService Modifier and Type Field Description protected SiteServiceCommunityServiceImpl. siteService -
Uses of SiteService in org.dspace.content.crosswalk
Fields in org.dspace.content.crosswalk declared as SiteService Modifier and Type Field Description protected SiteServiceAIPTechMDCrosswalk. siteService -
Uses of SiteService in org.dspace.content.factory
Methods in org.dspace.content.factory that return SiteService Modifier and Type Method Description abstract SiteServiceContentServiceFactory. getSiteService()SiteServiceContentServiceFactoryImpl. getSiteService() -
Uses of SiteService in org.dspace.content.packager
Fields in org.dspace.content.packager declared as SiteService Modifier and Type Field Description protected SiteServiceAbstractMETSDisseminator. siteServiceprotected static SiteServicePackageUtils. siteService -
Uses of SiteService in org.dspace.handle
Fields in org.dspace.handle declared as SiteService Modifier and Type Field Description protected SiteServiceHandleServiceImpl. siteService -
Uses of SiteService in org.dspace.rdf
Fields in org.dspace.rdf declared as SiteService Modifier and Type Field Description protected SiteServiceRDFConsumer. siteService -
Uses of SiteService in org.dspace.rdf.conversion
Fields in org.dspace.rdf.conversion declared as SiteService Modifier and Type Field Description protected SiteServiceSimpleDSORelationsConverterPlugin. siteService -
Uses of SiteService in org.dspace.rdf.storage
Fields in org.dspace.rdf.storage declared as SiteService Modifier and Type Field Description protected SiteServiceHandleURIGenerator. siteServiceprotected SiteServiceLocalURIGenerator. siteService -
Uses of SiteService in org.dspace.storage.rdbms
Fields in org.dspace.storage.rdbms declared as SiteService Modifier and Type Field Description protected SiteServiceSiteServiceInitializer. siteService
-