Package | Description |
---|---|
com.atlassian.confluence.rpc.soap | |
com.atlassian.confluence.rpc.soap.services |
Modifier and Type | Method and Description |
---|---|
RemoteLabel[] |
XhtmlSoapService.getLabelsByDetail(String token,
String labelName,
String namespace,
String spaceKey,
String owner) |
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.getLabelsById(String token,
long objectId) |
RemoteLabel[] |
ConfluenceSoapService.getLabelsById(String token,
long objectId)
Returns all labels for the given ContentEntityObject ID.
|
RemoteLabel[] |
WikiSoapService.getLabelsById(String token,
long objectId) |
RemoteLabel[] |
XhtmlSoapService.getMostPopularLabels(String token,
int maxCount) |
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.getMostPopularLabelsInSpace(String token,
String spaceKey,
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.getRecentlyUsedLabels(String token,
int maxResults) |
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.getRecentlyUsedLabelsInSpace(String token,
String spaceKey,
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.getRelatedLabels(String token,
String labelName,
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.getRelatedLabelsInSpace(String token,
String labelName,
String spaceKey,
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
XhtmlSoapService.addLabelByObject(String token,
RemoteLabel labelObject,
long objectId) |
boolean |
ConfluenceSoapService.addLabelByObject(String token,
RemoteLabel labelObject,
long objectId)
Adds the given label object to the object with the given ContentEntityObject ID.
|
boolean |
WikiSoapService.addLabelByObject(String token,
RemoteLabel labelObject,
long objectId) |
RemoteSearchResult[] |
XhtmlSoapService.getLabelContentByObject(String token,
RemoteLabel labelObject) |
RemoteSearchResult[] |
ConfluenceSoapService.getLabelContentByObject(String token,
RemoteLabel labelObject)
Returns the content for a given label object
|
RemoteSearchResult[] |
WikiSoapService.getLabelContentByObject(String token,
RemoteLabel labelObject) |
boolean |
XhtmlSoapService.removeLabelByObject(String token,
RemoteLabel labelObject,
long objectId) |
boolean |
ConfluenceSoapService.removeLabelByObject(String token,
RemoteLabel labelObject,
long objectId)
Removes the given label object from the object with the given ContentEntityObject ID.
|
boolean |
WikiSoapService.removeLabelByObject(String token,
RemoteLabel labelObject,
long objectId) |
Modifier and Type | Method and Description |
---|---|
RemoteLabel[] |
LabelsSoapService.getLabelsByDetail(String labelName,
String namespace,
String spaceKey,
String owner) |
RemoteLabel[] |
LabelsSoapService.getLabelsById(long objectId) |
RemoteLabel[] |
LabelsSoapService.getMostPopularLabels(int maxCount) |
RemoteLabel[] |
LabelsSoapService.getMostPopularLabelsInSpace(String spaceKey,
int maxCount) |
RemoteLabel[] |
LabelsSoapService.getRecentlyUsedLabels(int maxCount) |
RemoteLabel[] |
LabelsSoapService.getRecentlyUsedLabelsInSpace(String spaceKey,
int maxCount) |
RemoteLabel[] |
LabelsSoapService.getRelatedLabels(String labelName,
int maxCount) |
RemoteLabel[] |
LabelsSoapService.getRelatedLabelsInSpace(String labelName,
String spaceKey,
int maxCount) |
Modifier and Type | Method and Description |
---|---|
boolean |
LabelsSoapService.addLabelByObject(RemoteLabel labelObject,
long objectId) |
RemoteSearchResult[] |
LabelsSoapService.getLabelContentByObject(RemoteLabel labelObject) |
boolean |
LabelsSoapService.removeLabelByObject(RemoteLabel labelObject,
long objectId) |
Copyright © 2003–2021 Atlassian. All rights reserved.