wt.clients.doc
Class UpdateDocumentTaskLogic
java.lang.Object
wt.clients.doc.DocumentTaskLogic
wt.clients.doc.UpdateDocumentTaskLogic
- public class UpdateDocumentTaskLogic
- extends DocumentTaskLogic
Contains static helper methods to support updating WTDocument
objects.
Supported API: false
Extendable: false
Method Summary |
static boolean |
isUpdateAllowed(WTDocument doc)
Returns a boolean indicating whether or not the given document
can be updated by the current user. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateDocumentTaskLogic
public UpdateDocumentTaskLogic()
isUpdateAllowed
public static boolean isUpdateAllowed(WTDocument doc)
throws LockException,
WTException
- Returns a boolean indicating whether or not the given document
can be updated by the current user.
- Throws:
LockException
WTException