|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||