Uses of Interface
org.apache.syncope.core.persistence.api.entity.FIQLQuery
Packages that use FIQLQuery
Package
Description
-
Uses of FIQLQuery in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type FIQLQuery -
Uses of FIQLQuery in org.apache.syncope.core.persistence.jpa.dao.repo
Methods in org.apache.syncope.core.persistence.jpa.dao.repo that return types with arguments of type FIQLQueryModifier and TypeMethodDescriptionFIQLQueryRepoExt.findByOwner(User user, String target) FIQLQueryRepoExtImpl.findByOwner(User user, String target) -
Uses of FIQLQuery in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement FIQLQuery -
Uses of FIQLQuery in org.apache.syncope.core.persistence.neo4j.dao.repo
Methods in org.apache.syncope.core.persistence.neo4j.dao.repo that return types with arguments of type FIQLQueryModifier and TypeMethodDescriptionFIQLQueryRepoExt.findByOwner(User user, String target) FIQLQueryRepoExtImpl.findByOwner(User user, String target) -
Uses of FIQLQuery in org.apache.syncope.core.persistence.neo4j.entity
Classes in org.apache.syncope.core.persistence.neo4j.entity that implement FIQLQuery -
Uses of FIQLQuery in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return FIQLQueryModifier and TypeMethodDescriptionFIQLQueryDataBinder.create(FIQLQueryTO fiqlQueryTO) FIQLQueryDataBinder.update(FIQLQuery fiqlQuery, FIQLQueryTO fiqlQueryTO) Methods in org.apache.syncope.core.provisioning.api.data with parameters of type FIQLQueryModifier and TypeMethodDescriptionFIQLQueryDataBinder.getFIQLQueryTO(FIQLQuery fiqlQuery) FIQLQueryDataBinder.update(FIQLQuery fiqlQuery, FIQLQueryTO fiqlQueryTO) -
Uses of FIQLQuery in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return FIQLQueryModifier and TypeMethodDescriptionFIQLQueryDataBinderImpl.create(FIQLQueryTO fiqlQueryTO) FIQLQueryDataBinderImpl.update(FIQLQuery fiqlQuery, FIQLQueryTO fiqlQueryTO) Methods in org.apache.syncope.core.provisioning.java.data with parameters of type FIQLQueryModifier and TypeMethodDescriptionFIQLQueryDataBinderImpl.getFIQLQueryTO(FIQLQuery fiqlQuery) FIQLQueryDataBinderImpl.update(FIQLQuery fiqlQuery, FIQLQueryTO fiqlQueryTO)