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, updateLookEntry
public 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
ExtendedLookupEntryService
searchUniqueLookupEntry
in interface ExtendedLookupEntryService
archiveReference
- a reference to a lookup ddc to search infilter
- a filter defining which unique lookup entry to returncom.lexmark.saperion.exceptions.EcmException
public List<com.lexmark.saperion.lookup.LookupEntryListItemType> searchLookupEntries(com.lexmark.saperion.archive.ArchiveReferenceType archiveReference, QueryExpression<Boolean> filter) throws com.lexmark.saperion.exceptions.EcmException
ExtendedLookupEntryService
searchLookupEntries
in interface ExtendedLookupEntryService
archiveReference
- a reference to a lookup ddc to search infilter
- a filter defining which lookup entries to returncom.lexmark.saperion.exceptions.EcmException
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.