public class RmiClientExtendedLookupEntryService extends com.lexmark.saperion.ecm.remote.client.RmiClientLookupEntryService implements ExtendedLookupEntryService
| Constructor and Description |
|---|
RmiClientExtendedLookupEntryService(com.lexmark.saperion.remote.common.Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
List<com.lexmark.saperion.lookup.LookupEntryListItemType> |
searchLookupEntries(com.lexmark.saperion.archive.ArchiveReferenceType archiveReference,
QueryExpression<Boolean> filter)
This method lists the lookup entries that meet a given filtering condition.
|
com.lexmark.saperion.lookup.LookupEntryListItemType |
searchUniqueLookupEntry(com.lexmark.saperion.archive.ArchiveReferenceType archiveReference,
QueryExpression<Boolean> filter)
This method returns the single lookup entry from a given ddc that meets the given filtering
condition.
|
createLookupEntry, createLookupEntry, deleteLookupEntry, getAccessControlLists, getAccessOnEntry, getLookupEntry, newSearchService, updateLookEntry, updateLookEntry, updateLookEntrypublic RmiClientExtendedLookupEntryService(com.lexmark.saperion.remote.common.Connection connection)
public com.lexmark.saperion.lookup.LookupEntryListItemType searchUniqueLookupEntry(com.lexmark.saperion.archive.ArchiveReferenceType archiveReference,
QueryExpression<Boolean> filter)
throws com.lexmark.saperion.exceptions.EcmException
ExtendedLookupEntryServicesearchUniqueLookupEntry in interface ExtendedLookupEntryServicearchiveReference - a reference to a lookup ddc to search infilter - a filter defining which unique lookup entry to returncom.lexmark.saperion.exceptions.EcmExceptionpublic List<com.lexmark.saperion.lookup.LookupEntryListItemType> searchLookupEntries(com.lexmark.saperion.archive.ArchiveReferenceType archiveReference, QueryExpression<Boolean> filter) throws com.lexmark.saperion.exceptions.EcmException
ExtendedLookupEntryServicesearchLookupEntries in interface ExtendedLookupEntryServicearchiveReference - a reference to a lookup ddc to search infilter - a filter defining which lookup entries to returncom.lexmark.saperion.exceptions.EcmExceptionCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.