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

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

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

Method parameters in com.atlassian.confluence.api.impl.service.content with type arguments of type Label.Prefix
 PageResponse<Label> ContentLabelServiceImpl.getLabels(ContentId contentId, java.util.Collection<Label.Prefix> prefixes, PageRequest pageRequest)
           
 

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

Methods in com.atlassian.confluence.api.model.content that return Label.Prefix
static Label.Prefix Label.Prefix.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Label.Prefix[] Label.Prefix.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.confluence.api.model.content with parameters of type Label.Prefix
 Label.LabelBuilder Label.LabelBuilder.prefix(Label.Prefix prefix)
           
 

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

Method parameters in com.atlassian.confluence.api.service.content with type arguments of type Label.Prefix
 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
 

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

Method parameters in com.atlassian.confluence.rest.client with type arguments of type Label.Prefix
 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
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.