public class UnlockCommand extends ExecutableCommandWrapper implements ExecutableCommand
Unlocks a locked document. To unlock a document, you (or a group to which you belong) must have a lock on it or you must be part of the Lock Administrator group.
This command requires PTC Integrity 10.6 or higher.
Notes:
Usage:
new UnlockCommand(myItem).execute();
Constructor and Description |
---|
UnlockCommand(Item item)
Instantiates a command to unlock a Document Item.
|
execute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
public UnlockCommand(Item item)
item
- the Document item to unlock.