public class RetainAllValuesOperation extends ArrayOperation
Modifier and Type | Field and Description |
---|---|
protected List<Array.Entry> |
removedEntries |
protected Collection<?> |
values |
parentPath
Constructor and Description |
---|
RetainAllValuesOperation(Path parentPath,
Collection<?> values) |
Modifier and Type | Method and Description |
---|---|
RetainAllValuesOperation |
clone() |
boolean |
equals(Object obj) |
List<Array.Entry> |
getRemovedEntries() |
Collection<?> |
getRetainedValues() |
int |
hashCode() |
void |
replay(MutableDocument delegate) |
void |
rollback(MutableDocument delegate) |
String |
toString() |
cloneValues, mutableParent
cloneValue, equalsIfNotNull, getParentPath
protected final Collection<?> values
protected transient List<Array.Entry> removedEntries
public RetainAllValuesOperation(Path parentPath, Collection<?> values)
public RetainAllValuesOperation clone()
public void rollback(MutableDocument delegate)
public Collection<?> getRetainedValues()
public List<Array.Entry> getRemovedEntries()
public void replay(MutableDocument delegate)
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.