List<Label> |
ConfluenceRpc.getLabels(long pageId) |
Deprecated.
Retrieves the labels for the page matching the specified pageId
|
List<Label> |
ConfluenceRpc.getLabels(String labelName,
String namespace,
String spaceKey,
String owner) |
Deprecated.
Retrieves the labels matching the given labelName, namespace or owner.
|
List<Label> |
LabelsRpc.getLabels(long pageId) |
Retrieves the labels for the page matching the specified pageId
|
List<Label> |
LabelsRpc.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) |
Deprecated.
Returns the most popular labels
|
List<Label> |
LabelsRpc.getMostPopularLabels(int maxCount) |
Returns the most popular labels
|
List<Label> |
ConfluenceRpc.getMostPopularLabelsInSpace(String spaceKey,
int maxCount) |
Deprecated.
Returns the most popular labels in the space with the specified key
|
List<Label> |
LabelsRpc.getMostPopularLabelsInSpace(String spaceKey,
int maxCount) |
Returns the most popular labels in the space with the specified key
|
List<Label> |
ConfluenceRpc.getRecentlyUsedLabels(int maxCount) |
Deprecated.
Returns the recently used labels for the Confluence instance, with a specified maximum number
of results.
|
List<Label> |
LabelsRpc.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) |
Deprecated.
Returns the recently used labels in the space with the specified key
|
List<Label> |
LabelsRpc.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) |
Deprecated.
Returns the labels related to the given label name
|
List<Label> |
LabelsRpc.getRelatedLabels(String labelName,
int maxCount) |
Returns the labels related to the given label name
|
List<Label> |
ConfluenceRpc.getRelatedLabelsInSpace(String labelName,
String spaceKey,
int maxCount) |
Deprecated.
Returns the labels related to the given label name in the given space
|
List<Label> |
LabelsRpc.getRelatedLabelsInSpace(String labelName,
String spaceKey,
int maxCount) |
Returns the labels related to the given label name in the given space
|