com.evolveum.midpoint.prism.query
Class ObjectQuery

java.lang.Object
  extended by com.evolveum.midpoint.prism.query.ObjectQuery
All Implemented Interfaces:
Dumpable, Serializable

public class ObjectQuery
extends Object
implements Dumpable, Serializable

See Also:
Serialized Form

Constructor Summary
ObjectQuery()
           
 
Method Summary
 ObjectQuery clone()
           
static ObjectQuery createObjectQuery(ObjectFilter filter)
           
static ObjectQuery createObjectQuery(ObjectFilter filter, ObjectPaging paging)
           
static ObjectQuery createObjectQuery(ObjectPaging paging)
           
 String dump()
          Show the content of the object intended for diagnostics by developer.
 ObjectFilter getFilter()
           
 ObjectPaging getPaging()
           
 void setFilter(ObjectFilter filter)
           
 void setPaging(ObjectPaging paging)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectQuery

public ObjectQuery()
Method Detail

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.