Uses of Class
com.atlassian.confluence.api.model.content.Label

Packages that use Label
com.atlassian.confluence.api.impl.service.content   
com.atlassian.confluence.api.model.content   
com.atlassian.confluence.api.service.content   
com.atlassian.confluence.it   
com.atlassian.confluence.rest.client   
com.atlassian.confluence.rest.resources   
 

Uses of Label in com.atlassian.confluence.api.impl.service.content
 

Methods in com.atlassian.confluence.api.impl.service.content that return types with arguments of type Label
 PageResponse<Label> ContentLabelServiceImpl.addLabels(ContentId contentId, java.lang.Iterable<Label> labels)
           
 PageResponse<Label> ContentLabelServiceImpl.getLabels(ContentId contentId, java.util.Collection<Label.Prefix> prefixes, PageRequest pageRequest)
           
 

Method parameters in com.atlassian.confluence.api.impl.service.content with type arguments of type Label
 PageResponse<Label> ContentLabelServiceImpl.addLabels(ContentId contentId, java.lang.Iterable<Label> labels)
           
 

Uses of Label in com.atlassian.confluence.api.model.content
 

Methods in com.atlassian.confluence.api.model.content that return Label
 Label Label.LabelBuilder.build()
           
 

Uses of Label in com.atlassian.confluence.api.service.content
 

Methods in com.atlassian.confluence.api.service.content that return types with arguments of type Label
 PageResponse<Label> ContentLabelService.addLabels(ContentId contentId, java.lang.Iterable<Label> labels)
          Adds the given labels to the specified content
 PageResponse<Label> ContentLabelService.getLabels(ContentId contentId, java.util.Collection<Label.Prefix> prefixes, PageRequest pageRequest)
          Get the labels attached to a given piece of content in the given namespaces
 

Methods in com.atlassian.confluence.api.service.content with parameters of type Label
 ValidationResult ContentLabelService.Validator.validateAddLabels(ContentId contentId, Label... labels)
          Validates that the list of labels can be added to the given content
 

Method parameters in com.atlassian.confluence.api.service.content with type arguments of type Label
 PageResponse<Label> ContentLabelService.addLabels(ContentId contentId, java.lang.Iterable<Label> labels)
          Adds the given labels to the specified content
 

Uses of Label in com.atlassian.confluence.it
 

Constructors in com.atlassian.confluence.it with parameters of type Label
Label(Label apiLabel, java.lang.String username)
           
 

Uses of Label in com.atlassian.confluence.rest.client
 

Methods in com.atlassian.confluence.rest.client that return types with arguments of type Label
 com.atlassian.util.concurrent.Promise<PageResponse<Label>> RemoteContentLabelServiceImpl.addLabels(ContentId contentId, java.lang.Iterable<Label> labels)
           
 com.atlassian.util.concurrent.Promise<? extends java.lang.Iterable<Label>> RemoteContentLabelService.addLabels(ContentId contentId, java.lang.Iterable<Label> labels)
          Adds the given labels to the specified content
 com.atlassian.util.concurrent.Promise<PageResponse<Label>> RemoteContentLabelServiceImpl.getLabels(ContentId contentId, java.util.Collection<Label.Prefix> prefixes, PageRequest request)
           
 com.atlassian.util.concurrent.Promise<? extends java.lang.Iterable<Label>> RemoteContentLabelService.getLabels(ContentId contentId, java.util.Collection<Label.Prefix> prefixes, PageRequest request)
          Get the labels attached to a given piece of content in the given namespaces
 

Method parameters in com.atlassian.confluence.rest.client with type arguments of type Label
 com.atlassian.util.concurrent.Promise<PageResponse<Label>> RemoteContentLabelServiceImpl.addLabels(ContentId contentId, java.lang.Iterable<Label> labels)
           
 com.atlassian.util.concurrent.Promise<? extends java.lang.Iterable<Label>> RemoteContentLabelService.addLabels(ContentId contentId, java.lang.Iterable<Label> labels)
          Adds the given labels to the specified content
 void RemoteContentLabelServiceImpl.removeLabels(ContentId contentId, java.lang.Iterable<Label> labels)
           
 void RemoteContentLabelService.removeLabels(ContentId contentId, java.lang.Iterable<Label> labels)
          Remove a label with labelId from the specified content
 

Uses of Label in com.atlassian.confluence.rest.resources
 

Methods in com.atlassian.confluence.rest.resources that return types with arguments of type Label
 PageResponse<Label> ContentLabelsResource.addLabels(ContentId contentId, java.util.List<Label> labels)
          Adds a list of labels to the specified content.
 PageResponse<Label> ContentLabelsResource.labels(ContentId contentId, java.util.List<java.lang.String> prefixes, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)
          Returns the list of labels on a piece of Content.
 

Method parameters in com.atlassian.confluence.rest.resources with type arguments of type Label
 PageResponse<Label> ContentLabelsResource.addLabels(ContentId contentId, java.util.List<Label> labels)
          Adds a list of labels to the specified content.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.