Uses of Interface
org.alfresco.service.cmr.repository.ContentService
Packages that use ContentService
Package
Description
The Alfesco filesystem to repository translation layer
Provides the implementation of the transfer service which can be used to
transfer nodes from one repository to another.
Provides the implementation of the client side transfer report which records details of a transfer.
Provides the public facing interfaces of the Services of the Alfresco Repository.
-
Uses of ContentService in org.alfresco.email.server.handler
Methods in org.alfresco.email.server.handler that return ContentServiceModifier and TypeMethodDescriptionprotected ContentServiceAbstractEmailMessageHandler.getContentService()Methods in org.alfresco.email.server.handler with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidAbstractEmailMessageHandler.setContentService(ContentService contentService) -
Uses of ContentService in org.alfresco.filesys.repo
Methods in org.alfresco.filesys.repo that return ContentServiceModifier and TypeMethodDescriptionfinal ContentServiceContentDiskDriver.getContentService()Return the content servicefinal ContentServiceContentDiskDriver2.getContentService()Return the content serviceContentQuotaManager.getContentService()Methods in org.alfresco.filesys.repo with parameters of type ContentServiceModifier and TypeMethodDescriptionstatic ContentNetworkFileContentNetworkFile.createFile(NodeService nodeService, ContentService contentService, MimetypeService mimetypeService, CifsHelper cifsHelper, NodeRef nodeRef, String path, boolean readOnly, boolean attributesOnly, org.alfresco.jlan.server.SrvSession sess) Helper method to create anetwork filegiven a node reference.voidContentDiskDriver.setContentService(ContentService contentService) voidContentDiskDriver2.setContentService(ContentService contentService) voidContentQuotaManager.setContentService(ContentService contentService) Constructors in org.alfresco.filesys.repo with parameters of type ContentServiceModifierConstructorDescriptionprotectedContentNetworkFile(NodeService nodeService, ContentService contentService, MimetypeService mimetypeService, NodeRef nodeRef, String name) Class constructorprotectedMSOfficeContentNetworkFile(NodeService nodeService, ContentService contentService, MimetypeService mimetypeService, NodeRef nodeRef, String name) Class constructorprotectedOpenOfficeContentNetworkFile(NodeService nodeService, ContentService contentService, MimetypeService mimetypeService, NodeRef nodeRef, String name) Class constructor -
Uses of ContentService in org.alfresco.opencmis
Methods in org.alfresco.opencmis that return ContentServiceMethods in org.alfresco.opencmis with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidCMISConnector.setContentService(ContentService contentService) Sets the content service.Constructors in org.alfresco.opencmis with parameters of type ContentServiceModifierConstructorDescriptionCMISRenditionMapping(NodeService nodeService, ContentService contentService, RenditionService renditionService, TransactionService transactionService, Map<String, List<String>> renditionKinds) Deprecated. -
Uses of ContentService in org.alfresco.repo.action.evaluator
Fields in org.alfresco.repo.action.evaluator declared as ContentServiceModifier and TypeFieldDescriptionprotected ContentServiceComparePropertyValueEvaluator.contentServiceThe content serviceMethods in org.alfresco.repo.action.evaluator with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidComparePropertyValueEvaluator.setContentService(ContentService contentService) Set the content service -
Uses of ContentService in org.alfresco.repo.action.executer
Methods in org.alfresco.repo.action.executer with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidContentMetadataEmbedder.setContentService(ContentService contentService) voidContentMetadataExtracter.setContentService(ContentService contentService) voidExporterActionExecuter.setContentService(ContentService contentService) Sets the ContentService to usevoidImporterActionExecuter.setContentService(ContentService contentService) Sets the ContentService to usevoidTransformActionExecuter.setContentService(ContentService contentService) Deprecated.Set the content service -
Uses of ContentService in org.alfresco.repo.activities.feed.local
Methods in org.alfresco.repo.activities.feed.local with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidLocalFeedTaskProcessor.setContentService(ContentService contentService) -
Uses of ContentService in org.alfresco.repo.admin
Methods in org.alfresco.repo.admin with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidConfigurationChecker.setContentService(ContentService contentService) voidRepoAdminServiceImpl.setContentService(ContentService contentService) -
Uses of ContentService in org.alfresco.repo.admin.patch.impl
Fields in org.alfresco.repo.admin.patch.impl declared as ContentServiceModifier and TypeFieldDescriptionprotected ContentServiceFixTemplatePatch.contentServiceprotected ContentServiceGenericEMailTemplateUpdatePatch.contentServiceContent serviceMethods in org.alfresco.repo.admin.patch.impl with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidFixTemplatePatch.setContentService(ContentService contentService) voidGenericEMailTemplateUpdatePatch.setContentService(ContentService contentService) voidUpdateAuditTemplatePatch.setContentService(ContentService contentService) -
Uses of ContentService in org.alfresco.repo.blog
Methods in org.alfresco.repo.blog with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidBlogServiceImpl.setContentService(ContentService contentService) -
Uses of ContentService in org.alfresco.repo.content
Classes in org.alfresco.repo.content that implement ContentServiceModifier and TypeClassDescriptionclassService implementation acting as a level of indirection between the client and the underlying content store.classDeprecated. -
Uses of ContentService in org.alfresco.repo.content.cleanup
Methods in org.alfresco.repo.content.cleanup with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidContentStoreCleaner.setContentService(ContentService contentService) -
Uses of ContentService in org.alfresco.repo.content.metadata
Methods in org.alfresco.repo.content.metadata with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidAsynchronousExtractor.setContentService(ContentService contentService) -
Uses of ContentService in org.alfresco.repo.content.transform
Methods in org.alfresco.repo.content.transform with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidAdminUiTransformerDebug.setContentService(ContentService contentService) -
Uses of ContentService in org.alfresco.repo.descriptor
Methods in org.alfresco.repo.descriptor with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidRepositoryDescriptorDAOImpl.setContentService(ContentService contentService) Sets the content service. -
Uses of ContentService in org.alfresco.repo.dictionary
Methods in org.alfresco.repo.dictionary with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidCustomModelServiceImpl.setContentService(ContentService contentService) voidDictionaryModelType.setContentService(ContentService contentService) Set the content servicevoidDictionaryRepositoryBootstrap.setContentService(ContentService contentService) Set the content serviceConstructors in org.alfresco.repo.dictionary with parameters of type ContentServiceModifierConstructorDescriptionDictionaryModelTypeTransactionListener(NodeService nodeService, ContentService contentService) -
Uses of ContentService in org.alfresco.repo.discussion
Methods in org.alfresco.repo.discussion with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidDiscussionServiceImpl.setContentService(ContentService contentService) -
Uses of ContentService in org.alfresco.repo.domain.audit
Methods in org.alfresco.repo.domain.audit with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidAbstractAuditDAOImpl.setContentService(ContentService contentService) -
Uses of ContentService in org.alfresco.repo.download
Methods in org.alfresco.repo.download with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidLocalContentServiceHelper.setContentService(ContentService contentService) -
Uses of ContentService in org.alfresco.repo.exporter
Methods in org.alfresco.repo.exporter with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidExporterComponent.setContentService(ContentService contentService) -
Uses of ContentService in org.alfresco.repo.forms.processor.node
Fields in org.alfresco.repo.forms.processor.node declared as ContentServiceModifier and TypeFieldDescriptionprotected ContentServiceContentModelFormProcessor.contentServiceMethods in org.alfresco.repo.forms.processor.node with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidContentModelFormProcessor.setContentService(ContentService contentService) Sets the content service -
Uses of ContentService in org.alfresco.repo.forum
Methods in org.alfresco.repo.forum with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidCommentServiceImpl.setContentService(ContentService contentService) -
Uses of ContentService in org.alfresco.repo.i18n
Methods in org.alfresco.repo.i18n with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidMessageServiceImpl.setContentService(ContentService contentService) -
Uses of ContentService in org.alfresco.repo.importer
Methods in org.alfresco.repo.importer with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidDefaultImporterContentCache.setContentService(ContentService service) protected voidFileImporterImpl.setContentService(ContentService contentService) voidImporterComponent.setContentService(ContentService contentService) -
Uses of ContentService in org.alfresco.repo.jscript.app
Fields in org.alfresco.repo.jscript.app declared as ContentServiceMethods in org.alfresco.repo.jscript.app with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidJSONConversionComponent.setContentService(ContentService contentService) -
Uses of ContentService in org.alfresco.repo.links
Methods in org.alfresco.repo.links with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidLinksServiceImpl.setContentService(ContentService contentService) -
Uses of ContentService in org.alfresco.repo.model.filefolder
Methods in org.alfresco.repo.model.filefolder that return ContentServiceMethods in org.alfresco.repo.model.filefolder with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidFileFolderServiceImpl.setContentService(ContentService contentService) voidFilenameFilteringInterceptor.setContentService(ContentService contentService) Constructors in org.alfresco.repo.model.filefolder with parameters of type ContentServiceModifierConstructorDescriptionFileFolderLoader(RepositoryState repoState, TransactionService transactionService, Repository repositoryHelper, FileFolderService fileFolderService, NodeService nodeService, ContentService contentService, BehaviourFilter policyBehaviourFilter) -
Uses of ContentService in org.alfresco.repo.model.ml
Methods in org.alfresco.repo.model.ml with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidMLContentInterceptor.setContentService(ContentService directContentService) -
Uses of ContentService in org.alfresco.repo.preference
Methods in org.alfresco.repo.preference with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidPreferenceServiceImpl.setContentService(ContentService contentService) -
Uses of ContentService in org.alfresco.repo.remote
Methods in org.alfresco.repo.remote with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidRepoRemoteService.setContentService(ContentService service) Set the ContentService instance. -
Uses of ContentService in org.alfresco.repo.rendition.executer
Fields in org.alfresco.repo.rendition.executer declared as ContentServiceModifier and TypeFieldDescriptionprotected ContentServiceAbstractRenderingEngine.contentServiceDeprecated.Methods in org.alfresco.repo.rendition.executer with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidAbstractRenderingEngine.setContentService(ContentService contentService) Deprecated.Set the content servicevoidXSLTFunctions.setContentService(ContentService contentService) Deprecated. -
Uses of ContentService in org.alfresco.repo.rendition2
Methods in org.alfresco.repo.rendition2 with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidLocalSynchronousTransformClient.setContentService(ContentService contentService) voidLocalTransformClient.setContentService(ContentService contentService) voidRenditionService2Impl.setContentService(ContentService contentService) -
Uses of ContentService in org.alfresco.repo.rule.ruletrigger
Fields in org.alfresco.repo.rule.ruletrigger declared as ContentServiceMethods in org.alfresco.repo.rule.ruletrigger with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidRuleTriggerAbstractBase.setContentService(ContentService contentService) Set the content service -
Uses of ContentService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return ContentService -
Uses of ContentService in org.alfresco.repo.tagging
Methods in org.alfresco.repo.tagging with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidRefreshTagScopeActionExecuter.setContentService(ContentService contentService) Set the content servicevoidTaggingServiceImpl.setContentService(ContentService contentService) Set the content servicevoidTagScopePropertyMethodInterceptor.setContentService(ContentService contentService) voidUpdateTagScopesActionExecuter.setContentService(ContentService contentService) Set the content service -
Uses of ContentService in org.alfresco.repo.template
Constructors in org.alfresco.repo.template with parameters of type ContentServiceModifierConstructorDescriptionClassPathRepoTemplateLoader(NodeService nodeService, ContentService contentService, String encoding) -
Uses of ContentService in org.alfresco.repo.transfer
Methods in org.alfresco.repo.transfer that return ContentServiceMethods in org.alfresco.repo.transfer with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidDefaultManifestProcessorFactoryImpl.setContentService(ContentService contentService) voidHttpClientTransmitterImpl.setContentService(ContentService contentService) voidRepoPrimaryManifestProcessorImpl.setContentService(ContentService contentService) voidRepoTransferProgressMonitorImpl.setContentService(ContentService contentService) voidTransferSummaryReportImpl.setContentService(ContentService contentService) Constructors in org.alfresco.repo.transfer with parameters of type ContentServiceModifierConstructorDescriptionContentDataPart(ContentService contentService, String partName, ContentData data) ContentDataPart -
Uses of ContentService in org.alfresco.repo.transfer.report
Methods in org.alfresco.repo.transfer.report that return ContentServiceMethods in org.alfresco.repo.transfer.report with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidTransferReporterImpl.setContentService(ContentService contentService) -
Uses of ContentService in org.alfresco.repo.virtual
Methods in org.alfresco.repo.virtual that return ContentServiceModifier and TypeMethodDescriptionAlfrescoAPIFacet.getContentService()CoreAPIFacet.getContentService()PublicAPIFacet.getContentService()Methods in org.alfresco.repo.virtual with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidCoreAPIFacet.setContentService(ContentService contentService) -
Uses of ContentService in org.alfresco.repo.workflow
Methods in org.alfresco.repo.workflow with parameters of type ContentServiceModifier and TypeMethodDescriptionvoidWorkflowServiceImpl.setContentService(ContentService contentService) Sets the Content Service -
Uses of ContentService in org.alfresco.service
Methods in org.alfresco.service that return ContentService -
Uses of ContentService in org.alfresco.util
Methods in org.alfresco.util with parameters of type ContentServiceModifier and TypeMethodDescriptionstatic DocumentXMLUtil.parse(NodeRef nodeRef, ContentService contentService) utility function for parsing xml
ContentServiceImpl