public class ObjectPaging extends Object implements Dumpable, DebugDumpable, Serializable
INDENT_STRING
Modifier and Type | Method and Description |
---|---|
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 |
dump()
Show the content of the object intended for diagnostics by developer.
|
OrderDirection |
getDirection() |
Integer |
getMaxSize() |
Integer |
getOffset() |
QName |
getOrderBy() |
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 ObjectPaging clone()
public String debugDump()
DebugDumpable
debugDump
in interface DebugDumpable
public String debugDump(int indent)
debugDump
in interface DebugDumpable
public String dump()
Dumpable
Copyright © 2013 evolveum. All rights reserved.