public class FilterExprPath extends Object implements Serializable
The actual path can change due to FetchConfig query joins that proceed the query that includes the filterMany.
| Constructor and Description |
|---|
FilterExprPath(String path) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
Return the path.
|
FilterExprPath |
trimPath(int prefixTrim)
Return a copy of the FilterExprPath trimming off leading part of the path
due to a proceeding (earlier) query join etc.
|
public FilterExprPath(String path)
public FilterExprPath trimPath(int prefixTrim)
public String getPath()
Copyright © 2014. All Rights Reserved.