Uses of Class
com.atlassian.confluence.it.Label

Packages that use Label
com.atlassian.confluence.it.rpc   
 

Uses of Label in com.atlassian.confluence.it.rpc
 

Methods in com.atlassian.confluence.it.rpc that return types with arguments of type Label
 List<Label> ConfluenceRpc.getLabels(long pageId)
          Retrieves the labels for the page matching the specified pageId
 List<Label> ConfluenceRpc.getLabels(String labelName, String namespace, String spaceKey, String owner)
          Retrieves the labels matching the given labelName, namespace or owner.
 List<Label> ConfluenceRpc.getMostPopularLabels(int maxCount)
          Returns the most popular labels
 List<Label> ConfluenceRpc.getMostPopularLabelsInSpace(String spaceKey, int maxCount)
          Returns the most popular labels in the space with the specified key
 List<Label> ConfluenceRpc.getRecentlyUsedLabels(int maxCount)
          Returns the recently used labels for the Confluence instance, with a specified maximum number of results.
 List<Label> ConfluenceRpc.getRecentlyUsedLabelsInSpace(String spaceKey, int maxCount)
          Returns the recently used labels in the space with the specified key
 List<Label> ConfluenceRpc.getRelatedLabels(String labelName, int maxCount)
          Returns the labels related to the given label name
 List<Label> ConfluenceRpc.getRelatedLabelsInSpace(String labelName, String spaceKey, int maxCount)
          Returns the labels related to the given label name in the given space
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.