public class AclReadAllowedUsersQuery extends UsersQuery
Query testing the allowed users.Query.LogicalOperator, Query.Operator_fieldPath| Constructor and Description |
|---|
AclReadAllowedUsersQuery(Collection<UserIdentity> users)
Build an allowed users query.
|
AclReadAllowedUsersQuery(Query.Operator operator,
Collection<UserIdentity> users)
Build an allowed users query.
|
AclReadAllowedUsersQuery(Query.Operator operator,
UserIdentity... users)
Build an allowed users query.
|
AclReadAllowedUsersQuery(UserIdentity... users)
Build an allowed users query.
|
buildgetFieldPathpublic AclReadAllowedUsersQuery(UserIdentity... users)
users - The users to test.public AclReadAllowedUsersQuery(Collection<UserIdentity> users)
users - The users to test.public AclReadAllowedUsersQuery(Query.Operator operator, UserIdentity... users)
operator - The query operator.users - The users to test.public AclReadAllowedUsersQuery(Query.Operator operator, Collection<UserIdentity> users)
operator - The query operator.users - The users to test.