Uses of Class
org.apache.syncope.core.persistence.api.dao.search.OrderByClause
-
-
Uses of OrderByClause in org.apache.syncope.core.flowable.api
Method parameters in org.apache.syncope.core.flowable.api with type arguments of type OrderByClause Modifier and Type Method Description Pair<Integer,List<UserRequestForm>>
UserRequestHandler. getForms(String userKey, int page, int size, List<OrderByClause> orderByClauses)
Get the forms matching the provided parameters.Pair<Integer,List<UserRequest>>
UserRequestHandler. getUserRequests(String userKey, int page, int size, List<OrderByClause> orderByClauses)
Get the running user requests matching the provided parameters. -
Uses of OrderByClause in org.apache.syncope.core.flowable.impl
Method parameters in org.apache.syncope.core.flowable.impl with type arguments of type OrderByClause Modifier and Type Method Description Pair<Integer,List<UserRequestForm>>
FlowableUserRequestHandler. getForms(String userKey, int page, int size, List<OrderByClause> ob)
protected Pair<Integer,List<UserRequestForm>>
FlowableUserRequestHandler. getForms(org.flowable.task.api.TaskQuery query, int page, int size, List<OrderByClause> orderByClauses)
Pair<Integer,List<UserRequest>>
FlowableUserRequestHandler. getUserRequests(String userKey, int page, int size, List<OrderByClause> orderByClauses)
-
Uses of OrderByClause in org.apache.syncope.core.logic
Method parameters in org.apache.syncope.core.logic with type arguments of type OrderByClause Modifier and Type Method Description Pair<Integer,List<AccessTokenTO>>
AccessTokenLogic. list(int page, int size, List<OrderByClause> orderByClauses)
Pair<Integer,List<RemediationTO>>
RemediationLogic. list(OffsetDateTime before, OffsetDateTime after, int page, int size, List<OrderByClause> orderByClauses)
abstract Pair<Integer,List<ExecTO>>
AbstractExecutableLogic. listExecutions(String key, OffsetDateTime before, OffsetDateTime after, int page, int size, List<OrderByClause> orderByClauses)
Pair<Integer,List<ExecTO>>
ReportLogic. listExecutions(String key, OffsetDateTime before, OffsetDateTime after, int page, int size, List<OrderByClause> orderByClauses)
Pair<Integer,List<ExecTO>>
TaskLogic. listExecutions(String key, OffsetDateTime before, OffsetDateTime after, int page, int size, List<OrderByClause> orderByClauses)
Pair<Integer,List<UserRequestForm>>
UserRequestLogic. listForms(String userKey, int page, int size, List<OrderByClause> orderByClauses)
Pair<Integer,List<UserRequest>>
UserRequestLogic. listRequests(String userKey, int page, int size, List<OrderByClause> orderByClauses)
List<ProvisioningReport>
ReconciliationLogic. push(SearchCond searchCond, int page, int size, List<OrderByClause> orderBy, String realm, CSVPushSpec spec, OutputStream os)
abstract Pair<Integer,List<TO>>
AbstractAnyLogic. search(SearchCond searchCond, int page, int size, List<OrderByClause> orderBy, String realm, boolean recursive, boolean details)
Pair<Integer,List<AnyObjectTO>>
AnyObjectLogic. search(SearchCond searchCond, int page, int size, List<OrderByClause> orderBy, String realm, boolean recursive, boolean details)
Pair<Integer,List<GroupTO>>
GroupLogic. search(SearchCond searchCond, int page, int size, List<OrderByClause> orderBy, String realm, boolean recursive, boolean details)
<T extends TaskTO>
Pair<Integer,List<T>>TaskLogic. search(TaskType type, String resource, String notification, AnyTypeKind anyTypeKind, String entityKey, int page, int size, List<OrderByClause> orderByClauses, boolean details)
Pair<Integer,List<UserTO>>
UserLogic. search(SearchCond searchCond, int page, int size, List<OrderByClause> orderBy, String realm, boolean recursive, boolean details)
Pair<SearchResult,List<ConnObject>>
ResourceLogic. searchConnObjects(Filter filter, Set<String> moreAttrsToGet, String key, String anyTypeKey, int size, String pagedResultsCookie, List<OrderByClause> orderBy)
-
Uses of OrderByClause in org.apache.syncope.core.logic.wa
Method parameters in org.apache.syncope.core.logic.wa with type arguments of type OrderByClause Modifier and Type Method Description Pair<Integer,List<MfaTrustedDevice>>
MfaTrusStorageLogic. search(Integer page, Integer itemsPerPage, String principal, Long id, OffsetDateTime recordDate, List<OrderByClause> orderByClauses)
Pair<Integer,List<U2FDevice>>
U2FRegistrationLogic. search(Integer page, Integer itemsPerPage, Long id, OffsetDateTime expirationDate, List<OrderByClause> orderByClauses)
-
Uses of OrderByClause in org.apache.syncope.core.persistence.api.dao
Method parameters in org.apache.syncope.core.persistence.api.dao with type arguments of type OrderByClause Modifier and Type Method Description List<AccessToken>
AccessTokenDAO. findAll(int page, int itemsPerPage, List<OrderByClause> orderByClauses)
List<Remediation>
RemediationDAO. findAll(OffsetDateTime before, OffsetDateTime after, int page, int itemsPerPage, List<OrderByClause> orderByClauses)
List<ReportExec>
ReportExecDAO. findAll(Report report, OffsetDateTime before, OffsetDateTime after, int page, int itemsPerPage, List<OrderByClause> orderByClauses)
<T extends Task<T>>
List<T>TaskDAO. findAll(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey, int page, int itemsPerPage, List<OrderByClause> orderByClauses)
List<TaskExec<?>>
TaskExecDAO. findAll(Task<?> task, OffsetDateTime before, OffsetDateTime after, int page, int itemsPerPage, List<OrderByClause> orderByClauses)
<T extends Any<?>>
List<T>AnySearchDAO. search(SearchCond searchCondition, List<OrderByClause> orderBy, AnyTypeKind kind)
<T extends Any<?>>
List<T>AnySearchDAO. search(Realm base, boolean recursive, Set<String> adminRealms, SearchCond searchCondition, int page, int itemsPerPage, List<OrderByClause> orderBy, AnyTypeKind kind)
-
Uses of OrderByClause in org.apache.syncope.core.persistence.jpa.dao
Method parameters in org.apache.syncope.core.persistence.jpa.dao with type arguments of type OrderByClause Modifier and Type Method Description protected abstract <T extends Any<?>>
List<T>AbstractAnySearchDAO. doSearch(Realm base, boolean recursive, Set<String> adminRealms, SearchCond searchCondition, int page, int itemsPerPage, List<OrderByClause> orderBy, AnyTypeKind kind)
protected <T extends Any<?>>
List<T>ElasticsearchAnySearchDAO. doSearch(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, int page, int itemsPerPage, List<OrderByClause> orderBy, AnyTypeKind kind)
protected <T extends Any<?>>
List<T>JPAAnySearchDAO. doSearch(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, int page, int itemsPerPage, List<OrderByClause> orderBy, AnyTypeKind kind)
protected <T extends Any<?>>
List<T>OpenSearchAnySearchDAO. doSearch(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, int page, int itemsPerPage, List<OrderByClause> orderBy, AnyTypeKind kind)
protected <T extends Any<?>>
List<T>PGJPAJSONAnySearchDAO. doSearch(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, int page, int itemsPerPage, List<OrderByClause> orderBy, AnyTypeKind kind)
List<AccessToken>
JPAAccessTokenDAO. findAll(int page, int itemsPerPage, List<OrderByClause> orderByClauses)
List<Remediation>
JPARemediationDAO. findAll(OffsetDateTime before, OffsetDateTime after, int page, int itemsPerPage, List<OrderByClause> orderByClauses)
List<ReportExec>
JPAReportExecDAO. findAll(Report report, OffsetDateTime before, OffsetDateTime after, int page, int itemsPerPage, List<OrderByClause> orderByClauses)
<T extends Task<T>>
List<T>JPATaskDAO. findAll(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey, int page, int itemsPerPage, List<OrderByClause> orderByClauses)
List<TaskExec<?>>
JPATaskExecDAO. findAll(Task<?> task, OffsetDateTime before, OffsetDateTime after, int page, int itemsPerPage, List<OrderByClause> orderByClauses)
protected OrderBySupport
JPAAnySearchDAO. parseOrderBy(SearchSupport svs, List<OrderByClause> orderBy)
<T extends Any<?>>
List<T>AbstractAnySearchDAO. search(SearchCond cond, List<OrderByClause> orderBy, AnyTypeKind kind)
<T extends Any<?>>
List<T>AbstractAnySearchDAO. search(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, int page, int itemsPerPage, List<OrderByClause> orderBy, AnyTypeKind kind)
protected List<co.elastic.clients.elasticsearch._types.SortOptions>
ElasticsearchAnySearchDAO. sortBuilders(AnyTypeKind kind, List<OrderByClause> orderBy)
protected List<co.elastic.clients.elasticsearch._types.SortOptions>
ElasticsearchAuditConfDAO. sortBuilders(List<OrderByClause> orderBy)
protected List<org.opensearch.client.opensearch._types.SortOptions>
OpenSearchAnySearchDAO. sortBuilders(AnyTypeKind kind, List<OrderByClause> orderBy)
protected List<org.opensearch.client.opensearch._types.SortOptions>
OpenSearchAuditConfDAO. sortBuilders(List<OrderByClause> orderBy)
protected String
JPAReportExecDAO. toOrderByStatement(List<OrderByClause> orderByClauses)
protected String
JPATaskDAO. toOrderByStatement(Class<? extends Task<?>> beanClass, List<OrderByClause> orderByClauses)
protected String
JPATaskExecDAO. toOrderByStatement(List<OrderByClause> orderByClauses)
-
Uses of OrderByClause in org.apache.syncope.core.provisioning.api
Method parameters in org.apache.syncope.core.provisioning.api with type arguments of type OrderByClause Modifier and Type Method Description default SearchResult
Connector. search(ObjectClass objectClass, Filter filter, SearchResultsHandler handler, int pageSize, String pagedResultsCookie, List<OrderByClause> orderBy, OperationOptions options)
Search for remote objects. -
Uses of OrderByClause in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type OrderByClause Modifier and Type Method Description protected List<OrderByClause>
AbstractService. getOrderByClauses(String orderBy)
-