com.atlassian.jira.plugin.report.impl
Class AndEnabledCondition

java.lang.Object
  extended by com.atlassian.jira.plugin.report.impl.AndEnabledCondition
All Implemented Interfaces:
EnabledCondition
Direct Known Subclasses:
AllowUnassignedAndSubTasksEnabledCondition

public class AndEnabledCondition
extends Object
implements EnabledCondition

Composite AND of two EnabledConditions.

Since:
v3.11

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.configurable.EnabledCondition
EnabledCondition.Factory
 
Field Summary
 
Fields inherited from interface com.atlassian.configurable.EnabledCondition
TRUE
 
Constructor Summary
AndEnabledCondition(EnabledCondition condition1, EnabledCondition condition2)
           
 
Method Summary
 boolean isEnabled()
          Whether or not to display and use an ObjectConfigurationProperty for the given User.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AndEnabledCondition

public AndEnabledCondition(EnabledCondition condition1,
                           EnabledCondition condition2)
Method Detail

isEnabled

public boolean isEnabled()
Description copied from interface: EnabledCondition
Whether or not to display and use an ObjectConfigurationProperty for the given User.

Specified by:
isEnabled in interface EnabledCondition
Returns:
true only if the property is enabled in the current context.


Copyright © 2002-2014 Atlassian. All Rights Reserved.