|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
Methods in com.evolveum.midpoint.model that return ObjectListType | |
---|---|
ObjectListType |
ModelWebService.listObjects(java.lang.String objectType,
PagingType paging,
javax.xml.ws.Holder<OperationResultType> result)
|
ObjectListType |
ModelWebService.listResourceObjects(java.lang.String resourceOid,
javax.xml.namespace.QName objectType,
PagingType paging,
javax.xml.ws.Holder<OperationResultType> result)
|
ObjectListType |
ModelWebService.searchObjects(QueryType query,
PagingType paging,
javax.xml.ws.Holder<OperationResultType> result)
|
Uses of ObjectListType in com.evolveum.midpoint.model.api |
---|
Methods in com.evolveum.midpoint.model.api that return ObjectListType | |
---|---|
ObjectListType |
ModelService.listObjects(java.lang.Class<? extends ObjectType> objectType,
PagingType paging,
OperationResult result)
|
ObjectListType |
ModelService.listResourceObjects(java.lang.String resourceOid,
javax.xml.namespace.QName objectType,
PagingType paging,
OperationResult result)
|
ObjectListType |
ModelService.searchObjectsInRepository(QueryType query,
PagingType paging,
OperationResult result)
|
Uses of ObjectListType in com.evolveum.midpoint.model.controller |
---|
Methods in com.evolveum.midpoint.model.controller that return ObjectListType | |
---|---|
ObjectListType |
ModelControllerImpl.listObjects(java.lang.Class<? extends ObjectType> objectType,
PagingType paging,
OperationResult result)
|
ObjectListType |
ModelControllerImpl.listResourceObjects(java.lang.String resourceOid,
javax.xml.namespace.QName objectType,
PagingType paging,
OperationResult result)
|
ObjectListType |
ModelControllerImpl.searchObjectsInProvisioning(QueryType query,
PagingType paging,
OperationResult result)
|
ObjectListType |
ModelController.searchObjectsInProvisioning(QueryType query,
PagingType paging,
OperationResult result)
|
ObjectListType |
ModelControllerImpl.searchObjectsInRepository(QueryType query,
PagingType paging,
OperationResult result)
|
Uses of ObjectListType in com.evolveum.midpoint.provisioning.api |
---|
Methods in com.evolveum.midpoint.provisioning.api that return ObjectListType | |
---|---|
ObjectListType |
ProvisioningService.listObjects(java.lang.Class<? extends ObjectType> objectType,
PagingType paging,
OperationResult parentResult)
Returns all objects of specified type that are available to the implementation. |
ObjectListType |
ProvisioningService.listResourceObjects(java.lang.String resourceOid,
javax.xml.namespace.QName objectType,
PagingType paging,
OperationResult parentResult)
|
ObjectListType |
ProvisioningService.searchObjects(QueryType query,
PagingType paging,
OperationResult parentResult)
Search for objects. |
Uses of ObjectListType in com.evolveum.midpoint.provisioning.impl |
---|
Methods in com.evolveum.midpoint.provisioning.impl that return ObjectListType | |
---|---|
ObjectListType |
ProvisioningServiceImpl.listObjects(java.lang.Class<? extends ObjectType> objectType,
PagingType paging,
OperationResult parentResult)
|
ObjectListType |
ProvisioningServiceImpl.listResourceObjects(java.lang.String resourceOid,
javax.xml.namespace.QName objectType,
PagingType paging,
OperationResult parentResult)
|
ObjectListType |
ProvisioningServiceImpl.searchObjects(QueryType query,
PagingType paging,
OperationResult parentResult)
|
Uses of ObjectListType in com.evolveum.midpoint.repo.api |
---|
Methods in com.evolveum.midpoint.repo.api that return ObjectListType | |
---|---|
ObjectListType |
RepositoryService.listObjects(java.lang.Class objectType,
PagingType paging,
OperationResult parentResult)
Returns all objects of specified type in the repository. |
ObjectListType |
RepositoryService.searchObjects(QueryType query,
PagingType paging,
OperationResult parentResult)
Search for objects in the repository. |
Uses of ObjectListType in com.evolveum.midpoint.repo.xml |
---|
Methods in com.evolveum.midpoint.repo.xml that return ObjectListType | |
---|---|
ObjectListType |
XmlRepositoryService.listObjects(java.lang.Class objectType,
PagingType paging,
OperationResult parentResult)
|
ObjectListType |
XmlRepositoryService.searchObjects(QueryType query,
PagingType paging,
OperationResult parentResult)
|
Uses of ObjectListType in com.evolveum.midpoint.web.repo |
---|
Methods in com.evolveum.midpoint.web.repo that return ObjectListType | |
---|---|
ObjectListType |
RepositoryManager.listObjects(java.lang.Class<? extends ObjectType> objectType,
int offset,
int count)
|
ObjectListType |
RepositoryManagerImpl.listObjects(java.lang.Class<? extends ObjectType> objectType,
int offset,
int count)
|
ObjectListType |
RepositoryManager.searchObjects(java.lang.String name)
|
ObjectListType |
RepositoryManagerImpl.searchObjects(java.lang.String name)
|
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 |
---|
Methods in com.evolveum.midpoint.xml.ns._public.model.model_1 that return ObjectListType | |
---|---|
ObjectListType |
ModelPortType.listObjects(java.lang.String objectType,
PagingType paging,
javax.xml.ws.Holder<OperationResultType> result)
Returns all objects of specified type in the repository. |
ObjectListType |
ModelPortType.listResourceObjects(java.lang.String resourceOid,
javax.xml.namespace.QName objectType,
PagingType paging,
javax.xml.ws.Holder<OperationResultType> result)
WARNING: This operation should not be here. |
ObjectListType |
ModelPortType.searchObjects(QueryType query,
PagingType paging,
javax.xml.ws.Holder<OperationResultType> result)
Search for objects in the repository. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |