Uses of Interface
org.apache.syncope.core.provisioning.api.data.FIQLQueryDataBinder
-
Packages that use FIQLQueryDataBinder Package Description org.apache.syncope.core.logic org.apache.syncope.core.provisioning.java org.apache.syncope.core.provisioning.java.data -
-
Uses of FIQLQueryDataBinder in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as FIQLQueryDataBinder Modifier and Type Field Description protected FIQLQueryDataBinder
FIQLQueryLogic. binder
Methods in org.apache.syncope.core.logic with parameters of type FIQLQueryDataBinder Modifier and Type Method Description FIQLQueryLogic
IdRepoLogicContext. fiqlQueryLogic(FIQLQueryDataBinder binder, UserDAO userDAO, FIQLQueryDAO fiqlQueryDAO)
Constructors in org.apache.syncope.core.logic with parameters of type FIQLQueryDataBinder Constructor Description FIQLQueryLogic(FIQLQueryDataBinder binder, FIQLQueryDAO fiqlQueryDAO, UserDAO userDAO)
-
Uses of FIQLQueryDataBinder in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java that return FIQLQueryDataBinder Modifier and Type Method Description FIQLQueryDataBinder
ProvisioningContext. fiqlQueryDataBinder(SearchCondVisitor searchCondVisitor, UserDAO userDAO, EntityFactory entityFactory)
-
Uses of FIQLQueryDataBinder in org.apache.syncope.core.provisioning.java.data
Classes in org.apache.syncope.core.provisioning.java.data that implement FIQLQueryDataBinder Modifier and Type Class Description class
FIQLQueryDataBinderImpl
-