public interface ArchiveServiceClient
Modifier and Type | Method and Description |
---|---|
SearchClient<com.lexmark.saperion.archive.ArchiveListItemType> |
newArchiveSearch()
This method returns a search client for the archives available in the system.
|
SearchClient<com.lexmark.saperion.document.DocumentRevisionListItemType> |
newDocumentSearch(com.lexmark.saperion.archive.ArchiveReferenceType reference)
This method returns a search client for documents in the archive.
|
SearchClient<com.lexmark.saperion.document.DocumentRevisionListItemType> |
newDocumentSearch(com.lexmark.saperion.archive.ArchiveReferenceType reference,
boolean recycleBinAware,
boolean revisionAware)
This method returns a search client for documents in the archive.
|
SearchClient<com.lexmark.saperion.folder.FolderListItemType> |
newFolderSearch(com.lexmark.saperion.archive.ArchiveReferenceType reference)
This method returns a search client for folders in the archive.
|
SearchClient<com.lexmark.saperion.lookup.LookupEntryListItemType> |
newLookupEntrySearch(com.lexmark.saperion.archive.ArchiveReferenceType reference)
This method returns a search client for lookup entries in the archive.
|
ArchiveClient |
resolve(com.lexmark.saperion.archive.ArchiveReferenceType reference)
This method returns a client for the archive referenced.
|
ArchiveClient |
resolveName(String archiveName)
This method returns a client for the archive with the given name.
|
SearchClient<com.lexmark.saperion.archive.ArchiveListItemType> newArchiveSearch() throws com.lexmark.saperion.exceptions.EcmException
com.lexmark.saperion.exceptions.EcmException
ArchiveClient resolve(com.lexmark.saperion.archive.ArchiveReferenceType reference) throws com.lexmark.saperion.exceptions.EcmException
reference
- a reference to the archive to obtain a client forcom.lexmark.saperion.exceptions.EcmException
ArchiveClient resolveName(String archiveName) throws com.lexmark.saperion.exceptions.EcmException
archiveName
- the name of the archive to obtain a client forcom.lexmark.saperion.exceptions.EcmException
SearchClient<com.lexmark.saperion.document.DocumentRevisionListItemType> newDocumentSearch(com.lexmark.saperion.archive.ArchiveReferenceType reference) throws com.lexmark.saperion.exceptions.EcmException
reference
- a reference to the archive to search in.com.lexmark.saperion.exceptions.EcmException
SearchClient<com.lexmark.saperion.document.DocumentRevisionListItemType> newDocumentSearch(com.lexmark.saperion.archive.ArchiveReferenceType reference, boolean recycleBinAware, boolean revisionAware) throws com.lexmark.saperion.exceptions.EcmException
reference
- a reference to the archive to search in.recycleBinAware
- if set to true, will ignore the deleted documents (SYSINDEXSTATE=65002)revisionAware
- if set to true, will ignore the documents with SYSINDEXSTATE=55001com.lexmark.saperion.exceptions.EcmException
SearchClient<com.lexmark.saperion.folder.FolderListItemType> newFolderSearch(com.lexmark.saperion.archive.ArchiveReferenceType reference) throws com.lexmark.saperion.exceptions.EcmException
reference
- a reference to the archive to search in.com.lexmark.saperion.exceptions.EcmException
SearchClient<com.lexmark.saperion.lookup.LookupEntryListItemType> newLookupEntrySearch(com.lexmark.saperion.archive.ArchiveReferenceType reference) throws com.lexmark.saperion.exceptions.EcmException
reference
- a reference to the archive to search in.com.lexmark.saperion.exceptions.EcmException
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.