public class RmiClientExtendedDocumentService extends com.lexmark.saperion.ecm.remote.client.RmiClientDocumentService implements ExtendedDocumentService
| Constructor and Description |
|---|
RmiClientExtendedDocumentService(com.lexmark.saperion.remote.common.Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
List<com.lexmark.saperion.document.DocumentRevisionReferenceType> |
searchDocuments(com.lexmark.saperion.archive.ArchiveReferenceType archiveReference,
QueryExpression<Boolean> filter)
Loads all documents for which the given filter holds
|
com.lexmark.saperion.document.DocumentRevisionType |
searchUniqueDocument(com.lexmark.saperion.archive.ArchiveReferenceType archive,
QueryExpression<Boolean> filter,
com.lexmark.saperion.document.LoadKindEnumeration loadKind)
Loads the unique document for which the given filter holds.
|
appendChildElement, createDocument, deleteDocument, deleteDocumentElement, getLatestRevisionId, loadDocument, loadDocument, readDocumentElementContent, searchServiceForDefinition, updateDocument, updateDocument, updateDocument, updateDocumentElementclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappendChildElement, createDocument, deleteDocument, deleteDocumentElement, getLatestRevisionId, loadDocument, loadDocument, readDocumentElementContent, searchServiceForDefinition, updateDocument, updateDocument, updateDocument, updateDocumentElementpublic RmiClientExtendedDocumentService(com.lexmark.saperion.remote.common.Connection connection)
public com.lexmark.saperion.document.DocumentRevisionType searchUniqueDocument(com.lexmark.saperion.archive.ArchiveReferenceType archive,
QueryExpression<Boolean> filter,
com.lexmark.saperion.document.LoadKindEnumeration loadKind)
throws com.lexmark.saperion.exceptions.EcmException
ExtendedDocumentServicesearchUniqueDocument in interface ExtendedDocumentServicearchive - reference to the document archive to search in.filter - a QueryExpression of type boolean that uniquely identifies the documentcom.lexmark.saperion.exceptions.EcmExceptionpublic List<com.lexmark.saperion.document.DocumentRevisionReferenceType> searchDocuments(com.lexmark.saperion.archive.ArchiveReferenceType archiveReference, QueryExpression<Boolean> filter) throws com.lexmark.saperion.exceptions.EcmException
ExtendedDocumentServicesearchDocuments in interface ExtendedDocumentServicearchiveReference - the document archive to search in.filter - a QueryExpression of type boolean that is true for all wanted documentsrevision ids of documents that match
the given filtercom.lexmark.saperion.exceptions.EcmExceptionCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.