Uses of Class
org.apache.syncope.core.persistence.api.dao.search.RelationshipCond
Packages that use RelationshipCond
Package
Description
-
Uses of RelationshipCond in org.apache.syncope.core.persistence.common.dao
Methods in org.apache.syncope.core.persistence.common.dao with parameters of type RelationshipCondModifier and TypeMethodDescriptionAbstractAnySearchDAO.check(RelationshipCond cond) protected booleanAbstractAnyMatchDAO.matches(Relatable<?, ?> any, RelationshipCond cond, boolean not) -
Uses of RelationshipCond in org.apache.syncope.core.persistence.elasticsearch.dao
Methods in org.apache.syncope.core.persistence.elasticsearch.dao with parameters of type RelationshipCondModifier and TypeMethodDescriptionprotected co.elastic.clients.elasticsearch._types.query_dsl.QueryElasticsearchAnySearchDAO.getQuery(RelationshipCond cond) -
Uses of RelationshipCond in org.apache.syncope.core.persistence.neo4j.dao
Methods in org.apache.syncope.core.persistence.neo4j.dao with parameters of type RelationshipCondModifier and TypeMethodDescriptionprotected StringNeo4jAnySearchDAO.getQuery(AnyTypeKind kind, RelationshipCond cond, boolean not, Map<String, Object> parameters) -
Uses of RelationshipCond in org.apache.syncope.core.persistence.opensearch.dao
Methods in org.apache.syncope.core.persistence.opensearch.dao with parameters of type RelationshipCondModifier and TypeMethodDescriptionprotected org.opensearch.client.opensearch._types.query_dsl.QueryOpenSearchAnySearchDAO.getQuery(RelationshipCond cond)