com.atlassian.crowd.search.builder
Class Combine

java.lang.Object
  extended by com.atlassian.crowd.search.builder.Combine

public class Combine
extends java.lang.Object

Builder for MultiTermRestrictions. For usage see QueryBuilder.


Constructor Summary
Combine()
           
 
Method Summary
static BooleanRestriction allOf(java.util.Collection<SearchRestriction> restrictions)
           
static BooleanRestriction allOf(SearchRestriction... restrictions)
           
static BooleanRestriction anyOf(java.util.Collection<SearchRestriction> restrictions)
           
static BooleanRestriction anyOf(SearchRestriction... restrictions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Combine

public Combine()
Method Detail

anyOf

public static BooleanRestriction anyOf(SearchRestriction... restrictions)

allOf

public static BooleanRestriction allOf(SearchRestriction... restrictions)

anyOf

public static BooleanRestriction anyOf(java.util.Collection<SearchRestriction> restrictions)

allOf

public static BooleanRestriction allOf(java.util.Collection<SearchRestriction> restrictions)


Copyright © 2010 Atlassian. All Rights Reserved.