RemoteLabel[] |
ConfluenceSoapService.getLabelsByDetail(String token,
String labelName,
String namespace,
String spaceKey,
String owner) |
Retrieves the labels matching the given labelName, namespace or owner.
|
RemoteLabel[] |
WikiSoapService.getLabelsByDetail(String token,
String labelName,
String namespace,
String spaceKey,
String owner) |
|
RemoteLabel[] |
XhtmlSoapService.getLabelsByDetail(String token,
String labelName,
String namespace,
String spaceKey,
String owner) |
|
RemoteLabel[] |
ConfluenceSoapService.getLabelsById(String token,
long objectId) |
Returns all labels for the given ContentEntityObject ID.
|
RemoteLabel[] |
WikiSoapService.getLabelsById(String token,
long objectId) |
|
RemoteLabel[] |
XhtmlSoapService.getLabelsById(String token,
long objectId) |
|
RemoteLabel[] |
ConfluenceSoapService.getMostPopularLabels(String token,
int maxCount) |
Returns the most popular labels for the Confluence instance, with a specified maximum number
of results.
|
RemoteLabel[] |
WikiSoapService.getMostPopularLabels(String token,
int maxCount) |
|
RemoteLabel[] |
XhtmlSoapService.getMostPopularLabels(String token,
int maxCount) |
|
RemoteLabel[] |
ConfluenceSoapService.getMostPopularLabelsInSpace(String token,
String spaceKey,
int maxCount) |
Returns the most popular labels for the given spaceKey, with a specified maximum number
of results.
|
RemoteLabel[] |
WikiSoapService.getMostPopularLabelsInSpace(String token,
String spaceKey,
int maxCount) |
|
RemoteLabel[] |
XhtmlSoapService.getMostPopularLabelsInSpace(String token,
String spaceKey,
int maxCount) |
|
RemoteLabel[] |
ConfluenceSoapService.getRecentlyUsedLabels(String token,
int maxResults) |
Returns the recently used labels for the Confluence instance, with a specified maximum number
of results.
|
RemoteLabel[] |
WikiSoapService.getRecentlyUsedLabels(String token,
int maxResults) |
|
RemoteLabel[] |
XhtmlSoapService.getRecentlyUsedLabels(String token,
int maxResults) |
|
RemoteLabel[] |
ConfluenceSoapService.getRecentlyUsedLabelsInSpace(String token,
String spaceKey,
int maxResults) |
Returns the recently used labels for the given spaceKey, with a specified maximum number
of results.
|
RemoteLabel[] |
WikiSoapService.getRecentlyUsedLabelsInSpace(String token,
String spaceKey,
int maxResults) |
|
RemoteLabel[] |
XhtmlSoapService.getRecentlyUsedLabelsInSpace(String token,
String spaceKey,
int maxResults) |
|
RemoteLabel[] |
ConfluenceSoapService.getRelatedLabels(String token,
String labelName,
int maxResults) |
Returns the labels related to the given label name, with a specified maximum number
of results.
|
RemoteLabel[] |
WikiSoapService.getRelatedLabels(String token,
String labelName,
int maxResults) |
|
RemoteLabel[] |
XhtmlSoapService.getRelatedLabels(String token,
String labelName,
int maxResults) |
|
RemoteLabel[] |
ConfluenceSoapService.getRelatedLabelsInSpace(String token,
String labelName,
String spaceKey,
int maxResults) |
Returns the labels related to the given label name for the given spaceKey, with a specified maximum number
of results.
|
RemoteLabel[] |
WikiSoapService.getRelatedLabelsInSpace(String token,
String labelName,
String spaceKey,
int maxResults) |
|
RemoteLabel[] |
XhtmlSoapService.getRelatedLabelsInSpace(String token,
String labelName,
String spaceKey,
int maxResults) |
|