Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.platform.tag.Tag

Packages that use Tag
org.nuxeo.ecm.platform.tag   
org.nuxeo.ecm.platform.tag.web   
 

Uses of Tag in org.nuxeo.ecm.platform.tag
 

Fields in org.nuxeo.ecm.platform.tag with type parameters of type Tag
static Comparator<Tag> Tag.LABEL_COMPARATOR
          Compare tags by label, case insensitive.
static Comparator<Tag> Tag.WEIGHT_COMPARATOR
          Compare tags by weight, decreasing.
 

Methods in org.nuxeo.ecm.platform.tag that return types with arguments of type Tag
 List<Tag> TagServiceImpl.getDocumentTags(CoreSession session, String docId, String username)
           
 List<Tag> TagService.getDocumentTags(CoreSession session, String docId, String username)
          Gets the tags applied to a document by a given user, or by all users.
 List<Tag> TagServiceImpl.getSuggestions(CoreSession session, String label, String username)
           
 List<Tag> TagService.getSuggestions(CoreSession session, String label, String username)
          Gets suggestions for a given tag label prefix.
 List<Tag> TagServiceImpl.getTagCloud(CoreSession session, String docId, String username, Boolean normalize)
           
 List<Tag> TagService.getTagCloud(CoreSession session, String docId, String username, Boolean normalize)
          Gets the tag cloud for a set of documents (tags with weight corresponding to their popularity).
 

Method parameters in org.nuxeo.ecm.platform.tag with type arguments of type Tag
static void TagServiceImpl.normalizeCloud(List<Tag> cloud, int min, int max, boolean linear)
           
 

Uses of Tag in org.nuxeo.ecm.platform.tag.web
 

Methods in org.nuxeo.ecm.platform.tag.web that return types with arguments of type Tag
 List<Tag> TagActionsBean.getDocumentTags()
          Returns the list with distinct public tags (or owned by user) that are applied on the current document.
 List<Tag> TagActionsBean.getPopularCloudOnAllDocuments()
          Returns tag cloud info for the whole repository.
 List<Tag> TagActionsBean.getSuggestions(Object input)
           
 

Methods in org.nuxeo.ecm.platform.tag.web with parameters of type Tag
 boolean TagActionsBean.canModifyTag(Tag tag)
          Returns true if the current logged user has permission to modify a tag that is applied on the current document.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.