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.
UndoCheckoutTask Class UndoCheckoutTask is a generic task class which performs the undoing of the check-out of a checked out object.
 

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.