Uses of Interface
com.atlassian.confluence.labels.Labelable

Packages that use Labelable
com.atlassian.confluence.core   
com.atlassian.confluence.event.events.label   
com.atlassian.confluence.labels   
com.atlassian.confluence.labels.actions   
com.atlassian.confluence.mail   
com.atlassian.confluence.pages   
com.atlassian.confluence.search.actions   
com.atlassian.confluence.spaces   
com.atlassian.confluence.user   
com.atlassian.confluence.util   
 

Uses of Labelable in com.atlassian.confluence.core
 

Classes in com.atlassian.confluence.core that implement Labelable
 class ContentEntityObject
           
 class PageContentEntityObject
           
 class SpaceContentEntityObject
          A ContentEntityObject that is a first-class member of a Space (i.e.
 

Uses of Labelable in com.atlassian.confluence.event.events.label
 

Fields in com.atlassian.confluence.event.events.label declared as Labelable
protected  Labelable LabelEvent.labelled
           
 

Methods in com.atlassian.confluence.event.events.label that return Labelable
 Labelable LabelEvent.getLabelled()
           
 

Constructors in com.atlassian.confluence.event.events.label with parameters of type Labelable
LabelAddEvent(Label source, Labelable labelled)
           
LabelEvent(Label source, Labelable labelled)
           
LabelRemoveEvent(Label source, Labelable labelled)
           
 

Uses of Labelable in com.atlassian.confluence.labels
 

Classes in com.atlassian.confluence.labels that implement Labelable
 class PermittedLabelView
          This wrapper exposes only those labels and functions of the labelable object that the specified user is permitted to view.
 

Methods in com.atlassian.confluence.labels that return Labelable
 Labelable PermittedLabelView.getDelegate()
           
 

Methods in com.atlassian.confluence.labels with parameters of type Labelable
static boolean LabelPermissionSupport.userCanEditLabels(Labelable object, PermissionManager permissionManager)
           
static boolean LabelPermissionSupport.userCanEditLabel(ParsedLabelName ref, Labelable object, PermissionManager permissionManager)
           
static boolean LabelPermissionSupport.userCanEditLabel(Label label, Labelable object, PermissionManager permissionManager)
           
static boolean LabelPermissionSupport.userCanViewObject(Labelable object, PermissionManager permissionManager)
           
 Label ParsedLabelName.addLabel(Labelable labelable, LabelManager labelManager)
           
 

Constructors in com.atlassian.confluence.labels with parameters of type Labelable
PermittedLabelView(Labelable original, User actingUser, boolean hideSpecialLabels)
           
 

Uses of Labelable in com.atlassian.confluence.labels.actions
 

Methods in com.atlassian.confluence.labels.actions that return Labelable
 Labelable AbstractLabelsForEntityAction.getEntity()
           
 Labelable EditLabelAction.getLabelable()
          Retrieve the instance being edited.
protected  Labelable EditLabelAction.load()
           
 

Uses of Labelable in com.atlassian.confluence.mail
 

Classes in com.atlassian.confluence.mail that implement Labelable
 class Mail
           
 

Uses of Labelable in com.atlassian.confluence.pages
 

Classes in com.atlassian.confluence.pages that implement Labelable
 class AbstractPage
          Parent of the concrete Page and BlogPost classes
 class BlogPost
           
 class Comment
           
 class Page
          Represents a Page within Confluence.
 

Uses of Labelable in com.atlassian.confluence.search.actions
 

Methods in com.atlassian.confluence.search.actions with parameters of type Labelable
 String SearchSiteAction.getLabelNames(Labelable obj)
          Retrieve a comma separated string of label names.
 

Uses of Labelable in com.atlassian.confluence.spaces
 

Classes in com.atlassian.confluence.spaces that implement Labelable
 class SpaceDescription
           
 

Uses of Labelable in com.atlassian.confluence.user
 

Classes in com.atlassian.confluence.user that implement Labelable
 class PersonalInformation
           
 

Uses of Labelable in com.atlassian.confluence.util
 

Methods in com.atlassian.confluence.util with parameters of type Labelable
static String LabelUtil.convertToDelimitedString(Labelable obj, User user, LabelManager labelManager)
          Helper method converting list of labels associated with the labelable object into a space separated string of the label names.
static boolean LabelUtil.syncState(String source, LabelManager labelManager, User user, Labelable dest, boolean removeUnusedLabels)
          Neat method that will synchronize a space separated list of label names with the labels contained within the labelable object.
static boolean LabelUtil.addLabel(String labelReference, LabelManager labelManager, User user, Labelable dest)
           
 



Confluence is developed by Atlassian.