Uses of Interface
org.dspace.content.service.CommunityService
-
Packages that use CommunityService Package Description org.dspace.administer Provides classes and methods for administrative functions that fall outside the regular use of other subsystems.org.dspace.app.itemexport 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.disseminate org.dspace.eperson Provides classes representing e-people and groups of e-people.org.dspace.rdf org.dspace.rdf.conversion org.dspace.statistics.content org.dspace.statistics.util Mostly classes for dealing with detection of spiders, and command line tools.org.dspace.util Generally useful classes, not particularly tied to any other package. -
-
Uses of CommunityService in org.dspace.administer
Fields in org.dspace.administer declared as CommunityService Modifier and Type Field Description protected CommunityServiceCommunityFiliator. communityServiceprotected static CommunityServiceStructBuilder. communityService -
Uses of CommunityService in org.dspace.app.itemexport
Fields in org.dspace.app.itemexport declared as CommunityService Modifier and Type Field Description protected CommunityServiceItemExportServiceImpl. communityService -
Uses of CommunityService in org.dspace.app.mediafilter
Fields in org.dspace.app.mediafilter declared as CommunityService Modifier and Type Field Description protected CommunityServiceMediaFilterServiceImpl. communityService -
Uses of CommunityService in org.dspace.app.util
Fields in org.dspace.app.util declared as CommunityService Modifier and Type Field Description protected CommunityServiceSyndicationFeed. communityService -
Uses of CommunityService in org.dspace.content
Classes in org.dspace.content that implement CommunityService Modifier and Type Class Description classCommunityServiceImplService implementation for the Community object.Fields in org.dspace.content declared as CommunityService Modifier and Type Field Description protected CommunityServiceCollectionServiceImpl. communityServiceprotected CommunityServiceCommunity. communityServiceprotected CommunityServiceItemServiceImpl. communityService -
Uses of CommunityService in org.dspace.content.crosswalk
Fields in org.dspace.content.crosswalk declared as CommunityService Modifier and Type Field Description protected CommunityServiceMODSDisseminationCrosswalk. communityServiceprotected static CommunityServiceXSLTDisseminationCrosswalk. communityService -
Uses of CommunityService in org.dspace.content.factory
Methods in org.dspace.content.factory that return CommunityService Modifier and Type Method Description abstract CommunityServiceContentServiceFactory. getCommunityService()CommunityServiceContentServiceFactoryImpl. getCommunityService() -
Uses of CommunityService in org.dspace.content.packager
Fields in org.dspace.content.packager declared as CommunityService Modifier and Type Field Description protected CommunityServiceAbstractMETSIngester. communityServiceprotected CommunityServiceAbstractPackageDisseminator. communityServiceprotected static CommunityServicePackageUtils. communityServiceprotected CommunityServiceRoleIngester. communityService -
Uses of CommunityService in org.dspace.curate
Fields in org.dspace.curate declared as CommunityService Modifier and Type Field Description protected CommunityServiceAbstractCurationTask. communityServiceprotected CommunityServiceCurator. communityService -
Uses of CommunityService in org.dspace.discovery
Fields in org.dspace.discovery declared as CommunityService Modifier and Type Field Description protected CommunityServiceSolrServiceResourceRestrictionPlugin. communityService -
Uses of CommunityService in org.dspace.discovery.indexobject
Fields in org.dspace.discovery.indexobject declared as CommunityService Modifier and Type Field Description protected CommunityServiceCollectionIndexFactoryImpl. communityServiceprotected CommunityServiceCommunityIndexFactoryImpl. communityService -
Uses of CommunityService in org.dspace.disseminate
Fields in org.dspace.disseminate declared as CommunityService Modifier and Type Field Description protected CommunityServiceCitationDocumentServiceImpl. communityService -
Uses of CommunityService in org.dspace.eperson
Fields in org.dspace.eperson declared as CommunityService Modifier and Type Field Description protected CommunityServiceGroupServiceImpl. communityService -
Uses of CommunityService in org.dspace.rdf
Fields in org.dspace.rdf declared as CommunityService Modifier and Type Field Description protected CommunityServiceRDFizer. communityService -
Uses of CommunityService in org.dspace.rdf.conversion
Fields in org.dspace.rdf.conversion declared as CommunityService Modifier and Type Field Description protected CommunityServiceSimpleDSORelationsConverterPlugin. communityService -
Uses of CommunityService in org.dspace.statistics.content
Fields in org.dspace.statistics.content declared as CommunityService Modifier and Type Field Description protected CommunityServiceStatisticsDataVisits. communityService -
Uses of CommunityService in org.dspace.statistics.util
Fields in org.dspace.statistics.util declared as CommunityService Modifier and Type Field Description protected CommunityServiceStatisticsImporter. communityService -
Uses of CommunityService in org.dspace.util
Fields in org.dspace.util declared as CommunityService Modifier and Type Field Description protected CommunityServiceSolrUpgradePre6xStatistics. communityService
-