|
Ontimize Document Management 0.035EN | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JcrNodeIterator
Wrappers a NodeIterator with some custom methods.
| Method Summary | |
|---|---|
java.lang.String |
getBase()
Calculates the base path from the given node. |
JcrNode |
getNode()
|
long |
getSize()
|
boolean |
hasNext()
|
boolean |
isAbsolute()
Merges the base and the path of each node. |
JcrNode |
nextNode()
|
void |
setAbsolute(boolean absolute)
|
| Methods inherited from interface java.util.Iterator |
|---|
next, remove |
| Method Detail |
|---|
java.lang.String getBase()
throws RepositoryException
Calculates the base path from the given node.
RepositoryExceptionJcrNode getNode()
JcrNode nextNode()
throws RepositoryException
RepositoryExceptionboolean hasNext()
hasNext in interface java.util.Iteratorlong getSize()
boolean isAbsolute()
Merges the base and the path of each node.
void setAbsolute(boolean absolute)
|
Ontimize Document Management | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||