Uses of Class
org.apache.syncope.common.lib.to.PagedResult
Package
Description
-
Uses of PagedResult in org.apache.syncope.client.console.rest
-
Uses of PagedResult in org.apache.syncope.common.rest.api.service
Modifier and TypeMethodDescriptionAccessTokenService.list
(AccessTokenQuery query) Returns a paged list of existing access tokens matching the given query.AuthProfileService.list
(@jakarta.validation.constraints.Min(1L) int page, @jakarta.validation.constraints.Min(1L) int size) Returns the paginated list of existing auth profiles.RemediationService.list
(RemediationQuery query) Returns a list of all remediations.ExecutableService.listExecutions
(ExecQuery query) Returns a paged list of executions matching the given query.UserRequestService.listForms
(UserRequestQuery query) Returns a list of user request forms matching the given query.UserRequestService.listRequests
(UserRequestQuery query) Returns a list of running user requests matching the given query.Returns a paged list of any objects matching the given query.AuditService.search
(AuditQuery auditQuery) Returns a paged list of audit entries matching the given query.CommandService.search
(CommandQuery query) Returns a paged list of all commands.RealmService.search
(RealmQuery query) Returns a paged list of existing realms matching the given query.<T extends TaskTO>
PagedResult<T> Returns a paged list of existing tasks matching the given query.SyncopeService.searchAssignableGroups
(@NotNull String realm, String term, @jakarta.validation.constraints.Min(1L) int page, @jakarta.validation.constraints.Min(1L) int size) Returns the list of Groups, according to provided paging instructions, assignable to Users and Any Objects of the provided Realm. -
Uses of PagedResult in org.apache.syncope.common.rest.api.service.wa
Modifier and TypeMethodDescriptionGoogleMfaAuthAccountService.list()
GoogleMfaAuthTokenService.list()
MfaTrustStorageService.search
(MfaTrustedDeviceQuery query) -
Uses of PagedResult in org.apache.syncope.core.rest.cxf.service
Modifier and TypeMethodDescriptionprotected <T extends BaseBean>
PagedResult<T> AbstractService.buildPagedResult
(org.springframework.data.domain.Page<T> page) Builds a paged result out of page.AccessTokenServiceImpl.list
(AccessTokenQuery query) AuthProfileServiceImpl.list
(int page, int size) RemediationServiceImpl.list
(RemediationQuery query) AbstractExecutableService.listExecutions
(ExecQuery query) UserRequestServiceImpl.listForms
(UserRequestQuery query) UserRequestServiceImpl.listRequests
(UserRequestQuery query) AuditServiceImpl.search
(AuditQuery auditQuery) CommandServiceImpl.search
(CommandQuery query) RealmServiceImpl.search
(RealmQuery query) <T extends TaskTO>
PagedResult<T> SyncopeServiceImpl.searchAssignableGroups
(String realm, String term, int page, int size) -
Uses of PagedResult in org.apache.syncope.core.rest.cxf.service.wa
Modifier and TypeMethodDescriptionGoogleMfaAuthAccountServiceImpl.list()
GoogleMfaAuthTokenServiceImpl.list()
MfaTrustStorageServiceImpl.search
(MfaTrustedDeviceQuery query)