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