Uses of Interface
org.alfresco.service.cmr.version.VersionService
-
Packages that use VersionService Package Description org.alfresco.opencmis org.alfresco.repo.action.evaluator org.alfresco.repo.action.executer org.alfresco.repo.bulkimport.impl org.alfresco.repo.coci org.alfresco.repo.importer org.alfresco.repo.model.ml org.alfresco.repo.service org.alfresco.repo.version org.alfresco.repo.version.traitextender org.alfresco.repo.virtual.bundle org.alfresco.service Provides the public facing interfaces of the Services of the Alfresco Repository. -
-
Uses of VersionService in org.alfresco.opencmis
Methods in org.alfresco.opencmis that return VersionService Modifier and Type Method Description VersionServiceCMISConnector. getVersionService()Methods in org.alfresco.opencmis with parameters of type VersionService Modifier and Type Method Description voidCMISConnector. setVersionService(VersionService versionService)Sets the version service. -
Uses of VersionService in org.alfresco.repo.action.evaluator
Methods in org.alfresco.repo.action.evaluator with parameters of type VersionService Modifier and Type Method Description voidHasVersionHistoryEvaluator. setVersionService(VersionService versionService) -
Uses of VersionService in org.alfresco.repo.action.executer
Fields in org.alfresco.repo.action.executer declared as VersionService Modifier and Type Field Description VersionServiceCreateVersionActionExecuter. versionServiceVersion serviceMethods in org.alfresco.repo.action.executer with parameters of type VersionService Modifier and Type Method Description voidCreateVersionActionExecuter. setVersionService(VersionService versionService)Set version service -
Uses of VersionService in org.alfresco.repo.bulkimport.impl
Fields in org.alfresco.repo.bulkimport.impl declared as VersionService Modifier and Type Field Description protected VersionServiceAbstractNodeImporter. versionServiceprotected VersionServiceAbstractNodeImporterFactory. versionServiceMethods in org.alfresco.repo.bulkimport.impl with parameters of type VersionService Modifier and Type Method Description voidAbstractNodeImporter. setVersionService(VersionService versionService)voidAbstractNodeImporterFactory. setVersionService(VersionService versionService) -
Uses of VersionService in org.alfresco.repo.coci
Methods in org.alfresco.repo.coci with parameters of type VersionService Modifier and Type Method Description voidCheckOutCheckInServiceImpl. setVersionService(VersionService versionService)Set the version service -
Uses of VersionService in org.alfresco.repo.importer
Methods in org.alfresco.repo.importer with parameters of type VersionService Modifier and Type Method Description voidImporterComponent. setVersionService(VersionService versionService) -
Uses of VersionService in org.alfresco.repo.model.ml
Methods in org.alfresco.repo.model.ml with parameters of type VersionService Modifier and Type Method Description voidEditionServiceImpl. setVersionService(VersionService versionService)voidMultilingualContentServiceImpl. setVersionService(VersionService versionService) -
Uses of VersionService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return VersionService Modifier and Type Method Description VersionServiceServiceDescriptorRegistry. getVersionService() -
Uses of VersionService in org.alfresco.repo.version
Classes in org.alfresco.repo.version that implement VersionService Modifier and Type Class Description classVersion2ServiceImplVersion2 Service - implements version2Store (a lighter implementation of the lightWeightVersionStore)classVersionServiceImplVersion1 Service - implements lightWeightVersionStoreMethods in org.alfresco.repo.version that return VersionService Modifier and Type Method Description VersionServiceVersionServiceVersionLabelRegistrationBean. getVersionService()Methods in org.alfresco.repo.version with parameters of type VersionService Modifier and Type Method Description voidVersionableAspect. setVersionService(VersionService versionService)Set the version servicevoidVersionServiceVersionLabelRegistrationBean. setVersionService(VersionService versionService) -
Uses of VersionService in org.alfresco.repo.version.traitextender
Subinterfaces of VersionService in org.alfresco.repo.version.traitextender Modifier and Type Interface Description interfaceVersionServiceExtensioninterfaceVersionServiceTrait -
Uses of VersionService in org.alfresco.repo.virtual.bundle
Classes in org.alfresco.repo.virtual.bundle that implement VersionService Modifier and Type Class Description classVirtualVersionServiceExtension -
Uses of VersionService in org.alfresco.service
Methods in org.alfresco.service that return VersionService Modifier and Type Method Description VersionServiceServiceRegistry. getVersionService()
-