@Immutable @SerializeWith(value=RemoveOperation.Externalizer.class) public class RemoveOperation extends Operation
| Modifier and Type | Class and Description |
|---|---|
static class |
RemoveOperation.Externalizer |
| Modifier and Type | Field and Description |
|---|---|
protected String |
fieldName |
protected Object |
oldValue |
parentPath| Constructor and Description |
|---|
RemoveOperation(Path parentPath,
String fieldName,
Object oldValue) |
| Modifier and Type | Method and Description |
|---|---|
RemoveOperation |
clone() |
boolean |
equals(Object obj) |
String |
getFieldName() |
boolean |
isRemoved() |
void |
replay(MutableDocument delegate) |
void |
rollback(MutableDocument delegate) |
String |
toString() |
cloneValue, equalsIfNotNull, getParentPath, hashCode, mutableParentpublic RemoveOperation clone()
public String getFieldName()
public void rollback(MutableDocument delegate)
public void replay(MutableDocument delegate)
public boolean isRemoved()
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.