Uses of Class
org.apache.syncope.core.persistence.api.dao.search.SearchCond
-
-
Uses of SearchCond in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type SearchCond Modifier and Type Method Description 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)Pair<Integer,List<UserTO>>UserLogic. search(SearchCond searchCond, int page, int size, List<OrderByClause> orderBy, String realm, boolean recursive, boolean details) -
Uses of SearchCond in org.apache.syncope.core.logic.scim
-
Uses of SearchCond in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return SearchCond Modifier and Type Method Description SearchCondAnyDAO. getAllMatchingCond()Methods in org.apache.syncope.core.persistence.api.dao with parameters of type SearchCond Modifier and Type Method Description intAnySearchDAO. count(Realm base, boolean recursive, Set<String> adminRealms, SearchCond searchCondition, AnyTypeKind kind)<T extends Any<?>>
booleanAnyMatchDAO. matches(T any, SearchCond cond)Verify if any matches the given search condition.<T extends Any<?>>
List<T>AnySearchDAO. search(SearchCond searchCondition, List<OrderByClause> orderBy, AnyTypeKind kind)<T extends Any<?>>
List<T>AnySearchDAO. search(SearchCond searchCondition, 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 SearchCond in org.apache.syncope.core.persistence.api.dao.search
Methods in org.apache.syncope.core.persistence.api.dao.search that return SearchCond Modifier and Type Method Description static SearchCondSearchCond. getAnd(List<SearchCond> conditions)static SearchCondSearchCond. getAnd(SearchCond left, SearchCond right)static SearchCondSearchCond. getLeaf(AbstractSearchCond leaf)SearchCondSearchCond. getLeft()static SearchCondSearchCond. getNotLeaf(AbstractSearchCond leaf)static SearchCondSearchCond. getOr(List<SearchCond> conditions)static SearchCondSearchCond. getOr(SearchCond left, SearchCond right)SearchCondSearchCond. getRight()Methods in org.apache.syncope.core.persistence.api.dao.search with parameters of type SearchCond Modifier and Type Method Description static SearchCondSearchCond. getAnd(SearchCond left, SearchCond right)static SearchCondSearchCond. getOr(SearchCond left, SearchCond right)Method parameters in org.apache.syncope.core.persistence.api.dao.search with type arguments of type SearchCond Modifier and Type Method Description static SearchCondSearchCond. getAnd(List<SearchCond> conditions)static SearchCondSearchCond. getOr(List<SearchCond> conditions) -
Uses of SearchCond in org.apache.syncope.core.persistence.api.search
Fields in org.apache.syncope.core.persistence.api.search with type parameters of type SearchCond Modifier and Type Field Description protected static ThreadLocal<SearchCond>SearchCondVisitor. SEARCH_CONDMethods in org.apache.syncope.core.persistence.api.search that return SearchCond Modifier and Type Method Description static SearchCondSearchCondConverter. convert(SearchCondVisitor visitor, String fiql, String... realms)Parses a FIQL expression into Syncope'sSearchCond, usingSyncopeFiqlParser.SearchCondSearchCondVisitor. getQuery()protected SearchCondSearchCondVisitor. visitCompound(org.apache.cxf.jaxrs.ext.search.SearchCondition<org.apache.cxf.jaxrs.ext.search.SearchBean> sc)protected SearchCondSearchCondVisitor. visitPrimitive(org.apache.cxf.jaxrs.ext.search.SearchCondition<org.apache.cxf.jaxrs.ext.search.SearchBean> sc) -
Uses of SearchCond in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return SearchCond Modifier and Type Method Description protected SearchCondJPAGroupDAO. buildDynMembershipCond(String baseCondFIQL)protected static SearchCondAbstractAnySearchDAO. buildEffectiveCond(SearchCond cond, Set<String> dynRealmKeys, Set<String> groupOwners, AnyTypeKind kind)SearchCondAbstractAnyDAO. getAllMatchingCond()Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type SearchCond Modifier and Type Method Description protected static SearchCondAbstractAnySearchDAO. buildEffectiveCond(SearchCond cond, Set<String> dynRealmKeys, Set<String> groupOwners, AnyTypeKind kind)intAbstractAnySearchDAO. count(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind)protected abstract intAbstractAnySearchDAO. doCount(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind)protected intElasticsearchAnySearchDAO. doCount(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind)protected intJPAAnySearchDAO. doCount(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind)protected intOpenSearchAnySearchDAO. doCount(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind)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 co.elastic.clients.elasticsearch._types.query_dsl.QueryElasticsearchAnySearchDAO. getQuery(SearchCond cond, AnyTypeKind kind)protected co.elastic.clients.elasticsearch._types.query_dsl.QueryElasticsearchAnySearchDAO. getQuery(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind)protected Optional<Pair<AnySearchNode,Set<String>>>JPAAnySearchDAO. getQuery(SearchCond cond, List<Object> parameters, SearchSupport svs)protected org.opensearch.client.opensearch._types.query_dsl.QueryOpenSearchAnySearchDAO. getQuery(SearchCond cond, AnyTypeKind kind)protected org.opensearch.client.opensearch._types.query_dsl.QueryOpenSearchAnySearchDAO. getQuery(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind)protected co.elastic.clients.elasticsearch._types.query_dsl.QueryElasticsearchAnySearchDAO. getQueryForCustomConds(SearchCond cond, AnyTypeKind kind)protected Optional<AnySearchNode>JPAAnySearchDAO. getQueryForCustomConds(SearchCond cond, List<Object> parameters, SearchSupport svs, boolean not)protected org.opensearch.client.opensearch._types.query_dsl.QueryOpenSearchAnySearchDAO. getQueryForCustomConds(SearchCond cond, AnyTypeKind kind)<T extends Any<?>>
booleanJPAAnyMatchDAO. matches(T any, SearchCond cond)Verify if any matches the given search condition.<T extends Any<?>>
List<T>AbstractAnySearchDAO. search(SearchCond cond, List<OrderByClause> orderBy, AnyTypeKind kind)<T extends Any<?>>
List<T>AbstractAnySearchDAO. search(SearchCond cond, 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) -
Uses of SearchCond in org.apache.syncope.core.provisioning.api.rules
Methods in org.apache.syncope.core.provisioning.api.rules that return SearchCond Modifier and Type Method Description SearchCondPullCorrelationRule. getSearchCond(SyncDelta syncDelta, Provision provision)Return a search condition. -
Uses of SearchCond in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull that return SearchCond Modifier and Type Method Description SearchCondDefaultPullCorrelationRule. getSearchCond(SyncDelta syncDelta, Provision provision) -
Uses of SearchCond in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return SearchCond Modifier and Type Method Description protected SearchCondAbstractSearchService. getSearchCond(String fiql, String realm) -
Uses of SearchCond in org.apache.syncope.fit.core.reference
Methods in org.apache.syncope.fit.core.reference that return SearchCond Modifier and Type Method Description SearchCondDummyPullCorrelationRule. getSearchCond(SyncDelta syncDelta, Provision provision)SearchCondLinkedAccountSamplePullCorrelationRule. getSearchCond(SyncDelta syncDelta, Provision provision)
-