Uses of Interface
org.dspace.content.service.RelationshipService
-
Packages that use RelationshipService Package Description org.dspace.app.bulkedit The DSpace Batch Metadata Editor, which uses a CSV file to export/import item metadata.org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.content.factory -
-
Uses of RelationshipService in org.dspace.app.bulkedit
Fields in org.dspace.app.bulkedit declared as RelationshipService Modifier and Type Field Description protected RelationshipServiceMetadataImport. relationshipService -
Uses of RelationshipService in org.dspace.content
Classes in org.dspace.content that implement RelationshipService Modifier and Type Class Description classRelationshipServiceImplFields in org.dspace.content declared as RelationshipService Modifier and Type Field Description protected RelationshipServiceDSpaceObjectServiceImpl. relationshipServiceprotected RelationshipServiceEntityServiceImpl. relationshipServiceprotected RelationshipServiceItemServiceImpl. relationshipServiceprotected RelationshipServiceRelationshipMetadataServiceImpl. relationshipService -
Uses of RelationshipService in org.dspace.content.factory
Methods in org.dspace.content.factory that return RelationshipService Modifier and Type Method Description abstract RelationshipServiceContentServiceFactory. getRelationshipService()Return the implementation of the RelationshipService interfaceRelationshipServiceContentServiceFactoryImpl. getRelationshipService()
-