Uses of Interface
org.alfresco.service.cmr.tagging.TaggingService
Packages that use TaggingService
Package
Description
Provides the implementation of the site service which is used to provide services used by the sites of the Share interface.
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 TaggingService in org.alfresco.repo.action.evaluator
Methods in org.alfresco.repo.action.evaluator with parameters of type TaggingServiceModifier and TypeMethodDescriptionvoidHasTagEvaluator.setTaggingService(TaggingService taggingService) Set tagging service -
Uses of TaggingService in org.alfresco.repo.action.executer
Methods in org.alfresco.repo.action.executer with parameters of type TaggingServiceModifier and TypeMethodDescriptionstatic voidContentMetadataExtracter.addExtractedMetadataToNode(NodeRef actionedUponNodeRef, Map<QName, Serializable> nodeProperties, Map<QName, Serializable> modifiedProperties, NodeService nodeService, DictionaryService dictionaryService, TaggingService taggingService, boolean enableStringTagging, boolean carryAspectProperties, List<String> stringTaggingSeparators) voidContentMetadataExtracter.setTaggingService(TaggingService taggingService) -
Uses of TaggingService in org.alfresco.repo.blog
Methods in org.alfresco.repo.blog with parameters of type TaggingServiceModifier and TypeMethodDescriptionvoidBlogServiceImpl.setTaggingService(TaggingService taggingService) -
Uses of TaggingService in org.alfresco.repo.calendar
Methods in org.alfresco.repo.calendar with parameters of type TaggingServiceModifier and TypeMethodDescriptionvoidCalendarServiceImpl.setTaggingService(TaggingService taggingService) -
Uses of TaggingService in org.alfresco.repo.calendar.cannedqueries
Fields in org.alfresco.repo.calendar.cannedqueries declared as TaggingServiceModifier and TypeFieldDescriptionprotected TaggingServiceGetCalendarEntriesCannedQueryFactory.taggingServiceMethods in org.alfresco.repo.calendar.cannedqueries with parameters of type TaggingServiceModifier and TypeMethodDescriptionvoidGetCalendarEntriesCannedQueryFactory.setTaggingService(TaggingService taggingService) Constructors in org.alfresco.repo.calendar.cannedqueries with parameters of type TaggingServiceModifierConstructorDescriptionGetCalendarEntriesCannedQuery(CannedQueryDAO cannedQueryDAO, NodeService nodeService, TaggingService taggingService, MethodSecurityBean<CalendarEntry> methodSecurity, org.alfresco.query.CannedQueryParameters params) -
Uses of TaggingService in org.alfresco.repo.content.metadata
Methods in org.alfresco.repo.content.metadata with parameters of type TaggingServiceModifier and TypeMethodDescriptionvoidAsynchronousExtractor.setTaggingService(TaggingService taggingService) -
Uses of TaggingService in org.alfresco.repo.discussion
Methods in org.alfresco.repo.discussion with parameters of type TaggingServiceModifier and TypeMethodDescriptionvoidDiscussionServiceImpl.setTaggingService(TaggingService taggingService) -
Uses of TaggingService in org.alfresco.repo.links
Methods in org.alfresco.repo.links with parameters of type TaggingServiceModifier and TypeMethodDescriptionvoidLinksServiceImpl.setTaggingService(TaggingService taggingService) -
Uses of TaggingService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return TaggingService -
Uses of TaggingService in org.alfresco.repo.site
Methods in org.alfresco.repo.site with parameters of type TaggingServiceModifier and TypeMethodDescriptionstatic NodeRefSiteServiceImpl.getSiteContainer(String siteShortName, String componentName, boolean create, SiteService siteService, TransactionService transactionService, TaggingService taggingService) Helper method to create a container if missing, and mark it as a tag scope if it isn't already onevoidSiteServiceImpl.setTaggingService(TaggingService taggingService) Set the tagging service -
Uses of TaggingService in org.alfresco.repo.tagging
Classes in org.alfresco.repo.tagging that implement TaggingServiceMethods in org.alfresco.repo.tagging with parameters of type TaggingServiceModifier and TypeMethodDescriptionvoidRefreshTagScopeActionExecuter.setTaggingService(TaggingService taggingService) Set the tagging servicevoidUpdateTagScopesActionExecuter.setTaggingService(TaggingService taggingService) Set the tagging service -
Uses of TaggingService in org.alfresco.repo.tagging.script
Constructors in org.alfresco.repo.tagging.script with parameters of type TaggingServiceModifierConstructorDescriptionTagScope(TaggingService taggingService, TagScope tagScopeImpl) Constructor -
Uses of TaggingService in org.alfresco.repo.transfer
Methods in org.alfresco.repo.transfer that return TaggingServiceModifier and TypeMethodDescriptionDefaultManifestProcessorFactoryImpl.getTaggingService()RepoPrimaryManifestProcessorImpl.getTaggingService()Methods in org.alfresco.repo.transfer with parameters of type TaggingServiceModifier and TypeMethodDescriptionvoidDefaultManifestProcessorFactoryImpl.setTaggingService(TaggingService taggingService) voidRepoPrimaryManifestProcessorImpl.setTaggingService(TaggingService taggingService) -
Uses of TaggingService in org.alfresco.service
Methods in org.alfresco.service that return TaggingService