wt.clients.vc
Class VersionHistoryTaskLogic

java.lang.Object
  extended bywt.clients.vc.VersionHistoryTaskLogic

public class VersionHistoryTaskLogic
extends Object

This class supports the VersionHistoryTask by performing the required logic to perform the tasks that VersionHistoryDialog need performed.

Supported API: false

Extendable: false

See Also:
VersionHistoryTask

Field Summary
private static IconCache iconCache
           
static String RESOURCES
           
private static boolean VERBOSE
           
private static String versionID
           
 
Constructor Summary
VersionHistoryTaskLogic()
           
 
Method Summary
static String[] formatMultiList(Vector source)
          Format a vector of UserListEntry(s) into the semicolon delimited array of strings required by the Symantec multilist control
static SerialEnumeration getVersions(Versioned item)
          Retrieve all user records from the database.
static boolean isVersionHistoryAllowed(Versioned revised)
          Supported API: false
static Vector populate(SerialEnumeration versions, Locale locale)
          Retrieve all user records from the database.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionID

private static final String versionID
See Also:
Constant Field Values

VERBOSE

private static boolean VERBOSE

RESOURCES

public static String RESOURCES

iconCache

private static IconCache iconCache
Constructor Detail

VersionHistoryTaskLogic

public VersionHistoryTaskLogic()
Method Detail

isVersionHistoryAllowed

public static boolean isVersionHistoryAllowed(Versioned revised)
                                       throws LockException,
                                              WTException
Supported API: false

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

Parameters:
source - Vector of UserListEntries

Supported API: false

getVersions

public static SerialEnumeration getVersions(Versioned item)
Retrieve all user records from the database. Generate a vector of UserListEntries. Each VersionListEntry contains the fields needed for the single line multi-user display of users in FraUserAdministration.

Supported API: false


populate

public static Vector populate(SerialEnumeration versions,
                              Locale locale)
Retrieve all user records from the database. Generate a vector of VersionListEntries. Each VersionListEntries contains the fields needed for the single line multi-version display of version in VersionHistoryDialog. Version State TeamTemplate Last_Modified_Date Created_By Create_Date

Supported API: false