Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemoteLabel
Packages that use RemoteLabel
-
Uses of RemoteLabel in com.atlassian.confluence.rpc.soap
Methods in com.atlassian.confluence.rpc.soap that return RemoteLabelModifier and TypeMethodDescriptionConfluenceSoapService.getLabelsByDetail(String token, String labelName, String namespace, String spaceKey, String owner) Deprecated.WikiSoapService.getLabelsByDetail(String token, String labelName, String namespace, String spaceKey, String owner) XhtmlSoapService.getLabelsByDetail(String token, String labelName, String namespace, String spaceKey, String owner) ConfluenceSoapService.getLabelsById(String token, long objectId) Deprecated.since 9.3.0, useContentLabelService.getLabels(ContentId, Collection, PageRequest)insteadWikiSoapService.getLabelsById(String token, long objectId) XhtmlSoapService.getLabelsById(String token, long objectId) ConfluenceSoapService.getMostPopularLabels(String token, int maxCount) Deprecated.since 9.3.0, useLabelService.getMostPopularLabels(PageRequest)instaedWikiSoapService.getMostPopularLabels(String token, int maxCount) XhtmlSoapService.getMostPopularLabels(String token, int maxCount) ConfluenceSoapService.getMostPopularLabelsInSpace(String token, String spaceKey, int maxCount) Deprecated.since 9.3.0, useSpaceLabelService.findPopularContentLabelsPaginated(String, PageRequest)insteadWikiSoapService.getMostPopularLabelsInSpace(String token, String spaceKey, int maxCount) XhtmlSoapService.getMostPopularLabelsInSpace(String token, String spaceKey, int maxCount) ConfluenceSoapService.getRecentlyUsedLabels(String token, int maxResults) Deprecated.since 9.3.0, useLabelService.getRecentlyUsedLabels(PageRequest)insteadWikiSoapService.getRecentlyUsedLabels(String token, int maxResults) XhtmlSoapService.getRecentlyUsedLabels(String token, int maxResults) ConfluenceSoapService.getRecentlyUsedLabelsInSpace(String token, String spaceKey, int maxResults) Deprecated.since 9.3.0, useSpaceLabelService.findRecentContentLabelsPaginated(String, PageRequest)insteadWikiSoapService.getRecentlyUsedLabelsInSpace(String token, String spaceKey, int maxResults) XhtmlSoapService.getRecentlyUsedLabelsInSpace(String token, String spaceKey, int maxResults) ConfluenceSoapService.getRelatedLabels(String token, String labelName, int maxResults) Deprecated.since 9.3.0, useLabelService.getRelatedLabels(String, PageRequest)insteadWikiSoapService.getRelatedLabels(String token, String labelName, int maxResults) XhtmlSoapService.getRelatedLabels(String token, String labelName, int maxResults) ConfluenceSoapService.getRelatedLabelsInSpace(String token, String labelName, String spaceKey, int maxResults) Deprecated.since 9.3.0, useSpaceLabelService.findRelatedContentLabelsPaginated(String, String, PageRequest)insteadWikiSoapService.getRelatedLabelsInSpace(String token, String labelName, String spaceKey, int maxResults) XhtmlSoapService.getRelatedLabelsInSpace(String token, String labelName, String spaceKey, int maxResults) Methods in com.atlassian.confluence.rpc.soap with parameters of type RemoteLabelModifier and TypeMethodDescriptionbooleanConfluenceSoapService.addLabelByObject(String token, RemoteLabel labelObject, long objectId) Deprecated.since 9.3.0, useContentLabelService.addLabels(ContentId, Iterable)insteadbooleanWikiSoapService.addLabelByObject(String token, RemoteLabel labelObject, long objectId) booleanXhtmlSoapService.addLabelByObject(String token, RemoteLabel labelObject, long objectId) ConfluenceSoapService.getLabelContentByObject(String token, RemoteLabel labelObject) Deprecated.since 9.3.0, use CQL insteadWikiSoapService.getLabelContentByObject(String token, RemoteLabel labelObject) XhtmlSoapService.getLabelContentByObject(String token, RemoteLabel labelObject) booleanConfluenceSoapService.removeLabelByObject(String token, RemoteLabel labelObject, long objectId) Deprecated.since 9.3.0, useContentLabelService.removeLabel(ContentId, Label)insteadbooleanWikiSoapService.removeLabelByObject(String token, RemoteLabel labelObject, long objectId) booleanXhtmlSoapService.removeLabelByObject(String token, RemoteLabel labelObject, long objectId) -
Uses of RemoteLabel in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services that return RemoteLabelModifier and TypeMethodDescriptionLabelsSoapService.getLabelsByDetail(String labelName, String namespace, String spaceKey, String owner) LabelsSoapService.getLabelsById(long objectId) LabelsSoapService.getMostPopularLabels(int maxCount) LabelsSoapService.getMostPopularLabelsInSpace(String spaceKey, int maxCount) LabelsSoapService.getRecentlyUsedLabels(int maxCount) LabelsSoapService.getRecentlyUsedLabelsInSpace(String spaceKey, int maxCount) LabelsSoapService.getRelatedLabels(String labelName, int maxCount) LabelsSoapService.getRelatedLabelsInSpace(String labelName, String spaceKey, int maxCount) Methods in com.atlassian.confluence.rpc.soap.services with parameters of type RemoteLabelModifier and TypeMethodDescriptionbooleanLabelsSoapService.addLabelByObject(RemoteLabel labelObject, long objectId) LabelsSoapService.getLabelContentByObject(RemoteLabel labelObject) booleanLabelsSoapService.removeLabelByObject(RemoteLabel labelObject, long objectId)
LabelService.getLabelsByDetail(PageRequest, String, String, String, String)instead