Nuxeo Enterprise Platform 5.4

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 java.util.Comparator<Tag> Tag.LABEL_COMPARATOR
          Compare tags by label, case insensitive.
static java.util.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
 java.util.List<Tag> TagServiceBean.getDocumentTags(CoreSession session, java.lang.String docId, java.lang.String username)
           
 java.util.List<Tag> TagServiceImpl.getDocumentTags(CoreSession session, java.lang.String docId, java.lang.String username)
           
 java.util.List<Tag> TagService.getDocumentTags(CoreSession session, java.lang.String docId, java.lang.String username)
          Gets the tags applied to a document by a given user, or by all users.
 java.util.List<Tag> TagServiceBean.getSuggestions(CoreSession session, java.lang.String label, java.lang.String username)
           
 java.util.List<Tag> TagServiceImpl.getSuggestions(CoreSession session, java.lang.String label, java.lang.String username)
           
 java.util.List<Tag> TagService.getSuggestions(CoreSession session, java.lang.String label, java.lang.String username)
          Gets suggestions for a given tag label prefix.
 java.util.List<Tag> TagServiceBean.getTagCloud(CoreSession session, java.lang.String docId, java.lang.String username, java.lang.Boolean normalize)
           
 java.util.List<Tag> TagServiceImpl.getTagCloud(CoreSession session, java.lang.String docId, java.lang.String username, java.lang.Boolean normalize)
           
 java.util.List<Tag> TagService.getTagCloud(CoreSession session, java.lang.String docId, java.lang.String username, java.lang.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(java.util.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
 java.util.List<Tag> TagActionsBean.getDocumentTags()
          Returns the list with distinct public tags (or owned by user) that are applied on the current document.
 java.util.List<Tag> TagActionsBean.getPopularCloudOnAllDocuments()
          Returns tag cloud info for the whole repository.
 java.util.List<Tag> TagActionsBean.getSuggestions(java.lang.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 Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.