Class PathQuery
- java.lang.Object
-
- fr.gouv.vitam.common.database.builder.query.Query
-
- fr.gouv.vitam.common.database.builder.query.PathQuery
-
-
Field Summary
-
Fields inherited from class fr.gouv.vitam.common.database.builder.query.Query
currentObject, currentQuery, currentTokenQUERY, DATE, exactdepth, extraInfo, isFullText, ready, relativedepth
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathQuery
add(java.lang.String... pathes)
Add other paths (at end) to a PATH Query-
Methods inherited from class fr.gouv.vitam.common.database.builder.query.Query
clean, cleanDepth, createQueryArray, createQueryVariable, createQueryVariableValue, createQueryVariableValue, createQueryVariableValue, createQueryVariableValue, createQueryVariableValue, createQueryVariableValue, getCurrentObject, getCurrentQuery, getExtraInfo, getNode, getParserExactdepth, getParserRelativeDepth, getQUERY, isFullText, isReady, setDepthLimit, setExactDepthLimit, setExtraInfo, setFullText, setParserExactdepth, setParserRelativeDepth, setReady, setRelativeDepthLimit, toString
-
-
-
-
Constructor Detail
-
PathQuery
protected PathQuery()
-
PathQuery
public PathQuery(java.lang.String... pathes) throws InvalidCreateOperationException
Path Query constructor- Parameters:
pathes
- node's branch- Throws:
InvalidCreateOperationException
- when query is not valid
-
-
Method Detail
-
add
public final PathQuery add(java.lang.String... pathes) throws InvalidCreateOperationException
Add other paths (at end) to a PATH Query- Parameters:
pathes
- node's branch- Returns:
- this PathQuery
- Throws:
InvalidCreateOperationException
- when query is not valid
-
-