public abstract class PagingTypeFactory extends Object
Constructor and Description |
---|
PagingTypeFactory() |
Modifier and Type | Method and Description |
---|---|
static com.evolveum.prism.xml.ns._public.query_3.PagingType |
createListAllPaging() |
static com.evolveum.prism.xml.ns._public.query_3.PagingType |
createListAllPaging(com.evolveum.prism.xml.ns._public.query_3.OrderDirectionType order,
String orderBy) |
static com.evolveum.prism.xml.ns._public.query_3.PagingType |
createPaging(int offset,
int maxSize,
com.evolveum.prism.xml.ns._public.query_3.OrderDirectionType order,
String orderBy) |
static com.evolveum.prism.xml.ns._public.query_3.PagingType |
createPaging(int offset,
com.evolveum.prism.xml.ns._public.query_3.OrderDirectionType order,
String orderBy) |
public static com.evolveum.prism.xml.ns._public.query_3.PagingType createListAllPaging()
public static com.evolveum.prism.xml.ns._public.query_3.PagingType createListAllPaging(com.evolveum.prism.xml.ns._public.query_3.OrderDirectionType order, String orderBy)
public static com.evolveum.prism.xml.ns._public.query_3.PagingType createPaging(int offset, com.evolveum.prism.xml.ns._public.query_3.OrderDirectionType order, String orderBy)
public static com.evolveum.prism.xml.ns._public.query_3.PagingType createPaging(int offset, int maxSize, com.evolveum.prism.xml.ns._public.query_3.OrderDirectionType order, String orderBy)
Copyright © 2016 Evolveum. All rights reserved.