com.evolveum.midpoint.schema.util
Class ObjectQueryUtil
java.lang.Object
com.evolveum.midpoint.schema.util.ObjectQueryUtil
public class ObjectQueryUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectQueryUtil
public ObjectQueryUtil()
createResourceAndAccountQuery
public static ObjectQuery createResourceAndAccountQuery(String resourceOid,
QName objectClass,
PrismContext prismContext)
throws SchemaException
- Throws:
SchemaException
createNameQuery
public static <T extends ObjectType> ObjectQuery createNameQuery(Class<T> clazz,
PrismContext prismContext,
String name)
throws SchemaException
- Throws:
SchemaException
createRootOrgQuery
public static ObjectQuery createRootOrgQuery(PrismContext prismContext)
throws SchemaException
- Throws:
SchemaException
Copyright © 2013 evolveum. All Rights Reserved.