Uses of Interface
org.alfresco.service.descriptor.DescriptorService
Packages that use DescriptorService
Package
Description
Provides the implementation of the transfer service which can be used to transfer nodes from one repository to another.
Provides the public facing interfaces of the Services of the Alfresco Repository.
-
Uses of DescriptorService in org.alfresco.opencmis
Methods in org.alfresco.opencmis that return DescriptorServiceMethods in org.alfresco.opencmis with parameters of type DescriptorServiceModifier and TypeMethodDescriptionvoidCMISConnector.setDescriptorService(DescriptorService descriptorService) Sets the descriptor service. -
Uses of DescriptorService in org.alfresco.repo.admin.patch
Methods in org.alfresco.repo.admin.patch with parameters of type DescriptorServiceModifier and TypeMethodDescriptionvoidOptionalPatchApplicationCheckBootstrapBean.setDescriptorService(DescriptorService descriptorService) voidPatchServiceImpl.setDescriptorService(DescriptorService descriptorService) -
Uses of DescriptorService in org.alfresco.repo.admin.patch.impl
Methods in org.alfresco.repo.admin.patch.impl with parameters of type DescriptorServiceModifier and TypeMethodDescriptionvoidSiteLoadPatch.setDescriptorService(DescriptorService descriptorService) -
Uses of DescriptorService in org.alfresco.repo.descriptor
Classes in org.alfresco.repo.descriptor that implement DescriptorServiceModifier and TypeClassDescriptionclassImplementation of Descriptor Service.Methods in org.alfresco.repo.descriptor that return DescriptorServiceModifier and TypeMethodDescriptionDescriptorServiceAvailableEvent.getDescriptorService()Gets the descriptor service that raised the event.Methods in org.alfresco.repo.descriptor with parameters of type DescriptorServiceModifier and TypeMethodDescriptionvoidDescriptorStartupLog.setDescriptorService(DescriptorService descriptorService) Constructors in org.alfresco.repo.descriptor with parameters of type DescriptorServiceModifierConstructorDescriptionThe Constructor. -
Uses of DescriptorService in org.alfresco.repo.domain.schema
Methods in org.alfresco.repo.domain.schema with parameters of type DescriptorServiceModifier and TypeMethodDescriptionvoidSchemaBootstrap.setDescriptorService(DescriptorService descriptorService) Provide a reference to the DescriptorService, used to provide information about the repository such as the database schema version number. -
Uses of DescriptorService in org.alfresco.repo.event2
Methods in org.alfresco.repo.event2 with parameters of type DescriptorServiceModifier and TypeMethodDescriptionvoidEventGenerator.setDescriptorService(DescriptorService descriptorService) -
Uses of DescriptorService in org.alfresco.repo.exporter
Methods in org.alfresco.repo.exporter with parameters of type DescriptorServiceModifier and TypeMethodDescriptionvoidExporterComponent.setDescriptorService(DescriptorService descriptorService) -
Uses of DescriptorService in org.alfresco.repo.module
Methods in org.alfresco.repo.module with parameters of type DescriptorServiceModifier and TypeMethodDescriptionvoidModuleComponentHelper.setDescriptorService(DescriptorService descriptorService) voidModuleServiceImpl.setDescriptorService(DescriptorService descriptorService) -
Uses of DescriptorService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return DescriptorService -
Uses of DescriptorService in org.alfresco.repo.tenant
Methods in org.alfresco.repo.tenant with parameters of type DescriptorServiceModifier and TypeMethodDescriptionvoidMultiTenantBootstrap.setDescriptorService(DescriptorService descriptorService) -
Uses of DescriptorService in org.alfresco.repo.transfer
Methods in org.alfresco.repo.transfer that return DescriptorServiceModifier and TypeMethodDescriptionAlienProcessorImpl.getDescriptorService()RepoTransferReceiverImpl.getDescriptorService()Methods in org.alfresco.repo.transfer with parameters of type DescriptorServiceModifier and TypeMethodDescriptionvoidAlienProcessorImpl.setDescriptorService(DescriptorService descriptorService) voidRepoTransferReceiverImpl.setDescriptorService(DescriptorService descriptorService) voidTransferServiceImpl2.setDescriptorService(DescriptorService descriptorService) -
Uses of DescriptorService in org.alfresco.service
Methods in org.alfresco.service that return DescriptorServiceModifier and TypeMethodDescriptionServiceRegistry.getDescriptorService()Deprecated.This method has been deprecated as it would return a service that is not part of the public API. -
Uses of DescriptorService in org.alfresco.util.schemacomp
Constructors in org.alfresco.util.schemacomp with parameters of type DescriptorServiceModifierConstructorDescriptionExportDb(DataSource dataSource, Dialect dialect, DescriptorService descriptorService, DatabaseMetaDataHelper databaseMetaDataHelper) Create a new instance of the tool within the context of an existing database connection