Uses of Class
org.apache.jackrabbit.api.security.user.QueryBuilder.Direction

Packages that use QueryBuilder.Direction
org.apache.jackrabbit.api.security.user Jackrabbit extensions for user management. 
 

Uses of QueryBuilder.Direction in org.apache.jackrabbit.api.security.user
 

Methods in org.apache.jackrabbit.api.security.user that return QueryBuilder.Direction
static QueryBuilder.Direction QueryBuilder.Direction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QueryBuilder.Direction[] QueryBuilder.Direction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.jackrabbit.api.security.user with parameters of type QueryBuilder.Direction
 void QueryBuilder.setSortOrder(String propertyName, QueryBuilder.Direction direction)
          Set the sort order of the Authorizables returned by the query.
 void QueryBuilder.setSortOrder(String propertyName, QueryBuilder.Direction direction, boolean ignoreCase)
          Set the sort order of the Authorizables returned by the query.
 



Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.