Uses of Class
com.atlassian.confluence.labels.Namespace

Packages that use Namespace
com.atlassian.confluence.labels   
 

Uses of Namespace in com.atlassian.confluence.labels
 

Fields in com.atlassian.confluence.labels declared as Namespace
static Namespace Namespace.GLOBAL
           
static Namespace Namespace.PERSONAL
           
static Namespace Namespace.SYSTEM
           
static Namespace Namespace.TEAM
           
 

Methods in com.atlassian.confluence.labels that return Namespace
 Namespace Label.getNamespace()
           
static Namespace Namespace.getNamespace(String prefix)
           
 

Methods in com.atlassian.confluence.labels with parameters of type Namespace
static List LabelPermissionSupport.filterLabelsByNamespace(List labelList, com.atlassian.user.User user, Namespace namespace)
          Takes a list of label objects and filters out those not in the specified namespace
 Label LabelManager.getLabel(String labelName, Namespace namespace)
          Convenience method to fetch a label without having to create a Label object
 Label DefaultLabelManager.getLabel(String labelName, Namespace namespace)
           
 

Constructors in com.atlassian.confluence.labels with parameters of type Namespace
Label(String name, Namespace namespace)
           
Label(String name, Namespace namespace, String owner)
           
NamespaceLabelFilter(Namespace namespace)
           
NamespaceLabelFilter(Namespace namespace, String user)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.