public interface LookupEntryClient
Modifier and Type | Method and Description |
---|---|
void |
delete()
This method deletes the lookup entry instance.
|
List<AclReferenceType> |
getACLs()
This method loads the ACLs that are currently set on this lookup entry.
|
LookupEntryListItemType |
load()
This method loads the lookup entry instance.
|
SearchClient<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,PropertyType> properties)
This method updates a Lookup entry instance.
|
void |
update(UpdateLookupEntryInputType properties)
This method updates a Lookup entry instance.
|
void update(Map<String,PropertyType> properties) throws EcmException
properties
- the properties to updateEcmException
- indicates any system errorvoid update(UpdateLookupEntryInputType properties) throws EcmException
properties
- the properties to updateEcmException
- indicates any system errorvoid delete() throws EcmException
EcmException
- indicates any system errorLookupEntryListItemType load() throws EcmException
EcmException
- indicates any system errorSearchClient<PropertyType> searchMultiValueField(String fieldName) throws EcmException
fieldName
- the name of the multi value fieldEcmException
List<AclReferenceType> getACLs() throws EcmException
EcmException
- when the ACLs could not be loadedCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.