public interface LookupEntryServiceClient
Modifier and Type | Method and Description |
---|---|
com.lexmark.saperion.lookup.LookupEntryReferenceType |
createLookupEntry(com.lexmark.saperion.archive.ArchiveReferenceType archiveReference,
Map<String,com.lexmark.saperion.PropertyType> properties)
This method creates a new Lookup entry instance.
|
com.lexmark.saperion.lookup.LookupEntryReferenceType |
createLookupEntry(com.lexmark.saperion.lookup.CreateLookupEntryInputType properties)
This method creates a new Lookup entry instance.
|
LookupEntryClient |
resolve(com.lexmark.saperion.lookup.LookupEntryReferenceType reference)
This method returns a client for the lookup entry referenced.
|
com.lexmark.saperion.lookup.LookupEntryReferenceType createLookupEntry(com.lexmark.saperion.archive.ArchiveReferenceType archiveReference, Map<String,com.lexmark.saperion.PropertyType> properties) throws com.lexmark.saperion.exceptions.EcmException
archiveReference
- the reference to the archive to create the new lookup entry inproperties
- the properties of the new lookup entrycom.lexmark.saperion.exceptions.EcmException
- indicates any system errorcom.lexmark.saperion.lookup.LookupEntryReferenceType createLookupEntry(com.lexmark.saperion.lookup.CreateLookupEntryInputType properties) throws com.lexmark.saperion.exceptions.EcmException
properties
- the properties of the new lookup entrycom.lexmark.saperion.exceptions.EcmException
- indicates any system errorLookupEntryClient resolve(com.lexmark.saperion.lookup.LookupEntryReferenceType reference)
reference
- a reference to the lookup entryCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.