com.evolveum.midpoint.prism.query
Class ObjectQuery
java.lang.Object
com.evolveum.midpoint.prism.query.ObjectQuery
- All Implemented Interfaces:
- Dumpable, Serializable
public class ObjectQuery
- extends Object
- implements Dumpable, Serializable
- See Also:
- Serialized Form
ObjectQuery
public ObjectQuery()
getFilter
public ObjectFilter getFilter()
setFilter
public void setFilter(ObjectFilter filter)
setPaging
public void setPaging(ObjectPaging paging)
getPaging
public ObjectPaging getPaging()
createObjectQuery
public static ObjectQuery createObjectQuery(ObjectFilter filter)
createObjectQuery
public static ObjectQuery createObjectQuery(ObjectPaging paging)
createObjectQuery
public static ObjectQuery createObjectQuery(ObjectFilter filter,
ObjectPaging paging)
clone
public ObjectQuery clone()
- Overrides:
clone
in class Object
dump
public String dump()
- Description copied from interface:
Dumpable
- Show the content of the object intended for diagnostics by developer.
The content may be multi-line, in case of hierarchical objects it may be intended.
The use of this method may not be efficient. It is not supposed to be used in normal operation.
However, it is very useful in tests or in case of dumping objects in severe error situations.
- Specified by:
dump
in interface Dumpable
- Returns:
- content of the object intended for diagnostics.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013 evolveum. All Rights Reserved.