Uses of Interface
com.evolveum.midpoint.schema.ResultList

Packages that use ResultList
com.evolveum.midpoint.model.api   
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.provisioning.api   
com.evolveum.midpoint.provisioning.impl   
com.evolveum.midpoint.repo.api   
com.evolveum.midpoint.repo.cache   
com.evolveum.midpoint.repo.xml   
com.evolveum.midpoint.schema   
com.evolveum.midpoint.schema.util   
 

Uses of ResultList in com.evolveum.midpoint.model.api
 

Methods in com.evolveum.midpoint.model.api that return ResultList
<T extends ObjectType>
ResultList<T>
ModelService.listObjects(java.lang.Class<T> objectType, PagingType paging, OperationResult result)
           Returns all objects of specified type that are available to the implementation.
 ResultList<? extends ResourceObjectShadowType> ModelService.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, PagingType paging, OperationResult result)
           Returns all resource objects of specified type that are currently available to the system.
<T extends ResourceObjectShadowType>
ResultList<T>
ModelService.listResourceObjectShadows(java.lang.String resourceOid, java.lang.Class<T> resourceObjectShadowType, OperationResult parentResult)
           Search for resource object shadows of a specified type that belong to the specified resource.
<T extends ObjectType>
ResultList<T>
ModelService.searchObjects(java.lang.Class<T> type, QueryType query, PagingType paging, OperationResult parentResult)
           Search for objects.
 

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

Methods in com.evolveum.midpoint.model.controller that return ResultList
<T extends ObjectType>
ResultList<T>
ModelController.listObjects(java.lang.Class<T> objectType, PagingType paging, OperationResult result)
           
 ResultList<? extends ResourceObjectShadowType> ModelController.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, PagingType paging, OperationResult result)
           
<T extends ResourceObjectShadowType>
ResultList<T>
ModelController.listResourceObjectShadows(java.lang.String resourceOid, java.lang.Class<T> resourceObjectShadowType, OperationResult result)
           
<T extends ObjectType>
ResultList<T>
ModelController.searchObjects(java.lang.Class<T> type, QueryType query, PagingType paging, OperationResult result)
           
 

Uses of ResultList in com.evolveum.midpoint.provisioning.api
 

Methods in com.evolveum.midpoint.provisioning.api that return ResultList
<T extends ObjectType>
ResultList<T>
ProvisioningService.listObjects(java.lang.Class<T> objectType, PagingType paging, OperationResult parentResult)
          Returns all objects of specified type that are available to the implementation.
 ResultList<? extends ResourceObjectShadowType> ProvisioningService.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, PagingType paging, OperationResult parentResult)
          Lists resource objects.
<T extends ObjectType>
ResultList<T>
ProvisioningService.searchObjects(java.lang.Class<T> type, QueryType query, PagingType paging, OperationResult parentResult)
          Search for objects.
 

Uses of ResultList in com.evolveum.midpoint.provisioning.impl
 

Methods in com.evolveum.midpoint.provisioning.impl that return ResultList
<T extends ObjectType>
ResultList<T>
ProvisioningServiceImpl.listObjects(java.lang.Class<T> objectType, PagingType paging, OperationResult parentResult)
           
 ResultList<? extends ResourceObjectShadowType> ProvisioningServiceImpl.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, PagingType paging, OperationResult parentResult)
           
<T extends ObjectType>
ResultList<T>
ProvisioningServiceImpl.searchObjects(java.lang.Class<T> type, QueryType query, PagingType paging, OperationResult parentResult)
           
 

Uses of ResultList in com.evolveum.midpoint.repo.api
 

Methods in com.evolveum.midpoint.repo.api that return ResultList
<T extends ObjectType>
ResultList<T>
RepositoryService.listObjects(java.lang.Class<T> type, PagingType paging, OperationResult parentResult)
          Returns all objects of specified type in the repository.
<T extends ResourceObjectShadowType>
ResultList<T>
RepositoryService.listResourceObjectShadows(java.lang.String resourceOid, java.lang.Class<T> resourceObjectShadowType, OperationResult parentResult)
          Search for resource object shadows of a specified type that belong to the specified resource.
<T extends ObjectType>
ResultList<T>
RepositoryService.searchObjects(java.lang.Class<T> type, QueryType query, PagingType paging, OperationResult parentResult)
          Search for objects in the repository.
 

Uses of ResultList in com.evolveum.midpoint.repo.cache
 

Methods in com.evolveum.midpoint.repo.cache that return ResultList
<T extends ObjectType>
ResultList<T>
RepositoryCache.listObjects(java.lang.Class<T> type, PagingType paging, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
ResultList<T>
RepositoryCache.listResourceObjectShadows(java.lang.String resourceOid, java.lang.Class<T> resourceObjectShadowType, OperationResult parentResult)
           
<T extends ObjectType>
ResultList<T>
RepositoryCache.searchObjects(java.lang.Class<T> type, QueryType query, PagingType paging, OperationResult parentResult)
           
 

Uses of ResultList in com.evolveum.midpoint.repo.xml
 

Methods in com.evolveum.midpoint.repo.xml that return ResultList
<T extends ObjectType>
ResultList<T>
XmlRepositoryService.listObjects(java.lang.Class<T> objectType, PagingType paging, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
ResultList<T>
XmlRepositoryService.listResourceObjectShadows(java.lang.String resourceOid, java.lang.Class<T> resourceObjectShadowType, OperationResult parentResult)
           
<T extends ObjectType>
ResultList<T>
XmlRepositoryService.searchObjects(java.lang.Class<T> clazz, QueryType query, PagingType paging, OperationResult parentResult)
           
 

Uses of ResultList in com.evolveum.midpoint.schema
 

Classes in com.evolveum.midpoint.schema that implement ResultList
 class ResultArrayList<T>
           
 

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

Methods in com.evolveum.midpoint.schema.util that return ResultList
static
<T extends ObjectType>
ResultList<T>
MiscSchemaUtil.toResultList(java.lang.Class<T> type, java.util.List<? extends ObjectType> list)
           
static
<T extends ObjectType>
ResultList<T>
MiscSchemaUtil.toResultList(java.lang.Class<T> type, ObjectListType listType)
           
 



Copyright © 2012 evolveum. All Rights Reserved.