Uses of Interface
org.dspace.content.service.DSpaceObjectService
Packages that use DSpaceObjectService
Package
Description
Provides an API for reading and manipulating content in the DSpace system.
Provides classes representing e-people and groups of e-people.
-
Uses of DSpaceObjectService in org.dspace.content
Classes in org.dspace.content that implement DSpaceObjectServiceModifier and TypeClassDescriptionclassService implementation for the Bitstream object.classService implementation for the Bundle object.classService implementation for the Collection object.classService implementation for the Community object.classDSpaceObjectServiceImpl<T extends DSpaceObject>Service implementation class for the DSpaceObject.classService implementation for the Item object.classService implementation for the Site object. -
Uses of DSpaceObjectService in org.dspace.content.factory
Methods in org.dspace.content.factory that return DSpaceObjectServiceModifier and TypeMethodDescription<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 DSpaceObjectServiceModifier and TypeMethodDescriptionabstract 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.serviceModifier and TypeInterfaceDescriptioninterfaceService interface class for the Bitstream object.interfaceService interface class for the Bundle object.interfaceService interface class for the Collection object.interfaceService interface class for the Community object.interfaceService interface class for the Item object.interfaceService interface class for the Site object. -
Uses of DSpaceObjectService in org.dspace.eperson
Classes in org.dspace.eperson that implement DSpaceObjectServiceModifier and TypeClassDescriptionclassService implementation for the EPerson object.classService implementation for the Group object. -
Uses of DSpaceObjectService in org.dspace.eperson.service
Subinterfaces of DSpaceObjectService in org.dspace.eperson.serviceModifier and TypeInterfaceDescriptioninterfaceService interface class for the EPerson object.interfaceService interface class for the Group object.