ResourcePermission
instead@Deprecated 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)
Deprecated.
Constructor for the operation.
|
Modifier and Type | Method and Description |
---|---|
Object |
getCallbackArg()
Deprecated.
Get the callback argument object for this operation.
|
Collection<?> |
getKeys()
Deprecated.
Returns the keys for this removeAll in an unmodifiable collection.
|
OperationContext.OperationCode |
getOperationCode()
Deprecated.
Return the operation associated with the
OperationContext object. |
boolean |
isPostOperation()
Deprecated.
True if the context is for post-operation.
|
void |
setCallbackArg(Object callbackArg)
Deprecated.
Set the callback argument object for this operation.
|
protected void |
setPostOperation()
Deprecated.
Set the post-operation flag to true.
|
isClientUpdate, isClientUpdate
public RemoveAllOperationContext(Collection<?> keys)
keys
- the keys to removepublic OperationContext.OperationCode getOperationCode()
OperationContext
object.getOperationCode
in class OperationContext
OperationCode.RemoveAll
.public boolean isPostOperation()
isPostOperation
in class OperationContext
protected void setPostOperation()
public Collection<?> getKeys()
public Object getCallbackArg()
public void setCallbackArg(Object callbackArg)
callbackArg
- the callback argument object for this operation.