|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ResultList in com.evolveum.midpoint.model.api |
---|
Methods in com.evolveum.midpoint.model.api that return ResultList | ||
---|---|---|
|
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. |
|
|
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. |
|
|
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 | ||
---|---|---|
|
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)
|
|
|
ModelController.listResourceObjectShadows(java.lang.String resourceOid,
java.lang.Class<T> resourceObjectShadowType,
OperationResult result)
|
|
|
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 | ||
---|---|---|
|
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. |
|
|
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 | ||
---|---|---|
|
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)
|
|
|
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 | ||
---|---|---|
|
RepositoryService.listObjects(java.lang.Class<T> type,
PagingType paging,
OperationResult parentResult)
Returns all objects of specified type in the repository. |
|
|
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. |
|
|
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 | ||
---|---|---|
|
RepositoryCache.listObjects(java.lang.Class<T> type,
PagingType paging,
OperationResult parentResult)
|
|
|
RepositoryCache.listResourceObjectShadows(java.lang.String resourceOid,
java.lang.Class<T> resourceObjectShadowType,
OperationResult parentResult)
|
|
|
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 | ||
---|---|---|
|
XmlRepositoryService.listObjects(java.lang.Class<T> objectType,
PagingType paging,
OperationResult parentResult)
|
|
|
XmlRepositoryService.listResourceObjectShadows(java.lang.String resourceOid,
java.lang.Class<T> resourceObjectShadowType,
OperationResult parentResult)
|
|
|
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
|
MiscSchemaUtil.toResultList(java.lang.Class<T> type,
java.util.List<? extends ObjectType> list)
|
|
static
|
MiscSchemaUtil.toResultList(java.lang.Class<T> type,
ObjectListType listType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |