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