public class TdbUserList extends TdbControlObjectList
Constructor and Description |
---|
TdbUserList(TdbSession session)
Shortcut constructor, retrieves a simple list of users
|
TdbUserList(TdbSession session,
boolean self,
boolean all)
Constructor, retrieves a list of users
|
TdbUserList(TdbSession session,
int filter,
boolean self,
boolean all)
Constructor, retrieve a list of users and/or managers of a specific type
|
contains, contains, refresh, transform
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
codeList, getLastCode, getLastMessage, hasMessages, messageList, resetMessages
cancel, getSession, isCancelable, setCancelable
public TdbUserList(TdbSession session, int filter, boolean self, boolean all) throws TdbException
session
- Active sessionfilter
- Set this to UserManagers, FileManagers, AllManagers, or 0 for all usersself
- Set this true to include the current user in the listall
- Set this true to include users not owned by the calling processTdbException
public TdbUserList(TdbSession session, boolean self, boolean all) throws TdbException
session
- Active sessionself
- Set true to include the current user in the listall
- Set true to include users not owned by the calling processTdbException
public TdbUserList(TdbSession session) throws TdbException
session
- Active sessionTdbException