public final class Users extends RecordPackWrapper
PermissionManager.getUsers(String)
Modifier and Type | Field and Description |
---|---|
static int |
KEY_USERS_LIST |
static int |
KEY_USERS_MORE_AVAILABLE |
Modifier and Type | Method and Description |
---|---|
boolean |
areMoreUsersAvailable()
Returns whether the list-generating call of
PermissionManager.getUsers(String) has found more entries than this
list contains. |
int |
countUsers()
Returns the number of users contained in this list.
|
User |
getUser(int index)
Returns the user for the given index.
|
User |
getUser(java.lang.String id)
Returns the user for the given ID.
|
java.util.List<User> |
getUsers()
Returns a list of all user instances.
|
toXMLString
public static final int KEY_USERS_LIST
public static final int KEY_USERS_MORE_AVAILABLE
public Users(JPack coreData)
public java.util.List<User> getUsers()
public int countUsers()
public User getUser(int index)
index
- index of the user to getpublic boolean areMoreUsersAvailable()
PermissionManager.getUsers(String)
has found more entries than this
list contains.PermissionManager.getUsers(String)
has found more entries than this
list containspublic User getUser(java.lang.String id)
id
- user IDwww.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.