Uses of Interface
org.alfresco.service.descriptor.DescriptorService
-
Packages that use DescriptorService Package Description org.alfresco.opencmis org.alfresco.repo.admin.patch org.alfresco.repo.admin.patch.impl org.alfresco.repo.content.transform org.alfresco.repo.descriptor org.alfresco.repo.domain.schema org.alfresco.repo.exporter org.alfresco.repo.module org.alfresco.repo.service org.alfresco.repo.tenant org.alfresco.repo.transfer Provides the implementation of the transfer service which can be used to transfer nodes from one repository to another.org.alfresco.service Provides the public facing interfaces of the Services of the Alfresco Repository.org.alfresco.util.schemacomp -
-
Uses of DescriptorService in org.alfresco.opencmis
Methods in org.alfresco.opencmis that return DescriptorService Modifier and Type Method Description DescriptorServiceCMISConnector. getDescriptorService()Methods in org.alfresco.opencmis with parameters of type DescriptorService Modifier and Type Method Description voidCMISConnector. 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 DescriptorService Modifier and Type Method Description voidOptionalPatchApplicationCheckBootstrapBean. 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 DescriptorService Modifier and Type Method Description voidSiteLoadPatch. setDescriptorService(DescriptorService descriptorService) -
Uses of DescriptorService in org.alfresco.repo.content.transform
Methods in org.alfresco.repo.content.transform with parameters of type DescriptorService Modifier and Type Method Description voidTransformerConfigImpl. setDescriptorService(DescriptorService descriptorService)Deprecated.Constructors in org.alfresco.repo.content.transform with parameters of type DescriptorService Constructor Description TransformerConfigDynamicTransformers(TransformerConfig transformerConfig, TransformerProperties transformerProperties, org.alfresco.service.cmr.repository.MimetypeService mimetypeService, ContentService contentService, ContentTransformerRegistry transformerRegistry, TransformerDebug transformerDebug, ModuleService moduleService, DescriptorService descriptorService, java.util.Properties globalProperties)Deprecated. -
Uses of DescriptorService in org.alfresco.repo.descriptor
Classes in org.alfresco.repo.descriptor that implement DescriptorService Modifier and Type Class Description classDescriptorServiceImplImplementation of Descriptor Service.Methods in org.alfresco.repo.descriptor that return DescriptorService Modifier and Type Method Description DescriptorServiceDescriptorServiceAvailableEvent. getDescriptorService()Gets the descriptor service that raised the event.Methods in org.alfresco.repo.descriptor with parameters of type DescriptorService Modifier and Type Method Description voidDescriptorStartupLog. setDescriptorService(DescriptorService descriptorService)Constructors in org.alfresco.repo.descriptor with parameters of type DescriptorService Constructor Description DescriptorServiceAvailableEvent(DescriptorService source)The Constructor. -
Uses of DescriptorService in org.alfresco.repo.domain.schema
Methods in org.alfresco.repo.domain.schema with parameters of type DescriptorService Modifier and Type Method Description voidSchemaBootstrap. 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.exporter
Methods in org.alfresco.repo.exporter with parameters of type DescriptorService Modifier and Type Method Description voidExporterComponent. setDescriptorService(DescriptorService descriptorService) -
Uses of DescriptorService in org.alfresco.repo.module
Methods in org.alfresco.repo.module with parameters of type DescriptorService Modifier and Type Method Description voidModuleComponentHelper. setDescriptorService(DescriptorService descriptorService)voidModuleServiceImpl. setDescriptorService(DescriptorService descriptorService) -
Uses of DescriptorService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return DescriptorService Modifier and Type Method Description DescriptorServiceServiceDescriptorRegistry. getDescriptorService() -
Uses of DescriptorService in org.alfresco.repo.tenant
Methods in org.alfresco.repo.tenant with parameters of type DescriptorService Modifier and Type Method Description voidMultiTenantBootstrap. setDescriptorService(DescriptorService descriptorService) -
Uses of DescriptorService in org.alfresco.repo.transfer
Methods in org.alfresco.repo.transfer that return DescriptorService Modifier and Type Method Description DescriptorServiceAlienProcessorImpl. getDescriptorService()DescriptorServiceRepoTransferReceiverImpl. getDescriptorService()Methods in org.alfresco.repo.transfer with parameters of type DescriptorService Modifier and Type Method Description voidAlienProcessorImpl. 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 DescriptorService Modifier and Type Method Description DescriptorServiceServiceRegistry. 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 DescriptorService Constructor Description ExportDb(javax.sql.DataSource dataSource, Dialect dialect, DescriptorService descriptorService, DatabaseMetaDataHelper databaseMetaDataHelper)Create a new instance of the tool within the context of an existing database connection
-