public class UserSelectionFlags extends Object
| Constructor and Description |
|---|
UserSelectionFlags()
Instantiates a new UserSelectionFlags with a default value that does not limit the selection
of users.
|
UserSelectionFlags(int flags)
Instantiates a new UserSelectionFlags instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSelectGroupAndRoleMembers() |
boolean |
canSelectGroupsAndRoles()
Unused for now, use
canSelectGroupAndRoleMembers() to decide if groups and roles can
be selected. |
boolean |
canSelectSingleUsers() |
public UserSelectionFlags()
public UserSelectionFlags(int flags)
flags - the flagspublic boolean canSelectSingleUsers()
public boolean canSelectGroupAndRoleMembers()
public boolean canSelectGroupsAndRoles()
canSelectGroupAndRoleMembers() to decide if groups and roles can
be selected.Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.