public interface LookupEntryClient
Modifier and Type | Method and Description |
---|---|
void |
delete()
This method deletes the lookup entry instance.
|
List<com.lexmark.saperion.administration.AclReferenceType> |
getACLs()
This method loads the ACLs that are currently set on this lookup entry.
|
com.lexmark.saperion.lookup.LookupEntryListItemType |
load()
This method loads the lookup entry instance.
|
SearchClient<com.lexmark.saperion.PropertyType> |
searchMultiValueField(String fieldName)
This method returns a search client for the content of the given multi value field of the given lookup entry.
|
void |
update(Map<String,com.lexmark.saperion.PropertyType> properties)
This method updates a Lookup entry instance.
|
void |
update(com.lexmark.saperion.lookup.UpdateLookupEntryInputType properties)
This method updates a Lookup entry instance.
|
void update(Map<String,com.lexmark.saperion.PropertyType> properties) throws com.lexmark.saperion.exceptions.EcmException
properties
- the properties to updatecom.lexmark.saperion.exceptions.EcmException
- indicates any system errorvoid update(com.lexmark.saperion.lookup.UpdateLookupEntryInputType properties) throws com.lexmark.saperion.exceptions.EcmException
properties
- the properties to updatecom.lexmark.saperion.exceptions.EcmException
- indicates any system errorvoid delete() throws com.lexmark.saperion.exceptions.EcmException
com.lexmark.saperion.exceptions.EcmException
- indicates any system errorcom.lexmark.saperion.lookup.LookupEntryListItemType load() throws com.lexmark.saperion.exceptions.EcmException
com.lexmark.saperion.exceptions.EcmException
- indicates any system errorSearchClient<com.lexmark.saperion.PropertyType> searchMultiValueField(String fieldName) throws com.lexmark.saperion.exceptions.EcmException
fieldName
- the name of the multi value fieldcom.lexmark.saperion.exceptions.EcmException
List<com.lexmark.saperion.administration.AclReferenceType> getACLs() throws com.lexmark.saperion.exceptions.EcmException
com.lexmark.saperion.exceptions.EcmException
- when the ACLs could not be loadedCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.