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, updateDocumentElement
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
appendChildElement, createDocument, deleteDocument, deleteDocumentElement, getLatestRevisionId, loadDocument, loadDocument, readDocumentElementContent, searchServiceForDefinition, updateDocument, updateDocument, updateDocument, updateDocumentElement
public 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
ExtendedDocumentService
searchUniqueDocument
in interface ExtendedDocumentService
archive
- reference to the document archive to search in.filter
- a QueryExpression
of type boolean that uniquely identifies the documentcom.lexmark.saperion.exceptions.EcmException
public List<com.lexmark.saperion.document.DocumentRevisionReferenceType> searchDocuments(com.lexmark.saperion.archive.ArchiveReferenceType archiveReference, QueryExpression<Boolean> filter) throws com.lexmark.saperion.exceptions.EcmException
ExtendedDocumentService
searchDocuments
in interface ExtendedDocumentService
archiveReference
- 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.EcmException
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.