public class

UnsortedBooleanRestriction

extends BooleanRestrictionImpl
implements UnsortedRestriction
java.lang.Object
   ↳ com.atlassian.crowd.search.query.entity.restriction.BooleanRestrictionImpl
     ↳ com.atlassian.jira.crowd.embedded.ofbiz.UnsortedBooleanRestriction

Class Overview

Internal flagging restriction type that behaves like a normal BooleanRestriction but also indicates results may be unsorted. Can be used for increased performance for queries with large numbers of results.

Summary

Public Constructors
UnsortedBooleanRestriction(BooleanRestriction.BooleanLogic booleanLogic, Collection<SearchRestriction> restrictions)
Public Methods
static UnsortedBooleanRestriction from(BooleanRestriction br)
[Expand]
Inherited Methods
From class com.atlassian.crowd.search.query.entity.restriction.BooleanRestrictionImpl
From class java.lang.Object
From interface com.atlassian.crowd.search.query.entity.restriction.BooleanRestriction

Public Constructors

public UnsortedBooleanRestriction (BooleanRestriction.BooleanLogic booleanLogic, Collection<SearchRestriction> restrictions)

Public Methods

public static UnsortedBooleanRestriction from (BooleanRestriction br)