public class RemoveAllOperationContext extends OperationContext
OperationContext.OperationCode.REMOVEALL operation for both the
pre-operation and post-operation cases.OperationContext.OperationCode| Constructor and Description |
|---|
RemoveAllOperationContext(Collection<?> keys)
Constructor for the operation.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getCallbackArg()
Get the callback argument object for this operation.
|
Collection<?> |
getKeys()
Returns the keys for this removeAll in an unmodifiable collection.
|
OperationContext.OperationCode |
getOperationCode()
Return the operation associated with the
OperationContext
object. |
boolean |
isPostOperation()
True if the context is for post-operation.
|
void |
setCallbackArg(Object callbackArg)
Set the callback argument object for this operation.
|
isClientUpdate, isClientUpdatepublic RemoveAllOperationContext(Collection<?> keys)
public OperationContext.OperationCode getOperationCode()
OperationContext
object.getOperationCode in class OperationContextOperationCode.RemoveAll.public boolean isPostOperation()
isPostOperation in class OperationContextpublic Collection<?> getKeys()
public Object getCallbackArg()
public void setCallbackArg(Object callbackArg)
callbackArg - the callback argument object for this operation.Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.