Uses of Interface
com.atlassian.plugin.web.baseconditions.BaseCondition

Packages that use BaseCondition
com.atlassian.plugin.web   
com.atlassian.plugin.web.baseconditions   
com.atlassian.plugin.web.conditions   
 

Uses of BaseCondition in com.atlassian.plugin.web
 

Subinterfaces of BaseCondition in com.atlassian.plugin.web
 interface Condition
          Decides whether a web section or web item should be displayed
 

Uses of BaseCondition in com.atlassian.plugin.web.baseconditions
 

Classes in com.atlassian.plugin.web.baseconditions with type parameters of type BaseCondition
 class AbstractConditionElementParser<T extends BaseCondition>
          This abstract class contains the logic for constructing BaseCondition objects from a module descriptor's XML element.
 interface CompositeCondition<T extends BaseCondition>
          Interface for composite conditions
 

Subinterfaces of BaseCondition in com.atlassian.plugin.web.baseconditions
 interface CompositeCondition<T extends BaseCondition>
          Interface for composite conditions
 

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

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



Copyright © 2014 Atlassian. All rights reserved.