|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.clients.vc.VersionHistoryTaskLogic
This class supports the
VersionHistoryTask by performing
the required logic to perform the tasks that
VersionHistoryDialog need performed.
Supported API: false
Extendable: false
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 |
private static final String versionID
private static boolean VERBOSE
public static String RESOURCES
private static IconCache iconCache
Constructor Detail |
public VersionHistoryTaskLogic()
Method Detail |
public static boolean isVersionHistoryAllowed(Versioned revised) throws LockException, WTException
LockException
WTException
public static String[] formatMultiList(Vector source)
source
- Vector of UserListEntries
public static SerialEnumeration getVersions(Versioned item)
public static Vector populate(SerialEnumeration versions, Locale locale)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |