public class DeleteLookupEntry extends VoidOperation
Operation that deletes a lookup entry.
The VoidOperation.invoke() method has no return value.| Constructor and Description |
|---|
DeleteLookupEntry(com.lexmark.saperion.lookup.LookupEntryReferenceType reference)
This constructor creates a new
operation that deletes the lookup
entry given by the reference. |
DeleteLookupEntry(String ddc,
String id)
This constructor creates a new
operation that deletes the lookup
entry with the given sysrowid in the given ddc. |
DeleteLookupEntry(String ddc,
String id,
boolean recycleBinAware)
This constructor creates a new
operation that deletes the lookup
entry with the given sysrowid in the given ddc. |
| Modifier and Type | Method and Description |
|---|---|
com.lexmark.saperion.lookup.LookupEntryReferenceType |
getReference() |
String |
toString() |
protected void |
voidInvoke()
Invokes this void operation.
|
afterInvoke, getResult, invokebeforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapExceptionpublic DeleteLookupEntry(String ddc, String id)
operation that deletes the lookup
entry with the given sysrowid in the given ddc.ddc - the lookup ddc to delete inid - the sysRowId of the entry to deletepublic DeleteLookupEntry(String ddc, String id, boolean recycleBinAware)
operation that deletes the lookup
entry with the given sysrowid in the given ddc.ddc - the lookup ddc to delete inid - the sysRowId of the entry to deleterecycleBinAware - set to false if deleting already deleted entrypublic DeleteLookupEntry(com.lexmark.saperion.lookup.LookupEntryReferenceType reference)
operation that deletes the lookup
entry given by the reference.reference - a reference to the lookup entry to delete.protected void voidInvoke()
throws Exception
VoidOperationvoidInvoke in class VoidOperationException - exception when invoking this operationpublic com.lexmark.saperion.lookup.LookupEntryReferenceType getReference()
public String toString()
toString in class com.lexmark.saperion.remote.common.operations.AbstractOperation<com.lexmark.saperion.remote.common.operations.Void,SaBasicException,LegacyConnection>Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.