Uses of Interface
com.atlassian.plugin.web.Condition

Packages that use Condition
com.atlassian.plugin.web   
com.atlassian.plugin.web.conditions   
com.atlassian.plugin.web.descriptors   
com.atlassian.plugin.webresource   
 

Uses of Condition in com.atlassian.plugin.web
 

Methods in com.atlassian.plugin.web that return Condition
 Condition WebFragmentHelper.loadCondition(String className, Plugin plugin)
          Deprecated. Since 2.7.0, will use HostContainer.create in future versions
 

Uses of Condition in com.atlassian.plugin.web.conditions
 

Classes in com.atlassian.plugin.web.conditions that implement Condition
 class AbstractCompositeCondition
           
 class AlwaysDisplayCondition
          Always show a web link.
 class AndCompositeCondition
           
 class InvertedCondition
           
 class NeverDisplayCondition
          Always hide a web link.
 class OrCompositeCondition
           
 

Fields in com.atlassian.plugin.web.conditions with type parameters of type Condition
protected  List<Condition> AbstractCompositeCondition.conditions
           
 

Methods in com.atlassian.plugin.web.conditions with parameters of type Condition
 void AbstractCompositeCondition.addCondition(Condition condition)
           
 

Constructors in com.atlassian.plugin.web.conditions with parameters of type Condition
InvertedCondition(Condition wrappedCondition)
           
 

Uses of Condition in com.atlassian.plugin.web.descriptors
 

Fields in com.atlassian.plugin.web.descriptors declared as Condition
protected  Condition AbstractWebFragmentModuleDescriptor.condition
           
 

Methods in com.atlassian.plugin.web.descriptors that return Condition
 Condition ConditionElementParser.ConditionFactory.create(String className, Plugin plugin)
           
 Condition WebFragmentModuleDescriptor.getCondition()
           
 Condition DefaultAbstractWebFragmentModuleDescriptor.getCondition()
           
 Condition ConditionalDescriptor.getCondition()
           
 Condition AbstractWebFragmentModuleDescriptor.getCondition()
           
protected  Condition AbstractWebFragmentModuleDescriptor.makeCondition(org.dom4j.Element element)
           
 Condition ConditionElementParser.makeCondition(Plugin plugin, org.dom4j.Element element)
           
protected  Condition AbstractWebFragmentModuleDescriptor.makeConditions(org.dom4j.Element element, int type)
          Create a condition for when this web fragment should be displayed
protected  Condition AbstractWebFragmentModuleDescriptor.makeConditions(List elements, int type)
           
 Condition ConditionElementParser.makeConditions(Plugin plugin, org.dom4j.Element element, int type)
          Create a condition for when this web fragment should be displayed.
 Condition ConditionElementParser.makeConditions(Plugin plugin, List<org.dom4j.Element> elements, int type)
           
 

Uses of Condition in com.atlassian.plugin.webresource
 

Methods in com.atlassian.plugin.webresource that return Condition
 Condition WebResourceModuleDescriptor.getCondition()
           
 



Copyright © 2013 Atlassian. All Rights Reserved.