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. |
Modifier and Type | Method and Description |
---|---|
com.lexmark.saperion.lookup.LookupEntryReferenceType |
getReference() |
String |
toString() |
protected void |
voidInvoke()
Invokes this void operation.
|
afterInvoke, getResult, invoke
beforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapException
toArrayList, toCaseInsensitiveMap, toHashMap
public 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
- teh sysRowId of the entry to deletepublic 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
VoidOperation
voidInvoke
in class VoidOperation
Exception
- 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.