wt.clients.vc
Class IterationHistoryTaskLogic
java.lang.Object
wt.clients.vc.IterationHistoryTaskLogic
- public class IterationHistoryTaskLogic
- extends Object
This class supports the
IterationHistoryTask by performing
the required logic to perform the tasks that
IterationHistoryDialog need performed.
Supported API: false
Extendable: false
- See Also:
IterationHistoryTask
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERBOSE
private static boolean VERBOSE
RESOURCES
public static String RESOURCES
iconCache
private static IconCache iconCache
IterationHistoryTaskLogic
public IterationHistoryTaskLogic()
isIterationHistoryAllowed
public static boolean isIterationHistoryAllowed(Iterated revised)
throws LockException,
WTException
- Throws:
LockException
WTException
formatMultiList
public static String[] formatMultiList(Vector source)
- Format a vector of UserListEntry(s) into the semicolon delimited
array of strings required by the Symantec multilist control
Supported API: false
- Parameters:
source
- Vector of UserListEntries
getIterations
public static SerialEnumeration getIterations(Iterated item)
- Retrieve all user records from the database. Generate a vector
of UserListEntries. Each IterationListEntry contains the fields needed
for the single line multi-user display of users in FraUserAdministration.
Supported API: false
populate
public static Vector populate(SerialEnumeration iterations)
- Retrieve all user records from the database. Generate a vector
of UserListEntries. Each IterationListEntry contains the fields needed
for the single line multi-user display of users in FraUserAdministration.
Supported API: false
getManagedBaselines
protected static Baseline[] getManagedBaselines(Baselineable baselineable)
getReferenceString
protected static String getReferenceString(Persistable obj)
throws WTException
- Throws:
WTException