public interface ArchiveServiceClient
Modifier and Type | Method and Description |
---|---|
SearchClient<ArchiveListItemType> |
newArchiveSearch()
This method returns a search client for the archives available in the system.
|
SearchClient<DocumentRevisionListItemType> |
newDocumentSearch(ArchiveReferenceType reference)
This method returns a search client for documents in the archive.
|
SearchClient<FolderListItemType> |
newFolderSearch(ArchiveReferenceType reference)
This method returns a search client for folders in the archive.
|
SearchClient<LookupEntryListItemType> |
newLookupEntrySearch(ArchiveReferenceType reference)
This method returns a search client for lookup entries in the archive.
|
ArchiveClient |
resolve(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<ArchiveListItemType> newArchiveSearch() throws EcmException
EcmException
ArchiveClient resolve(ArchiveReferenceType reference) throws EcmException
reference
- a reference to the archive to obtain a client forEcmException
ArchiveClient resolveName(String archiveName) throws EcmException
archiveName
- the name of the archive to obtain a client forEcmException
SearchClient<DocumentRevisionListItemType> newDocumentSearch(ArchiveReferenceType reference) throws EcmException
reference
- a reference to the archive to search in.EcmException
SearchClient<FolderListItemType> newFolderSearch(ArchiveReferenceType reference) throws EcmException
reference
- a reference to the archive to search in.EcmException
SearchClient<LookupEntryListItemType> newLookupEntrySearch(ArchiveReferenceType reference) throws EcmException
reference
- a reference to the archive to search in.EcmException
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.