public class ArchiveServiceClientImpl extends Object implements ArchiveServiceClient
ArchiveServiceClient.| Constructor and Description |
|---|
ArchiveServiceClientImpl(ArchiveService archiveService,
DocumentService documentService,
FolderService folderService,
LookupEntryService lookupEntryService) |
| 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.
|
public ArchiveServiceClientImpl(ArchiveService archiveService, DocumentService documentService, FolderService folderService, LookupEntryService lookupEntryService)
public SearchClient<ArchiveListItemType> newArchiveSearch() throws EcmException
ArchiveServiceClientnewArchiveSearch in interface ArchiveServiceClientEcmExceptionpublic ArchiveClient resolve(ArchiveReferenceType reference) throws EcmException
ArchiveServiceClientresolve in interface ArchiveServiceClientreference - a reference to the archive to obtain a client forEcmExceptionpublic ArchiveClient resolveName(String archiveName) throws EcmException
ArchiveServiceClientresolveName in interface ArchiveServiceClientarchiveName - the name of the archive to obtain a client forEcmExceptionpublic SearchClient<DocumentRevisionListItemType> newDocumentSearch(ArchiveReferenceType reference) throws EcmException
ArchiveServiceClientnewDocumentSearch in interface ArchiveServiceClientreference - a reference to the archive to search in.EcmExceptionpublic SearchClient<FolderListItemType> newFolderSearch(ArchiveReferenceType reference) throws EcmException
ArchiveServiceClientnewFolderSearch in interface ArchiveServiceClientreference - a reference to the archive to search in.EcmExceptionpublic SearchClient<LookupEntryListItemType> newLookupEntrySearch(ArchiveReferenceType reference) throws EcmException
ArchiveServiceClientnewLookupEntrySearch in interface ArchiveServiceClientreference - a reference to the archive to search in.EcmExceptionCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.