Uses of Interface
org.dspace.eperson.service.GroupService
-
Packages that use GroupService Package Description org.dspace.administer Provides classes and methods for administrative functions that fall outside the regular use of other subsystems.org.dspace.app.itemimport org.dspace.app.itemupdate org.dspace.app.mediafilter org.dspace.authenticate End-user authentication manager, interface and implementations.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.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.packager Provides an API and implementations of content packages, used in the context of ingest (SIP), or dissemination (DIP)org.dspace.curate In DSpace, "curation" refers to the application of one or more "tasks" to one or more model objects.org.dspace.discovery org.dspace.discovery.indexobject org.dspace.eperson Provides classes representing e-people and groups of e-people.org.dspace.eperson.factory org.dspace.storage.rdbms org.dspace.util Generally useful classes, not particularly tied to any other package.org.dspace.xmlworkflow An Item submission begins as aWorkspaceItemin some user's workspace.org.dspace.xmlworkflow.state.actions.userassignment org.dspace.xmlworkflow.storedcomponents The state of an item in a workflow is persisted in a number of objects. -
-
Uses of GroupService in org.dspace.administer
Fields in org.dspace.administer declared as GroupService Modifier and Type Field Description protected GroupServiceCreateAdministrator. groupService -
Uses of GroupService in org.dspace.app.itemimport
Fields in org.dspace.app.itemimport declared as GroupService Modifier and Type Field Description protected GroupServiceItemImportServiceImpl. groupService -
Uses of GroupService in org.dspace.app.itemupdate
Fields in org.dspace.app.itemupdate declared as GroupService Modifier and Type Field Description protected GroupServiceAddBitstreamsAction. groupService -
Uses of GroupService in org.dspace.app.mediafilter
Fields in org.dspace.app.mediafilter declared as GroupService Modifier and Type Field Description protected GroupServiceMediaFilterServiceImpl. groupService -
Uses of GroupService in org.dspace.authenticate
Fields in org.dspace.authenticate declared as GroupService Modifier and Type Field Description protected GroupServiceIPAuthentication. groupServiceprotected GroupServiceLDAPAuthentication. groupServiceprotected GroupServiceShibAuthentication. groupServiceprotected GroupServiceX509Authentication. groupService -
Uses of GroupService in org.dspace.authorize
Fields in org.dspace.authorize declared as GroupService Modifier and Type Field Description protected GroupServiceAuthorizeServiceImpl. groupService -
Uses of GroupService in org.dspace.content
Fields in org.dspace.content declared as GroupService Modifier and Type Field Description protected GroupServiceCollectionServiceImpl. groupServiceprotected GroupServiceCommunityServiceImpl. groupServiceprotected GroupServiceEntityTypeServiceImpl. groupService -
Uses of GroupService in org.dspace.content.crosswalk
Fields in org.dspace.content.crosswalk declared as GroupService Modifier and Type Field Description protected GroupServiceMETSRightsCrosswalk. groupService -
Uses of GroupService in org.dspace.content.packager
Fields in org.dspace.content.packager declared as GroupService Modifier and Type Field Description protected GroupServiceRoleDisseminator. groupServiceprotected GroupServiceRoleIngester. groupService -
Uses of GroupService in org.dspace.curate
Fields in org.dspace.curate declared as GroupService Modifier and Type Field Description protected GroupServiceXmlWorkflowCuratorServiceImpl. groupService -
Uses of GroupService in org.dspace.discovery
Fields in org.dspace.discovery declared as GroupService Modifier and Type Field Description protected GroupServiceSolrServiceImpl. groupServiceprotected GroupServiceSolrServiceResourceRestrictionPlugin. groupServiceprotected GroupServiceSolrServiceWorkspaceWorkflowRestrictionPlugin. groupService -
Uses of GroupService in org.dspace.discovery.indexobject
Fields in org.dspace.discovery.indexobject declared as GroupService Modifier and Type Field Description protected GroupServiceMetadataFieldIndexFactoryImpl. groupService -
Uses of GroupService in org.dspace.eperson
Classes in org.dspace.eperson that implement GroupService Modifier and Type Class Description classGroupServiceImplService implementation for the Group object.Fields in org.dspace.eperson declared as GroupService Modifier and Type Field Description protected GroupServiceEPersonServiceImpl. groupService -
Uses of GroupService in org.dspace.eperson.factory
Methods in org.dspace.eperson.factory that return GroupService Modifier and Type Method Description abstract GroupServiceEPersonServiceFactory. getGroupService()GroupServiceEPersonServiceFactoryImpl. getGroupService() -
Uses of GroupService in org.dspace.storage.rdbms
Fields in org.dspace.storage.rdbms declared as GroupService Modifier and Type Field Description protected GroupServiceGroupServiceInitializer. groupService -
Uses of GroupService in org.dspace.util
Fields in org.dspace.util declared as GroupService Modifier and Type Field Description protected GroupServiceSolrUpgradePre6xStatistics. groupService -
Uses of GroupService in org.dspace.xmlworkflow
Fields in org.dspace.xmlworkflow declared as GroupService Modifier and Type Field Description protected GroupServiceRoleMembers. groupServiceprotected static GroupServiceWorkflowUtils. groupServiceprotected GroupServiceXmlWorkflowServiceImpl. groupService -
Uses of GroupService in org.dspace.xmlworkflow.state.actions.userassignment
Fields in org.dspace.xmlworkflow.state.actions.userassignment declared as GroupService Modifier and Type Field Description protected GroupServiceAutoAssignAction. groupService -
Uses of GroupService in org.dspace.xmlworkflow.storedcomponents
Fields in org.dspace.xmlworkflow.storedcomponents declared as GroupService Modifier and Type Field Description protected GroupServicePoolTaskServiceImpl. groupService
-