protected static class DBSTransactionState.DirtyPathsFinder extends Object
Constructor and Description |
---|
DirtyPathsFinder(Set<String> paths) |
Modifier and Type | Method and Description |
---|---|
protected void |
findDirtyPaths(List<?> value,
String path) |
protected void |
findDirtyPaths(Object[] value,
String path) |
protected void |
findDirtyPaths(Object value,
String path) |
protected void |
findDirtyPaths(State.ListDiff value,
String path) |
void |
findDirtyPaths(State.StateDiff value) |
protected void |
findDirtyPaths(State value,
String path) |
public DirtyPathsFinder(Set<String> paths)
public void findDirtyPaths(State.StateDiff value)
protected void findDirtyPaths(Object value, String path)
protected void findDirtyPaths(Object[] value, String path)
protected void findDirtyPaths(List<?> value, String path)
protected void findDirtyPaths(State.ListDiff value, String path)
protected void findDirtyPaths(State value, String path)
Copyright © 2018 Nuxeo. All rights reserved.