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

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

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

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

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

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



Copyright © 2003-2014 Atlassian. All Rights Reserved.