|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Label | |
|---|---|
| com.atlassian.confluence.legacyapi.service.content | |
| com.atlassian.confluence.ui.rest.content | |
| com.atlassian.confluence.ui.rest.service.content | |
| Uses of Label in com.atlassian.confluence.legacyapi.service.content |
|---|
| Methods in com.atlassian.confluence.legacyapi.service.content that return types with arguments of type Label | |
|---|---|
Iterable<Label> |
TemplateService.addLabels(long pageTemplateId,
Iterable<Label> labels)
Adds the given labels to the specified content |
Iterable<Label> |
ContentService.addLabels(long contentId,
Iterable<Label> labels)
Adds the given labels to the specified content |
Iterable<Label> |
AttachmentService.addLabels(long attachmentId,
Iterable<Label> labels)
Adds the given labels to the specified content |
Iterable<Label> |
TemplateService.getLabels(long pageTemplateId,
Collection<Label.Prefix> prefixes)
Get the labels attached to a given page template |
Iterable<Label> |
ContentService.getLabels(long contentId,
Collection<Label.Prefix> prefixes)
Get the labels attached to a given piece of content in the given namespaces |
Iterable<Label> |
AttachmentService.getLabels(long attachmentId,
Collection<Label.Prefix> prefixes)
Get the labels attached to a given attachment. |
Iterable<Label> |
ContentService.validateLabels(Iterable<Label> labels)
Validates the list of labels |
| Method parameters in com.atlassian.confluence.legacyapi.service.content with type arguments of type Label | |
|---|---|
Iterable<Label> |
TemplateService.addLabels(long pageTemplateId,
Iterable<Label> labels)
Adds the given labels to the specified content |
Iterable<Label> |
ContentService.addLabels(long contentId,
Iterable<Label> labels)
Adds the given labels to the specified content |
Iterable<Label> |
AttachmentService.addLabels(long attachmentId,
Iterable<Label> labels)
Adds the given labels to the specified content |
Iterable<Label> |
ContentService.validateLabels(Iterable<Label> labels)
Validates the list of labels |
| Uses of Label in com.atlassian.confluence.ui.rest.content |
|---|
| Method parameters in com.atlassian.confluence.ui.rest.content with type arguments of type Label | |
|---|---|
javax.ws.rs.core.Response |
TemplateResource.addLabels(Long pageTemplateId,
List<Label> labels)
|
javax.ws.rs.core.Response |
ContentResource.addLabels(Long contentId,
List<Label> labels)
|
javax.ws.rs.core.Response |
AttachmentResource.addLabels(Long attachmentId,
List<Label> labels)
|
static Map<String,Object> |
RestHelper.createSuccessResultMap(Iterable<Label> labels)
Creates a JSON serializable response when a request succeeds |
javax.ws.rs.core.Response |
ContentResource.validateLabels(List<Label> labels)
|
| Uses of Label in com.atlassian.confluence.ui.rest.service.content |
|---|
| Methods in com.atlassian.confluence.ui.rest.service.content that return types with arguments of type Label | |
|---|---|
Iterable<Label> |
TemplateServiceImpl.addLabels(long pageTemplateId,
Iterable<Label> labels)
|
Iterable<Label> |
ContentServiceImpl.addLabels(long contentId,
Iterable<Label> labels)
|
Iterable<Label> |
AttachmentServiceImpl.addLabels(long attachmentId,
Iterable<Label> labels)
|
static Iterable<Label> |
LabelHelper.extractViewableLabels(AbstractLabelableEntityObject labelable,
Collection<Label.Prefix> prefixes,
com.atlassian.user.User user)
|
Iterable<Label> |
TemplateServiceImpl.getLabels(long pageTemplateId,
Collection<Label.Prefix> prefixes)
|
Iterable<Label> |
ContentServiceImpl.getLabels(long contentId,
Collection<Label.Prefix> prefixes)
|
Iterable<Label> |
AttachmentServiceImpl.getLabels(long attachmentId,
Collection<Label.Prefix> prefixes)
|
Iterable<Label> |
ContentServiceImpl.validateLabels(Iterable<Label> labels)
|
| Method parameters in com.atlassian.confluence.ui.rest.service.content with type arguments of type Label | |
|---|---|
Iterable<Label> |
TemplateServiceImpl.addLabels(long pageTemplateId,
Iterable<Label> labels)
|
Iterable<Label> |
ContentServiceImpl.addLabels(long contentId,
Iterable<Label> labels)
|
Iterable<Label> |
AttachmentServiceImpl.addLabels(long attachmentId,
Iterable<Label> labels)
|
static String |
LabelHelper.concatentateLabels(Iterable<Label> labels)
|
Iterable<Label> |
ContentServiceImpl.validateLabels(Iterable<Label> labels)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||