public interface LockableDocumentRoute extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getLockOwner(CoreSession session) |
boolean |
isLocked(CoreSession session) |
boolean |
isLockedByCurrentUser(CoreSession session) |
void |
lockDocument(CoreSession session) |
void |
unlockDocument(CoreSession session) |
void lockDocument(CoreSession session)
void unlockDocument(CoreSession session)
boolean isLocked(CoreSession session)
boolean isLockedByCurrentUser(CoreSession session)
String getLockOwner(CoreSession session)
Copyright © 2015 Nuxeo SA. All rights reserved.