|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Label.Prefix in com.atlassian.confluence.legacyapi.model.content |
---|
Methods in com.atlassian.confluence.legacyapi.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. |
Uses of Label.Prefix in com.atlassian.confluence.legacyapi.service.content |
---|
Method parameters in com.atlassian.confluence.legacyapi.service.content with type arguments of type Label.Prefix | |
---|---|
java.lang.Iterable<Label> |
TemplateService.getLabels(long pageTemplateId,
java.util.Collection<Label.Prefix> prefixes)
Get the labels attached to a given page template |
java.lang.Iterable<Label> |
ContentService.getLabels(long contentId,
java.util.Collection<Label.Prefix> prefixes)
Get the labels attached to a given piece of content in the given namespaces |
java.lang.Iterable<Label> |
AttachmentService.getLabels(long attachmentId,
java.util.Collection<Label.Prefix> prefixes)
Get the labels attached to a given attachment. |
Uses of Label.Prefix in com.atlassian.confluence.ui.rest.content |
---|
Methods in com.atlassian.confluence.ui.rest.content that return types with arguments of type Label.Prefix | |
---|---|
static java.lang.Iterable<Label.Prefix> |
LabelPrefixHelper.convertLabelPrefixStrings(java.util.List<java.lang.String> prefixes)
Converts label prefix strings from rest request into label prefixes. |
Uses of Label.Prefix in com.atlassian.confluence.ui.rest.service.content |
---|
Method parameters in com.atlassian.confluence.ui.rest.service.content with type arguments of type Label.Prefix | |
---|---|
static java.lang.Iterable<Label> |
LabelHelper.extractViewableLabels(AbstractLabelableEntityObject labelable,
java.util.Collection<Label.Prefix> prefixes,
com.atlassian.user.User user)
|
java.lang.Iterable<Label> |
TemplateServiceImpl.getLabels(long pageTemplateId,
java.util.Collection<Label.Prefix> prefixes)
|
java.lang.Iterable<Label> |
ContentServiceImpl.getLabels(long contentId,
java.util.Collection<Label.Prefix> prefixes)
|
java.lang.Iterable<Label> |
AttachmentServiceImpl.getLabels(long attachmentId,
java.util.Collection<Label.Prefix> prefixes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |