public interface ExtendedDocumentService
extends com.lexmark.saperion.document.DocumentService
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 archiveReference,
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
com.lexmark.saperion.document.DocumentRevisionType searchUniqueDocument(com.lexmark.saperion.archive.ArchiveReferenceType archiveReference, QueryExpression<Boolean> filter, com.lexmark.saperion.document.LoadKindEnumeration loadKind) throws com.lexmark.saperion.exceptions.EcmException
archiveReference
- reference to the document archive to search in.filter
- a QueryExpression
of type boolean that uniquely identifies the documentcom.lexmark.saperion.exceptions.EcmException
List<com.lexmark.saperion.document.DocumentRevisionReferenceType> searchDocuments(com.lexmark.saperion.archive.ArchiveReferenceType archiveReference, QueryExpression<Boolean> filter) throws com.lexmark.saperion.exceptions.EcmException
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.