public class PutIfAbsentOperation extends Operation
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, mutableParent
public PutIfAbsentOperation clone()
public Object getNewValue()
public String getFieldName()
public boolean isApplied()
public void rollback(MutableDocument delegate)
public void replay(MutableDocument delegate)
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.