Package com.tietoenator.trip.jxp.control
Class TdbProcedureList
java.lang.Object
com.tietoenator.trip.jxp.session.TdbSessionObject
com.tietoenator.trip.jxp.TdbMessageProvider
com.tietoenator.trip.jxp.TdbMessageProvidingList<TdbControlObject>
com.tietoenator.trip.jxp.control.TdbControlObjectList
com.tietoenator.trip.jxp.control.TdbProcedureList
- All Implemented Interfaces:
com.tietoenator.trip.jxp.internal.utils.DOMSink,Iterable<TdbControlObject>,Collection<TdbControlObject>,List<TdbControlObject>
Retrieve the list of procedures owned by a particular user or group
-
Constructor Summary
ConstructorsConstructorDescriptionTdbProcedureList(TdbSession session, String userOrGroup) Constructor, retrieves the list of procedures owned by a particular user or group -
Method Summary
Methods inherited from class com.tietoenator.trip.jxp.control.TdbControlObjectList
contains, contains, get, refresh, transformMethods inherited from class com.tietoenator.trip.jxp.TdbMessageProvidingList
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArrayMethods inherited from class com.tietoenator.trip.jxp.TdbMessageProvider
codeList, getLastCode, getLastMessage, hasMessages, messageList, resetMessagesMethods inherited from class com.tietoenator.trip.jxp.session.TdbSessionObject
cancel, getSession, isCancelable, setCancelableMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
equals, hashCode, replaceAll, sort, spliterator
-
Constructor Details
-
TdbProcedureList
Constructor, retrieves the list of procedures owned by a particular user or group- Parameters:
session- Active sessionuserOrGroup- User of group for whom the procedure list is to be retrieved- Throws:
TdbException
-