public interface

AdminConfigurationCriteria

com.atlassian.confluence.admin.criteria.AdminConfigurationCriteria
Known Indirect Subclasses

Class Overview

Encapsulates select configuration parameters or values for Confluence and determines whether those parameters or values meet a specified programmatic acceptance criteria.

Summary

Public Methods
boolean getIgnored()
String getValue()
boolean hasLiveValue()
boolean isMet()
Whether the acceptance criteria is met or not for this admin configuration.
void setIgnored(boolean ignored)

Public Methods

public boolean getIgnored ()

Returns
  • true if the acceptance criteria for this configuration has been ignored by an end-user, false otherwise.

public String getValue ()

Returns
  • A human-friendly representation of the current value of the admin configuration.

public boolean hasLiveValue ()

Returns
  • Whether the value for this configuration criteria should always be queried as opposed to cached. Useful for getting live data instead of an 'accepted value' when an associated task is completed.

public boolean isMet ()

Whether the acceptance criteria is met or not for this admin configuration.

Returns
  • true if the acceptance criteria is met, false otherwise.

public void setIgnored (boolean ignored)

Parameters
ignored whether this acceptance criteria should be ignored or not.