Package wt.clients.vc

Class Summary
CheckInDialog Class CheckInDialog provides a dialog for checking in checked out Workable objects.
CheckInOutTaskLogic Class CheckInOutTaskLogic is a utility class that provides static methods for manipulating Workable objects.
CheckInTask Class CheckInTask is a generic task class which performs the check-in of a checked out object.
CheckOutTask Class CheckOutTask is a generic task class which performs the checking out of a Workable object.
IterationHistoryDialog  
IterationHistoryTask Deprecated. this dialog has been replaced by the HTML page for displaying iteration history see the wt.enterprise.IterationHistoryProcessor
IterationHistoryTaskLogic This class supports the IterationHistoryTask by performing the required logic to perform the tasks that IterationHistoryDialog need performed.
IterationListEntry

Supported API: false

Extendable: false
OneOffDialog This class defines a dialog, which when filled in with user input and submitted, will create a new version of a OneOffVersioned object.
OneOffTask Construct a OneOffTask to handle the creation of a new version of a OneOffVersioned object.
OneOffTaskLogic This class supports the OneOffTask by performing the required logic to perform the tasks that the OneOffDialog need performed.
ReviseDialog This class defines a dialog, which when filled in with user input and submitted, will create a new version of a Versioned object.
ReviseTask Construct a ReviseTask to handle the creeation of a new version of a Versioned object.
ReviseTaskLogic This class supports the ReviseTask by performing the required logic to perform the tasks that the ReviseDialog and ReviseViewDialog need performed.
ReviseViewDialog This class defines a dialog, which when filled in with user input and submitted, will create a new version of a Versioned object assigned to a view.
UndoCheckoutTask Class UndoCheckoutTask is a generic task class which performs the undoing of the check-out of a checked out object.
VersionHistoryDialog Deprecated. this dialog has been replaced by an HTML page for displaying version history.
VersionHistoryTask Deprecated. this dialog has been replaced by an HTML page for displaying version history.
VersionHistoryTaskLogic This class supports the VersionHistoryTask by performing the required logic to perform the tasks that VersionHistoryDialog need performed.
VersionList VersionList is a model class for constructing a list of the versions of a master object.
VersionListEntry

Supported API: false

Extendable: false
VersionPanel  
VersionTaskLogic Class VersionTaskLogic is a utility class which provides static methods for manipulating Versioned objects.
VersionTaskLogic.Server Inner class that acts a lightweight service which executes methods on the server to reduce unnecessary client to server traffic and data transfer.
 

Exception Summary
AlreadyCheckedOutException Class AlreadyCheckedOutException defines a typed exception that is thrown to indicate that the current user already has an object checked out.
CheckedOutByOtherException Class CheckedOutByOtherException defines a typed exception that is thrown to indicate that an object is checked out by a user other than the current user.
CheckInOutException Defines a subclass of WTException which is thrown when an exception occurs during a check-in, check-out or undo checkout operation.
NotCheckedOutException Class NotCheckedOutException defines a typed exception that is thrown to indicate that the object a user is trying to check in is not currently checked out.
ReviseException This class is an extension of the WTException class that is specialized for use with the various Revise dialogs and Revise Task classes.