public static enum GroupService.GroupSearchScope extends Enum<GroupService.GroupSearchScope>
Defines the scope in which to apply a group search.
| Enum Constant and Description | 
|---|
ALL_TENANTS
Search across all tenants. 
 | 
CURRENT_TENANT
Search within the scope of the current tenant. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SearchScope | 
getQuerySearchScope()  | 
static GroupService.GroupSearchScope | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static GroupService.GroupSearchScope[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final GroupService.GroupSearchScope CURRENT_TENANT
Search within the scope of the current tenant.
public static final GroupService.GroupSearchScope ALL_TENANTS
Search across all tenants.
public static GroupService.GroupSearchScope[] values()
for (GroupService.GroupSearchScope c : GroupService.GroupSearchScope.values()) System.out.println(c);
public static GroupService.GroupSearchScope valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic SearchScope getQuerySearchScope()
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.