Uses of Interface
org.dspace.versioning.service.VersioningService
-
Packages that use VersioningService Package Description org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.identifier Providers of durable unique identifiers (Handles, DOIs, etc.).org.dspace.versioning org.dspace.versioning.factory -
-
Uses of VersioningService in org.dspace.content
Fields in org.dspace.content declared as VersioningService Modifier and Type Field Description protected VersioningServiceItemServiceImpl. versioningService -
Uses of VersioningService in org.dspace.identifier
Fields in org.dspace.identifier declared as VersioningService Modifier and Type Field Description protected VersioningServiceVersionedDOIIdentifierProvider. versioningService -
Uses of VersioningService in org.dspace.versioning
Classes in org.dspace.versioning that implement VersioningService Modifier and Type Class Description classVersioningServiceImplFields in org.dspace.versioning declared as VersioningService Modifier and Type Field Description protected VersioningServiceDefaultItemVersionProvider. versioningService -
Uses of VersioningService in org.dspace.versioning.factory
Fields in org.dspace.versioning.factory declared as VersioningService Modifier and Type Field Description protected VersioningServiceVersionServiceFactoryImpl. versionServiceMethods in org.dspace.versioning.factory that return VersioningService Modifier and Type Method Description abstract VersioningServiceVersionServiceFactory. getVersionService()VersioningServiceVersionServiceFactoryImpl. getVersionService()
-