public interface ExtendedLookupEntryService
extends com.lexmark.saperion.lookup.LookupEntryService
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.
|
com.lexmark.saperion.lookup.LookupEntryListItemType searchUniqueLookupEntry(com.lexmark.saperion.archive.ArchiveReferenceType archiveReference, QueryExpression<Boolean> filter) throws com.lexmark.saperion.exceptions.EcmException
archiveReference
- a reference to a lookup ddc to search infilter
- a filter defining which unique lookup entry to returncom.lexmark.saperion.exceptions.EcmException
List<com.lexmark.saperion.lookup.LookupEntryListItemType> searchLookupEntries(com.lexmark.saperion.archive.ArchiveReferenceType archiveReference, QueryExpression<Boolean> filter) throws com.lexmark.saperion.exceptions.EcmException
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.