public class ObjectPaging extends Object implements DebugDumpable, Serializable
INDENT_STRING
Modifier | Constructor and Description |
---|---|
protected |
ObjectPaging() |
Modifier and Type | Method and Description |
---|---|
ObjectPaging |
clone() |
protected void |
copyTo(ObjectPaging clone) |
static ObjectPaging |
createEmptyPaging() |
static ObjectPaging |
createPaging(Integer offset,
Integer maxSize) |
static ObjectPaging |
createPaging(Integer offset,
Integer maxSize,
QName orderBy,
OrderDirection direction) |
static ObjectPaging |
createPaging(Integer offset,
Integer maxSize,
String orderBy,
String namespace,
OrderDirection direction) |
String |
debugDump()
Show the content of the object intended for diagnostics by system administrator.
|
String |
debugDump(int indent) |
String |
getCookie()
Returns the paging cookie.
|
OrderDirection |
getDirection() |
Integer |
getMaxSize() |
Integer |
getOffset() |
QName |
getOrderBy() |
void |
setCookie(String cookie)
Sets paging cookie.
|
void |
setDirection(OrderDirection direction) |
void |
setMaxSize(Integer maxSize) |
void |
setOffset(Integer offset) |
void |
setOrderBy(QName orderBy) |
String |
toString() |
public static ObjectPaging createPaging(Integer offset, Integer maxSize)
public static ObjectPaging createPaging(Integer offset, Integer maxSize, QName orderBy, OrderDirection direction)
public static ObjectPaging createPaging(Integer offset, Integer maxSize, String orderBy, String namespace, OrderDirection direction)
public static ObjectPaging createEmptyPaging()
public OrderDirection getDirection()
public void setDirection(OrderDirection direction)
public Integer getOffset()
public void setOffset(Integer offset)
public QName getOrderBy()
public void setOrderBy(QName orderBy)
public Integer getMaxSize()
public void setMaxSize(Integer maxSize)
public String getCookie()
public void setCookie(String cookie)
public ObjectPaging clone()
protected void copyTo(ObjectPaging clone)
public String debugDump()
DebugDumpable
debugDump
in interface DebugDumpable
public String debugDump(int indent)
debugDump
in interface DebugDumpable
Copyright © 2015 evolveum. All rights reserved.