Uses of Class
com.evolveum.midpoint.schema.ObjectTypes

Packages that use ObjectTypes
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.schema   
com.evolveum.midpoint.web.controller.util   
com.evolveum.midpoint.web.model.impl   
 

Uses of ObjectTypes in com.evolveum.midpoint.model.controller
 

Methods in com.evolveum.midpoint.model.controller with parameters of type ObjectTypes
static ObjectReferenceType ModelUtils.createReference(java.lang.String oid, ObjectTypes type)
           
 

Uses of ObjectTypes in com.evolveum.midpoint.schema
 

Methods in com.evolveum.midpoint.schema that return ObjectTypes
static ObjectTypes ObjectTypes.getObjectType(java.lang.Class<? extends ObjectType> objectType)
           
static ObjectTypes ObjectTypes.getObjectType(java.lang.String objectType)
           
static ObjectTypes ObjectTypes.getObjectTypeFromUri(java.lang.String objectTypeUri)
           
static ObjectTypes ObjectTypes.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ObjectTypes[] ObjectTypes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ObjectTypes in com.evolveum.midpoint.web.controller.util
 

Methods in com.evolveum.midpoint.web.controller.util with parameters of type ObjectTypes
static org.w3c.dom.Element ControllerUtil.createQuery(java.lang.String username, ObjectTypes objectType)
           
 

Uses of ObjectTypes in com.evolveum.midpoint.web.model.impl
 

Methods in com.evolveum.midpoint.web.model.impl with parameters of type ObjectTypes
protected  java.util.Collection<T> ObjectManagerImpl.list(PagingType paging, ObjectTypes type)
           
 



Copyright © 2011 evolveum. All Rights Reserved.