|
Ontimize Document Management 0.035EN | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XPathQuery
Queries in the repository.
| Method Summary | |
|---|---|
NodeIterator |
getQuery(java.lang.String xPath)
Returns query result. |
NodeIterator |
getQuery(java.lang.String path,
java.util.Map fields,
boolean recursive)
Creates a list of nodes from the given path. |
| Method Detail |
|---|
NodeIterator getQuery(java.lang.String xPath)
throws RepositoryException,
InvalidQueryException
Returns query result.
xPath - query to perform.
RepositoryException - if JCR exception ocurrs.
InvalidQueryException - if XPath query is invalid.
NodeIterator getQuery(java.lang.String path,
java.util.Map fields,
boolean recursive)
throws RepositoryException,
InvalidQueryException
Creates a list of nodes from the given path.
path - fields - recursive - Search in the node childs. Base node is excluded.
RepositoryException
InvalidQueryException
|
Ontimize Document Management | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||