final class QueryBuilder extends AnyRef
A builder of the Query.
- Alphabetic
- By Inheritance
- QueryBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new QueryBuilder()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
build: Query
Builds an instance of Query.
Builds an instance of Query.
- returns
configured directory service query
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
filter(filterTemplate: String): QueryBuilder
Sets search filter template.
Sets search filter template.
- filterTemplate
search filter template
- returns
the current instance of the builder
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
limit(limit: Int): QueryBuilder
Sets the maximum number of entries to be returned as a result of the search.
Sets the maximum number of entries to be returned as a result of the search.
0 indicates no limit: all entries will be returned.- limit
The maximum number of entries that will be returned.
- returns
the current instance of the builder
-
def
map(key: String, values: Array[String]): QueryBuilder
Sets mapping between names in the search filter template and actual values.
Sets mapping between names in the search filter template and actual values.
- key
marker in the search filter template.
- values
array of values
- returns
the current instance of the builder
-
def
map(key: String, value: String): QueryBuilder
Sets mapping between names in the search filter template and actual values.
Sets mapping between names in the search filter template and actual values.
- key
marker in the search filter template.
- value
actual value
- returns
the current instance of the builder
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
returnAttribute(attributeName: String): QueryBuilder
Sets attribute that should be returned in results for the query.
Sets attribute that should be returned in results for the query.
- attributeName
attribute name
- returns
the current instance of the builder
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()