Uses of Interface
org.alfresco.service.cmr.tagging.TagScope
-
Packages that use TagScope Package Description org.alfresco.repo.tagging org.alfresco.repo.tagging.script org.alfresco.service.cmr.tagging -
-
Uses of TagScope in org.alfresco.repo.tagging
Classes in org.alfresco.repo.tagging that implement TagScope Modifier and Type Class Description classTagScopeImplTag Scope.Methods in org.alfresco.repo.tagging that return TagScope Modifier and Type Method Description TagScopeTaggingServiceImpl. findTagScope(org.alfresco.service.cmr.repository.NodeRef nodeRef)Methods in org.alfresco.repo.tagging that return types with arguments of type TagScope Modifier and Type Method Description java.util.List<TagScope>TaggingServiceImpl. findAllTagScopes(org.alfresco.service.cmr.repository.NodeRef nodeRef) -
Uses of TagScope in org.alfresco.repo.tagging.script
Constructors in org.alfresco.repo.tagging.script with parameters of type TagScope Constructor Description TagScope(TaggingService taggingService, TagScope tagScopeImpl)Constructor -
Uses of TagScope in org.alfresco.service.cmr.tagging
Methods in org.alfresco.service.cmr.tagging that return TagScope Modifier and Type Method Description TagScopeTaggingService. findTagScope(org.alfresco.service.cmr.repository.NodeRef nodeRef)Finds the 'nearest' tag scope for the specified node.Methods in org.alfresco.service.cmr.tagging that return types with arguments of type TagScope Modifier and Type Method Description java.util.List<TagScope>TaggingService. findAllTagScopes(org.alfresco.service.cmr.repository.NodeRef nodeRef)Finds all the tag scopes for the specified node.
-