public interface DocumentClient
Modifier and Type | Method and Description |
---|---|
List<AclReferenceType> |
getACLs()
This method loads the ACLs set on the current revision of the specified document.
|
DocumentRevisionClient |
getRevision(DocumentRevisionReferenceType id)
This method returns a document revision client bound to the given revision of the
given document.
|
DocumentRevisionClient |
latestRevision()
This method returns a document revision client bound to the newest revision of the
given document.
|
void |
lock()
This method locks the document.
|
void |
unlock()
This method unlocks the document.
|
DocumentRevisionClient latestRevision() throws EcmException
EcmException
DocumentRevisionClient getRevision(DocumentRevisionReferenceType id)
id
- the document revision idvoid lock() throws EcmException
EcmException
- when locking the document failedvoid unlock() throws EcmException
EcmException
- when unlocking the document failedList<AclReferenceType> getACLs() throws EcmException
EcmException
- when loading the ACLs failedCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.