Package wt.clients.vc


package wt.clients.vc
  • Class
    Description
    Class AlreadyCheckedOutException defines a typed exception that is thrown to indicate that the current user already has an object checked out.
    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.
    Defines a subclass of WTException which is thrown when an exception occurs during a check-in, check-out or undo checkout operation.
    Class CheckInOutTaskLogic is a utility class that provides static methods for manipulating Workable objects.
    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.
    This class is an extension of the WTException class that is specialized for use with the various Revise dialogs and Revise Task classes.
    Class UndoCheckoutTask is a generic task class which performs the undoing of the check-out of a checked out object.