Uses of Interface
org.dspace.content.service.DSpaceObjectService
-
Packages that use DSpaceObjectService Package Description org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.content.factory org.dspace.content.service org.dspace.eperson Provides classes representing e-people and groups of e-people.org.dspace.eperson.service -
-
Uses of DSpaceObjectService in org.dspace.content
Classes in org.dspace.content that implement DSpaceObjectService Modifier and Type Class Description classBitstreamServiceImplService implementation for the Bitstream object.classBundleServiceImplService implementation for the Bundle object.classCollectionServiceImplService implementation for the Collection object.classCommunityServiceImplService implementation for the Community object.classDSpaceObjectServiceImpl<T extends DSpaceObject>Service implementation class for the DSpaceObject.classItemServiceImplService implementation for the Item object.classSiteServiceImplService implementation for the Site object. -
Uses of DSpaceObjectService in org.dspace.content.factory
Methods in org.dspace.content.factory that return DSpaceObjectService Modifier and Type Method Description <T extends DSpaceObject>
DSpaceObjectService<T>ContentServiceFactory. getDSpaceObjectService(int type)<T extends DSpaceObject>
DSpaceObjectService<T>ContentServiceFactory. getDSpaceObjectService(T dso)Methods in org.dspace.content.factory that return types with arguments of type DSpaceObjectService Modifier and Type Method Description abstract List<DSpaceObjectService<? extends DSpaceObject>>ContentServiceFactory. getDSpaceObjectServices()List<DSpaceObjectService<? extends DSpaceObject>>ContentServiceFactoryImpl. getDSpaceObjectServices() -
Uses of DSpaceObjectService in org.dspace.content.service
Subinterfaces of DSpaceObjectService in org.dspace.content.service Modifier and Type Interface Description interfaceBitstreamServiceService interface class for the Bitstream object.interfaceBundleServiceService interface class for the Bundle object.interfaceCollectionServiceService interface class for the Collection object.interfaceCommunityServiceService interface class for the Community object.interfaceItemServiceService interface class for the Item object.interfaceSiteServiceService interface class for the Site object. -
Uses of DSpaceObjectService in org.dspace.eperson
Classes in org.dspace.eperson that implement DSpaceObjectService Modifier and Type Class Description classEPersonServiceImplService implementation for the EPerson object.classGroupServiceImplService implementation for the Group object. -
Uses of DSpaceObjectService in org.dspace.eperson.service
Subinterfaces of DSpaceObjectService in org.dspace.eperson.service Modifier and Type Interface Description interfaceEPersonServiceService interface class for the EPerson object.interfaceGroupServiceService interface class for the Group object.
-