@Immutable public class RemoveOperation extends Operation
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() |
int |
hashCode() |
boolean |
isRemoved() |
void |
replay(MutableDocument delegate) |
void |
rollback(MutableDocument delegate) |
String |
toString() |
cloneValue, equalsIfNotNull, getParentPath, mutableParent
public RemoveOperation clone()
public String getFieldName()
public void rollback(MutableDocument delegate)
public void replay(MutableDocument delegate)
public boolean isRemoved()
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.