com.evolveum.midpoint.prism.query
Class ObjectQuery

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

public class ObjectQuery
extends java.lang.Object
implements Dumpable, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ObjectQuery()
           
 
Method Summary
static ObjectQuery createObjectQuery(ObjectFilter filter)
           
static ObjectQuery createObjectQuery(ObjectFilter filter, ObjectPaging paging)
           
static ObjectQuery createObjectQuery(ObjectPaging paging)
           
 java.lang.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)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, 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)

dump

public java.lang.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 java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2012 evolveum. All Rights Reserved.