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, get, refresh, transformadd, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArraycodeList, getLastCode, getLastMessage, hasMessages, messageList, resetMessagescancel, getSession, isCancelable, setCancelablepublic 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 processTdbExceptionpublic 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 processTdbExceptionpublic TdbUserList(TdbSession session) throws TdbException
session - Active sessionTdbException