com.evolveum.midpoint.schema
Class PagingTypeFactory
java.lang.Object
com.evolveum.midpoint.schema.PagingTypeFactory
public abstract class PagingTypeFactory
- extends Object
- Author:
- lazyman
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PagingTypeFactory
public PagingTypeFactory()
createListAllPaging
public static PagingType createListAllPaging()
createListAllPaging
public static PagingType createListAllPaging(OrderDirectionType order,
String orderBy)
createPaging
public static PagingType createPaging(int offset,
OrderDirectionType order,
String orderBy)
createPaging
public static PagingType createPaging(int offset,
int maxSize,
OrderDirectionType order,
String orderBy)
Copyright © 2013 evolveum. All Rights Reserved.