Class DefaultWritableDirectoryExistsCriteria

    • Constructor Detail

      • DefaultWritableDirectoryExistsCriteria

        public DefaultWritableDirectoryExistsCriteria​(SettingsManager settingsManager,
                                                      com.atlassian.crowd.embedded.api.ApplicationFactory applicationFactory,
                                                      com.atlassian.crowd.manager.permission.PermissionManager permissionManager)
    • Method Detail

      • hasLiveValue

        public boolean hasLiveValue()
        Specified by:
        hasLiveValue in interface AdminConfigurationCriteria
        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.
      • getIgnored

        public boolean getIgnored()
        Specified by:
        getIgnored in interface AdminConfigurationCriteria
        Returns:
        true if the acceptance criteria for this configuration has been ignored by an end-user, false otherwise.
      • setIgnored

        public void setIgnored​(boolean ignored)
        Specified by:
        setIgnored in interface AdminConfigurationCriteria
        Parameters:
        ignored - whether this acceptance criteria should be ignored or not.