Class TypedQuery<T>

java.lang.Object
com.evolveum.midpoint.schema.query.AbstractTypedQuery<T,TypedQuery<T>>
com.evolveum.midpoint.schema.query.TypedQuery<T>
Type Parameters:
T - Resulting item type
All Implemented Interfaces:
Serializable

public class TypedQuery<T> extends AbstractTypedQuery<T,TypedQuery<T>> implements Serializable
Typed Query represents query with filter, which can be used for searching references, containers and objects (depending on item type). Typed Query can be converted to existing ObjectQuery interface using toObjectQuery() method. This allows to use TypedQuery as a builder for ObjectQuery where resulting object queries will only differ in paging information, but use same filter.
See Also:
  • Method Details