Uses of Class
org.apache.syncope.common.lib.to.PagedResult
-
-
Uses of PagedResult in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return PagedResult Modifier and Type Method Description PagedResult<RealmTO>RealmRestClient. search(RealmQuery query) -
Uses of PagedResult in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return PagedResult Modifier and Type Method Description PagedResult<AccessTokenTO>AccessTokenService. list(AccessTokenQuery query)Returns a paged list of existing access tokens matching the given query.PagedResult<AuthProfileTO>AuthProfileService. list(@javax.validation.constraints.Min(1L) int page, @javax.validation.constraints.Min(1L) int size)Returns the paginated list of existing auth profiles.PagedResult<RemediationTO>RemediationService. list(RemediationQuery query)Returns a list of all remediations.PagedResult<ExecTO>ExecutableService. listExecutions(ExecQuery query)Returns a paged list of executions matching the given query.PagedResult<UserRequestForm>UserRequestService. listForms(UserRequestQuery query)Returns a list of user request forms matching the given query.PagedResult<UserRequest>UserRequestService. listRequests(UserRequestQuery query)Returns a list of running user requests matching the given query.PagedResult<AnyObjectTO>AnyObjectService. search(AnyQuery anyQuery)PagedResult<TO>AnyService. search(AnyQuery anyQuery)Returns a paged list of any objects matching the given query.PagedResult<AuditEntry>AuditService. search(AuditQuery auditQuery)Returns a paged list of audit entries matching the given query.PagedResult<CommandTO>CommandService. search(CommandQuery query)Returns a paged list of all commands.PagedResult<GroupTO>GroupService. search(AnyQuery anyQuery)PagedResult<RealmTO>RealmService. search(RealmQuery query)Returns a paged list of existing realms matching the given query.<T extends TaskTO>
PagedResult<T>TaskService. search(TaskQuery query)Returns a paged list of existing tasks matching the given query.PagedResult<UserTO>UserService. search(AnyQuery anyQuery)PagedResult<GroupTO>SyncopeService. searchAssignableGroups(@NotNull String realm, String term, @javax.validation.constraints.Min(1L) int page, @javax.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
Methods in org.apache.syncope.common.rest.api.service.wa that return PagedResult Modifier and Type Method Description PagedResult<GoogleMfaAuthAccount>GoogleMfaAuthAccountService. list()PagedResult<GoogleMfaAuthToken>GoogleMfaAuthTokenService. list()PagedResult<GoogleMfaAuthAccount>GoogleMfaAuthAccountService. read(@NotNull String owner)PagedResult<GoogleMfaAuthToken>GoogleMfaAuthTokenService. read(@NotNull String owner)PagedResult<MfaTrustedDevice>MfaTrustStorageService. search(MfaTrustedDeviceQuery query)PagedResult<U2FDevice>U2FRegistrationService. search(U2FDeviceQuery query) -
Uses of PagedResult in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return PagedResult Modifier and Type Method Description protected <T extends BaseBean>
PagedResult<T>AbstractService. buildPagedResult(List<T> list, int page, int size, int totalCount)Builds a paged result out of a list of items and additional information.PagedResult<AccessTokenTO>AccessTokenServiceImpl. list(AccessTokenQuery query)PagedResult<AuthProfileTO>AuthProfileServiceImpl. list(int page, int size)PagedResult<RemediationTO>RemediationServiceImpl. list(RemediationQuery query)PagedResult<ExecTO>AbstractExecutableService. listExecutions(ExecQuery query)PagedResult<UserRequestForm>UserRequestServiceImpl. listForms(UserRequestQuery query)PagedResult<UserRequest>UserRequestServiceImpl. listRequests(UserRequestQuery query)PagedResult<TO>AbstractAnyService. search(AnyQuery anyQuery)PagedResult<AnyObjectTO>AnyObjectServiceImpl. search(AnyQuery anyQuery)PagedResult<AuditEntry>AuditServiceImpl. search(AuditQuery auditQuery)PagedResult<CommandTO>CommandServiceImpl. search(CommandQuery query)PagedResult<RealmTO>RealmServiceImpl. search(RealmQuery query)<T extends TaskTO>
PagedResult<T>TaskServiceImpl. search(TaskQuery query)PagedResult<GroupTO>SyncopeServiceImpl. searchAssignableGroups(String realm, String term, int page, int size) -
Uses of PagedResult in org.apache.syncope.core.rest.cxf.service.wa
Methods in org.apache.syncope.core.rest.cxf.service.wa that return PagedResult Modifier and Type Method Description protected PagedResult<GoogleMfaAuthAccount>GoogleMfaAuthAccountServiceImpl. build(List<GoogleMfaAuthAccount> read)PagedResult<GoogleMfaAuthAccount>GoogleMfaAuthAccountServiceImpl. list()PagedResult<GoogleMfaAuthToken>GoogleMfaAuthTokenServiceImpl. list()PagedResult<GoogleMfaAuthAccount>GoogleMfaAuthAccountServiceImpl. read(String owner)PagedResult<GoogleMfaAuthToken>GoogleMfaAuthTokenServiceImpl. read(String owner)PagedResult<MfaTrustedDevice>MfaTrustStorageServiceImpl. search(MfaTrustedDeviceQuery query)PagedResult<U2FDevice>U2FRegistrationServiceImpl. search(U2FDeviceQuery query)
-