Uses of Interface
org.dspace.content.service.DSpaceObjectLegacySupportService
-
Packages that use DSpaceObjectLegacySupportService 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 DSpaceObjectLegacySupportService in org.dspace.content
Classes in org.dspace.content that implement DSpaceObjectLegacySupportService 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.classItemServiceImplService implementation for the Item object. -
Uses of DSpaceObjectLegacySupportService in org.dspace.content.factory
Methods in org.dspace.content.factory that return DSpaceObjectLegacySupportService Modifier and Type Method Description DSpaceObjectLegacySupportService<? extends DSpaceObject>ContentServiceFactory. getDSpaceLegacyObjectService(int type)Methods in org.dspace.content.factory that return types with arguments of type DSpaceObjectLegacySupportService Modifier and Type Method Description abstract List<DSpaceObjectLegacySupportService<? extends DSpaceObject>>ContentServiceFactory. getDSpaceObjectLegacySupportServices()List<DSpaceObjectLegacySupportService<? extends DSpaceObject>>ContentServiceFactoryImpl. getDSpaceObjectLegacySupportServices() -
Uses of DSpaceObjectLegacySupportService in org.dspace.content.service
Subinterfaces of DSpaceObjectLegacySupportService 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. -
Uses of DSpaceObjectLegacySupportService in org.dspace.eperson
Classes in org.dspace.eperson that implement DSpaceObjectLegacySupportService Modifier and Type Class Description classEPersonServiceImplService implementation for the EPerson object.classGroupServiceImplService implementation for the Group object. -
Uses of DSpaceObjectLegacySupportService in org.dspace.eperson.service
Subinterfaces of DSpaceObjectLegacySupportService in org.dspace.eperson.service Modifier and Type Interface Description interfaceEPersonServiceService interface class for the EPerson object.interfaceGroupServiceService interface class for the Group object.
-