public class PageHandle extends ServiceDataObject implements Serializable
Constructor and Description |
---|
PageHandle() |
Modifier and Type | Method and Description |
---|---|
boolean |
getFinalPage()
Gets whether this is the final page of results.
|
Integer |
getNumberOfPages()
Gets the number of pages in the result.
|
Integer |
getPageHandleID()
Gets the unique page handle ID used to retrieve subsequent pages.
|
Integer |
getPageNumber()
Gets the current page number contained within this PageHandle.
|
int |
getPageSize()
Gets the number of results per page.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setFinalPage(boolean value)
Sets whether this is the final page of results.
|
void |
setNumberOfPages(Integer value)
Sets the number of pages in the result.
|
void |
setPageHandleID(Integer value)
Sets the unique page handle ID used to retrieve subsequent pages.
|
void |
setPageNumber(Integer value)
Sets the current page number contained within this PageHandle.
|
void |
setPageSize(int value)
Sets the number of results per page.
|
com.opentext.api.LLValue |
toLLValue()
Serialize an SDO object to an LLValue that can be sent to Livelink.
|
String |
toString()
Returns a string representation of the object consisting of the object name
and any features and their values within square brackets.
|
public void setFinalPage(boolean value)
public boolean getFinalPage()
public void setNumberOfPages(Integer value)
public Integer getNumberOfPages()
public void setPageHandleID(Integer value)
public Integer getPageHandleID()
public void setPageNumber(Integer value)
public Integer getPageNumber()
public void setPageSize(int value)
public int getPageSize()
public void load(com.opentext.api.LLValue value)
IServiceDataObject
load
in interface IServiceDataObject
load
in class ServiceDataObject
value
- the LLValue containing the data to be loadedpublic com.opentext.api.LLValue toLLValue()
IServiceDataObject
toLLValue
in interface IServiceDataObject
toLLValue
in class ServiceDataObject
public String toString()
ServiceDataObject
toString
in class ServiceDataObject
© Copyright 2017 OpenText Corp. All Rights Reserved.