Search(Restriction restriction) |
Defines a search which defines only a single restriction,
defaults to AND restriction comparison and returning all results
|
Search(Restriction[] restrictions) |
Defines a search which defines only restrictions,
defaults to AND restriction comparisons and returning all results
|
Search(Restriction[] restrictions,
Order order) |
Defines a search which defines restrictions and return ordering,
defaults to AND restriction comparisons and returning all results
|
Search(Restriction[] restrictions,
Order[] orders) |
Defines a search which defines restrictions and return ordering,
defaults to AND restriction comparisons and returning all results
|
Search(Restriction[] restrictions,
Order[] orders,
long start,
long limit) |
Defines a search which defines restrictions and return ordering and limits the returns,
defaults to AND restriction comparisons
|
Search(Restriction[] restrictions,
Order[] orders,
long start,
long limit,
boolean conjunction) |
Defines a search which defines restrictions and return ordering and limits the returns,
also specifies the types of restriction comparisons (AND or OR)
|
Search(Restriction[] restrictions,
Order order,
long start,
long limit) |
Defines a search which defines restrictions and return ordering and limits the returns,
defaults to AND restriction comparisons
|
Search(Restriction[] restrictions,
Order order,
long start,
long limit,
boolean conjunction) |
Defines a search which defines restrictions and return ordering and limits the returns,
also specifies the types of restriction comparisons (AND or OR)
|
Search(Restriction restriction,
Order order) |
Defines a search which defines only a single restriction and returns all items,
defaults to AND restriction comparisons
|
Search(Restriction restriction,
Order order,
long start,
long limit) |
Defines a search which defines only a single restriction and limits the returns,
defaults to AND restriction comparisons
|