|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PagingType in com.evolveum.midpoint.model |
---|
Methods in com.evolveum.midpoint.model with parameters of type PagingType | |
---|---|
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 PagingType in com.evolveum.midpoint.model.api |
---|
Methods in com.evolveum.midpoint.model.api with parameters of type PagingType | |
---|---|
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 PagingType in com.evolveum.midpoint.model.controller |
---|
Methods in com.evolveum.midpoint.model.controller with parameters of type PagingType | |
---|---|
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)
|
static void |
ModelUtils.validatePaging(PagingType paging)
|
Uses of PagingType in com.evolveum.midpoint.provisioning.api |
---|
Methods in com.evolveum.midpoint.provisioning.api with parameters of type PagingType | |
---|---|
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. |
void |
ProvisioningService.searchObjectsIterative(QueryType query,
PagingType paging,
ResultHandler handler,
OperationResult parentResult)
Search for objects iteratively. |
Uses of PagingType in com.evolveum.midpoint.provisioning.impl |
---|
Methods in com.evolveum.midpoint.provisioning.impl with parameters of type PagingType | |
---|---|
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)
|
void |
ProvisioningServiceImpl.searchObjectsIterative(QueryType query,
PagingType paging,
ResultHandler handler,
OperationResult parentResult)
|
Uses of PagingType in com.evolveum.midpoint.repo.api |
---|
Methods in com.evolveum.midpoint.repo.api with parameters of type PagingType | |
---|---|
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 PagingType in com.evolveum.midpoint.repo.xml |
---|
Methods in com.evolveum.midpoint.repo.xml with parameters of type PagingType | |
---|---|
ObjectListType |
XmlRepositoryService.listObjects(java.lang.Class objectType,
PagingType paging,
OperationResult parentResult)
|
ObjectListType |
XmlRepositoryService.searchObjects(QueryType query,
PagingType paging,
OperationResult parentResult)
|
Uses of PagingType in com.evolveum.midpoint.schema |
---|
Methods in com.evolveum.midpoint.schema that return PagingType | |
---|---|
static PagingType |
PagingTypeFactory.createListAllPaging()
|
static PagingType |
PagingTypeFactory.createListAllPaging(OrderDirectionType order,
java.lang.String orderBy)
|
static PagingType |
PagingTypeFactory.createPaging(int offset,
int maxSize,
OrderDirectionType order,
java.lang.String orderBy)
|
static PagingType |
PagingTypeFactory.createPaging(int offset,
OrderDirectionType order,
java.lang.String orderBy)
|
Uses of PagingType in com.evolveum.midpoint.web.model |
---|
Methods in com.evolveum.midpoint.web.model with parameters of type PagingType | |
---|---|
java.util.Collection<T> |
ObjectManager.list(PagingType paging)
List objects according to paging parameters. |
java.util.Collection<ResourceObjectShadowDto<ResourceObjectShadowType>> |
ResourceManager.listResourceObjects(java.lang.String resourceOid,
javax.xml.namespace.QName objectClass,
PagingType paging)
|
java.util.List<UserDto> |
UserManager.search(QueryType search,
PagingType paging)
|
Uses of PagingType in com.evolveum.midpoint.web.model.impl |
---|
Methods in com.evolveum.midpoint.web.model.impl with parameters of type PagingType | ||
---|---|---|
java.util.Collection<SystemConfigurationDto> |
SystemManagerImpl.list(PagingType paging)
|
|
java.util.Collection<GuiResourceDto> |
ResourceManagerImpl.list(PagingType paging)
|
|
java.util.Collection<AccountShadowDto> |
AccountManagerImpl.list(PagingType paging)
|
|
java.util.Collection<GuiUserDto> |
UserManagerImpl.list(PagingType paging)
|
|
protected
|
ObjectManagerImpl.list(PagingType paging,
java.lang.Class<O> type)
|
|
protected java.util.Collection<T> |
ObjectManagerImpl.list(PagingType paging,
ObjectTypes type)
|
|
java.util.Collection<ResourceObjectShadowDto<ResourceObjectShadowType>> |
ResourceManagerImpl.listResourceObjects(java.lang.String resourceOid,
javax.xml.namespace.QName objectClass,
PagingType paging)
|
|
java.util.List<UserDto> |
UserManagerImpl.search(QueryType search,
PagingType paging)
|
Uses of PagingType in com.evolveum.midpoint.xml.ns._public.common.common_1 |
---|
Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return PagingType | |
---|---|
PagingType |
ObjectFactory.createPagingType()
Create an instance of PagingType |
Uses of PagingType in com.evolveum.midpoint.xml.ns._public.model.model_1 |
---|
Methods in com.evolveum.midpoint.xml.ns._public.model.model_1 with parameters of type PagingType | |
---|---|
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 |