Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectListType

Packages that use ObjectListType
com.evolveum.midpoint.common   
com.evolveum.midpoint.model   
com.evolveum.midpoint.schema.util   
com.evolveum.midpoint.xml.ns._public.common.common_1   
com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl   
 

Uses of ObjectListType in com.evolveum.midpoint.common
 

Methods in com.evolveum.midpoint.common with parameters of type ObjectListType
static java.lang.String DebugUtil.prettyPrint(ObjectListType list)
           
 

Uses of ObjectListType in com.evolveum.midpoint.model
 

Method parameters in com.evolveum.midpoint.model with type arguments of type ObjectListType
 void ModelWebService.listObjects(java.lang.String objectType, PagingType paging, javax.xml.ws.Holder<ObjectListType> objectListHolder, javax.xml.ws.Holder<OperationResultType> result)
           
 void ModelWebService.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectType, PagingType paging, javax.xml.ws.Holder<ObjectListType> objectListTypeHolder, javax.xml.ws.Holder<OperationResultType> result)
           
 void ModelWebService.searchObjects(java.lang.String objectTypeUri, QueryType query, PagingType paging, javax.xml.ws.Holder<ObjectListType> objectListHolder, javax.xml.ws.Holder<OperationResultType> result)
           
 

Uses of ObjectListType in com.evolveum.midpoint.schema.util
 

Methods in com.evolveum.midpoint.schema.util that return ObjectListType
static ObjectListType MiscUtil.toObjectListType(java.util.List<? extends ObjectType> list)
           
 

Methods in com.evolveum.midpoint.schema.util with parameters of type ObjectListType
static
<T extends ObjectType>
java.util.List<T>
MiscUtil.toList(java.lang.Class<T> type, ObjectListType listType)
           
static
<T extends ObjectType>
ResultList<T>
MiscUtil.toResultList(java.lang.Class<T> type, ObjectListType listType)
           
 

Uses of ObjectListType in com.evolveum.midpoint.xml.ns._public.common.common_1
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return ObjectListType
 ObjectListType ObjectFactory.createObjectListType()
          Create an instance of ObjectListType
 

Uses of ObjectListType in com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl
 

Method parameters in com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl with type arguments of type ObjectListType
 void ModelPortTypeImpl.listObjects(java.lang.String objectType, PagingType paging, javax.xml.ws.Holder<ObjectListType> objectList, javax.xml.ws.Holder<OperationResultType> result)
           
 void ModelPortType.listObjects(java.lang.String objectType, PagingType paging, javax.xml.ws.Holder<ObjectListType> objectList, javax.xml.ws.Holder<OperationResultType> result)
          Returns all objects of specified type in the repository.
 void ModelPortTypeImpl.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectType, PagingType paging, javax.xml.ws.Holder<ObjectListType> objectList, javax.xml.ws.Holder<OperationResultType> result)
           
 void ModelPortType.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectType, PagingType paging, javax.xml.ws.Holder<ObjectListType> objectList, javax.xml.ws.Holder<OperationResultType> result)
          WARNING: This operation should not be here.
 void ModelPortTypeImpl.searchObjects(java.lang.String objectType, QueryType query, PagingType paging, javax.xml.ws.Holder<ObjectListType> objectList, javax.xml.ws.Holder<OperationResultType> result)
           
 void ModelPortType.searchObjects(java.lang.String objectType, QueryType query, PagingType paging, javax.xml.ws.Holder<ObjectListType> objectList, javax.xml.ws.Holder<OperationResultType> result)
          Search for objects in the repository.
 



Copyright © 2011 evolveum. All Rights Reserved.