com.evolveum.midpoint.schema
Class PagingTypeFactory

java.lang.Object
  extended by com.evolveum.midpoint.schema.PagingTypeFactory

public abstract class PagingTypeFactory
extends java.lang.Object

Author:
lazyman

Constructor Summary
PagingTypeFactory()
           
 
Method Summary
static PagingType createListAllPaging()
           
static PagingType createListAllPaging(OrderDirectionType order, java.lang.String orderBy)
           
static PagingType createPaging(int offset, int maxSize, OrderDirectionType order, java.lang.String orderBy)
           
static PagingType createPaging(int offset, OrderDirectionType order, java.lang.String orderBy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PagingTypeFactory

public PagingTypeFactory()
Method Detail

createListAllPaging

public static PagingType createListAllPaging()

createListAllPaging

public static PagingType createListAllPaging(OrderDirectionType order,
                                             java.lang.String orderBy)

createPaging

public static PagingType createPaging(int offset,
                                      OrderDirectionType order,
                                      java.lang.String orderBy)

createPaging

public static PagingType createPaging(int offset,
                                      int maxSize,
                                      OrderDirectionType order,
                                      java.lang.String orderBy)


Copyright © 2012 evolveum. All Rights Reserved.