public class LookupEntryServiceClientImpl extends Object implements LookupEntryServiceClient
LookupEntryServiceClient
.Constructor and Description |
---|
LookupEntryServiceClientImpl(com.lexmark.saperion.lookup.LookupEntryService lookupEntryService) |
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.
|
public LookupEntryServiceClientImpl(com.lexmark.saperion.lookup.LookupEntryService lookupEntryService)
public 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
LookupEntryServiceClient
createLookupEntry
in interface LookupEntryServiceClient
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 errorpublic com.lexmark.saperion.lookup.LookupEntryReferenceType createLookupEntry(com.lexmark.saperion.lookup.CreateLookupEntryInputType properties) throws com.lexmark.saperion.exceptions.EcmException
LookupEntryServiceClient
createLookupEntry
in interface LookupEntryServiceClient
properties
- the properties of the new lookup entrycom.lexmark.saperion.exceptions.EcmException
- indicates any system errorpublic LookupEntryClient resolve(com.lexmark.saperion.lookup.LookupEntryReferenceType reference)
LookupEntryServiceClient
resolve
in interface LookupEntryServiceClient
reference
- a reference to the lookup entryCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.