public interface FolderDocumentSearchServiceClient extends SearchClient<com.lexmark.saperion.document.DocumentRevisionListItemType>
Modifier and Type | Method and Description |
---|---|
void |
addDocument(com.lexmark.saperion.document.DocumentReferenceType reference)
This method files the document referenced into the current folder.
|
void |
addDocuments(List<com.lexmark.saperion.document.DocumentReferenceType> references)
This method adds the given documents to the current folder.
|
void |
moveDocument(com.lexmark.saperion.document.DocumentReferenceType document,
com.lexmark.saperion.folder.FolderReferenceType destination)
This method moves the document from the source folder to the target folder.
|
void |
removeDocument(com.lexmark.saperion.document.DocumentReferenceType reference)
This method deletes the referenced document from the given folder.
|
void addDocuments(List<com.lexmark.saperion.document.DocumentReferenceType> references) throws com.lexmark.saperion.exceptions.EcmException
references
- the document referencescom.lexmark.saperion.exceptions.EcmException
- indicates any system error during the operationvoid removeDocument(com.lexmark.saperion.document.DocumentReferenceType reference) throws com.lexmark.saperion.exceptions.EcmException
reference
- the document referencecom.lexmark.saperion.exceptions.EcmException
- indicates any system error during the operationvoid addDocument(com.lexmark.saperion.document.DocumentReferenceType reference) throws com.lexmark.saperion.exceptions.EcmException
reference
- a reference to the document to add to the foldercom.lexmark.saperion.exceptions.system.SystemException
- any system error that occurred during the filing processcom.lexmark.saperion.exceptions.EcmException
void moveDocument(com.lexmark.saperion.document.DocumentReferenceType document, com.lexmark.saperion.folder.FolderReferenceType destination) throws com.lexmark.saperion.exceptions.EcmException
document
- a reference to the document to move from the source folderdestination
- a reference to the target folder in which the document will be movedcom.lexmark.saperion.exceptions.EcmException
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.