|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hlcl.rql.hip.as.PhysicalPageCollector
public class PhysicalPageCollector
Constructor Summary | |
---|---|
PhysicalPageCollector(java.sql.Connection connection,
java.lang.String setTableName)
Constructor. |
|
PhysicalPageCollector(Page startPage,
java.sql.Connection connection,
java.lang.String setTableName)
Constructor |
Method Summary | |
---|---|
void |
collectPhysicalPages()
Collects all physical child pages of the start page. |
void |
collectPhysicalPages(Page startPage)
Collects all physical child pages of the start page. |
boolean |
containsPage(Page page)
Returns true, if given page is was collected. |
boolean |
containsPage(java.lang.String pageId)
Returns true, if given page id is was collected. |
java.lang.String |
getCurrentPageGuid()
Returns the page GUID for the current row. |
java.lang.String |
getCurrentPageHeadline()
Returns the page headline for the current row. |
java.lang.String |
getCurrentPageId()
Returns the page ID for the current row. |
java.lang.String |
getCurrentPageTemplateName()
Returns the page template name for the current row. |
PageInfoSet |
getPageInfoSet()
Returns the page info set. |
boolean |
nextPage()
Forwards to next row of result set to get all information out of the set - unsorted. |
boolean |
nextPageSortedByTemplateName()
Forwards to next row of result set to get all information out of the set. |
void |
run()
Threadinterface |
void |
setListener(PageListener dependentListener)
Setzt den aghängigen listener, der über jede neue physical page informiert wird, um einen fortschritt anzuzeigen. |
int |
size()
Returns the number of pages in the tree. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PhysicalPageCollector(java.sql.Connection connection, java.lang.String setTableName) throws RQLException
RQLException
public PhysicalPageCollector(Page startPage, java.sql.Connection connection, java.lang.String setTableName) throws RQLException
RQLException
Method Detail |
---|
public void collectPhysicalPages() throws RQLException
RQLException
public void collectPhysicalPages(Page startPage) throws RQLException
RQLException
public boolean containsPage(Page page) throws RQLException
RQLException
public boolean containsPage(java.lang.String pageId) throws RQLException
RQLException
public java.lang.String getCurrentPageGuid() throws RQLException
RQLException
public java.lang.String getCurrentPageHeadline() throws RQLException
RQLException
public java.lang.String getCurrentPageId() throws RQLException
RQLException
public java.lang.String getCurrentPageTemplateName() throws RQLException
RQLException
public PageInfoSet getPageInfoSet()
public boolean nextPage() throws RQLException
RQLException
public boolean nextPageSortedByTemplateName() throws RQLException
RQLException
public void run()
run
in interface java.lang.Runnable
collectPhysicalPages()
public void setListener(PageListener dependentListener)
public int size() throws RQLException
RQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |