public class DeleteOperation extends Operation
INTERNAL:An XR DeleteOperation is an executable representation of a DELETE operation on the database.
Constructor and Description |
---|
DeleteOperation() |
Modifier and Type | Method and Description |
---|---|
ClassDescriptor |
getClassDescriptor() |
java.lang.String |
getDescriptorName() |
java.lang.Object |
invoke(XRServiceAdapter xrService,
Invocation invocation)
Execute DELETE operation on the database
|
void |
setDescriptorName(java.lang.String descriptorName) |
void |
validate(XRServiceAdapter xrService) |
getName, getParameters, hasResponse, initialize, isCollection, setName
public java.lang.String getDescriptorName()
public void setDescriptorName(java.lang.String descriptorName)
public ClassDescriptor getClassDescriptor()
public void validate(XRServiceAdapter xrService)
public java.lang.Object invoke(XRServiceAdapter xrService, Invocation invocation)
invoke
in class Operation
xrService
- parent XRService
that owns this Operation
invocation
- contains runtime argument values to be bound to the list of
Parameter
's.null
if the underlying DELETE operation on the
database does not return a valueOperation}
EclipseLink 2.4.2, "build v20130514-5956486" API Reference