Uses of Class
org.apache.syncope.core.persistence.api.search.SearchCondVisitor
-
-
Uses of SearchCondVisitor in org.apache.syncope.core.persistence.api.search
Methods in org.apache.syncope.core.persistence.api.search with parameters of type SearchCondVisitor Modifier and Type Method Description static SearchCondSearchCondConverter. convert(SearchCondVisitor visitor, String fiql, String... realms)Parses a FIQL expression into Syncope'sSearchCond, usingSyncopeFiqlParser. -
Uses of SearchCondVisitor in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return SearchCondVisitor Modifier and Type Method Description SearchCondVisitorPersistenceContext. searchCondVisitor()Methods in org.apache.syncope.core.persistence.jpa with parameters of type SearchCondVisitor Modifier and Type Method Description DynRealmDAOPersistenceContext. dynRealmDAO(ApplicationEventPublisher publisher, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, AnySearchDAO searchDAO, AnyMatchDAO anyMatchDAO, SearchCondVisitor searchCondVisitor)GroupDAOJPAJSONPersistenceContext. groupDAO(AnyUtilsFactory anyUtilsFactory, ApplicationEventPublisher publisher, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, RealmDAO realmDAO, AnyMatchDAO anyMatchDAO, PlainAttrDAO plainAttrDAO, UserDAO userDAO, AnyObjectDAO anyObjectDAO, AnySearchDAO anySearchDAO, SearchCondVisitor searchCondVisitor, JPAJSONAnyDAO anyDAO)GroupDAOPersistenceContext. groupDAO(ApplicationEventPublisher publisher, AnyUtilsFactory anyUtilsFactory, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, RealmDAO realmDAO, AnyMatchDAO anyMatchDAO, PlainAttrDAO plainAttrDAO, UserDAO userDAO, AnyObjectDAO anyObjectDAO, AnySearchDAO anySearchDAO, SearchCondVisitor searchCondVisitor)RoleDAOPersistenceContext. roleDAO(ApplicationEventPublisher publisher, AnyMatchDAO anyMatchDAO, AnySearchDAO anySearchDAO, DelegationDAO delegationDAO, SearchCondVisitor searchCondVisitor) -
Uses of SearchCondVisitor in org.apache.syncope.core.persistence.jpa.dao
Fields in org.apache.syncope.core.persistence.jpa.dao declared as SearchCondVisitor Modifier and Type Field Description protected SearchCondVisitorJPADynRealmDAO. searchCondVisitorprotected SearchCondVisitorJPAGroupDAO. searchCondVisitorprotected SearchCondVisitorJPARoleDAO. searchCondVisitor -
Uses of SearchCondVisitor in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type SearchCondVisitor Modifier and Type Method Description DynRealmDataBinderProvisioningContext. dynRealmDataBinder(AnyTypeDAO anyTypeDAO, DynRealmDAO dynRealmDAO, SearchCondVisitor searchCondVisitor, EntityFactory entityFactory)FIQLQueryDataBinderProvisioningContext. fiqlQueryDataBinder(SearchCondVisitor searchCondVisitor, UserDAO userDAO, EntityFactory entityFactory)GroupDataBinderProvisioningContext. groupDataBinder(EntityFactory entityFactory, SearchCondVisitor searchCondVisitor, AnyUtilsFactory anyUtilsFactory, AnyTypeDAO anyTypeDAO, RealmDAO realmDAO, AnyTypeClassDAO anyTypeClassDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, PlainSchemaDAO plainSchemaDAO, PlainAttrDAO plainAttrDAO, PlainAttrValueDAO plainAttrValueDAO, ExternalResourceDAO resourceDAO, RelationshipTypeDAO relationshipTypeDAO, DerAttrHandler derAttrHandler, VirAttrHandler virAttrHandler, MappingManager mappingManager, IntAttrNameParser intAttrNameParser, OutboundMatcher outboundMatcher, PlainAttrValidationManager validator)NotificationManagerProvisioningContext. notificationManager(EntityFactory entityFactory, SearchCondVisitor searchCondVisitor, DerSchemaDAO derSchemaDAO, VirSchemaDAO virSchemaDAO, NotificationDAO notificationDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AnyMatchDAO anyMatchDAO, TaskDAO taskDAO, UserDataBinder userDataBinder, GroupDataBinder groupDataBinder, AnyObjectDataBinder anyObjectDataBinder, ConfParamOps confParamOps, DerAttrHandler derAttrHandler, VirAttrHandler virAttrHandler, IntAttrNameParser intAttrNameParser)RoleDataBinderProvisioningContext. roleDataBinder(EntityFactory entityFactory, SearchCondVisitor searchCondVisitor, RealmDAO realmDAO, DynRealmDAO dynRealmDAO, RoleDAO roleDAO, ApplicationDAO applicationDAO) -
Uses of SearchCondVisitor in org.apache.syncope.core.provisioning.java.data
Fields in org.apache.syncope.core.provisioning.java.data declared as SearchCondVisitor Modifier and Type Field Description protected SearchCondVisitorDynRealmDataBinderImpl. searchCondVisitorprotected SearchCondVisitorFIQLQueryDataBinderImpl. searchCondVisitorprotected SearchCondVisitorGroupDataBinderImpl. searchCondVisitorprotected SearchCondVisitorRoleDataBinderImpl. searchCondVisitorConstructors in org.apache.syncope.core.provisioning.java.data with parameters of type SearchCondVisitor Constructor Description DynRealmDataBinderImpl(AnyTypeDAO anyTypeDAO, DynRealmDAO dynRealmDAO, EntityFactory entityFactory, SearchCondVisitor searchCondVisitor)FIQLQueryDataBinderImpl(SearchCondVisitor searchCondVisitor, UserDAO userDAO, EntityFactory entityFactory)GroupDataBinderImpl(AnyTypeDAO anyTypeDAO, RealmDAO realmDAO, AnyTypeClassDAO anyTypeClassDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, PlainSchemaDAO plainSchemaDAO, PlainAttrDAO plainAttrDAO, PlainAttrValueDAO plainAttrValueDAO, ExternalResourceDAO resourceDAO, RelationshipTypeDAO relationshipTypeDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, DerAttrHandler derAttrHandler, VirAttrHandler virAttrHandler, MappingManager mappingManager, IntAttrNameParser intAttrNameParser, OutboundMatcher outboundMatcher, SearchCondVisitor searchCondVisitor, PlainAttrValidationManager validator)RoleDataBinderImpl(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, RoleDAO roleDAO, ApplicationDAO applicationDAO, EntityFactory entityFactory, SearchCondVisitor searchCondVisitor) -
Uses of SearchCondVisitor in org.apache.syncope.core.provisioning.java.notification
Fields in org.apache.syncope.core.provisioning.java.notification declared as SearchCondVisitor Modifier and Type Field Description protected SearchCondVisitorDefaultNotificationManager. searchCondVisitorConstructors in org.apache.syncope.core.provisioning.java.notification with parameters of type SearchCondVisitor Constructor Description DefaultNotificationManager(DerSchemaDAO derSchemaDAO, VirSchemaDAO virSchemaDAO, NotificationDAO notificationDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AnyMatchDAO anyMatchDAO, TaskDAO taskDAO, DerAttrHandler derAttrHandler, VirAttrHandler virAttrHandler, UserDataBinder userDataBinder, GroupDataBinder groupDataBinder, AnyObjectDataBinder anyObjectDataBinder, ConfParamOps confParamOps, EntityFactory entityFactory, IntAttrNameParser intAttrNameParser, SearchCondVisitor searchCondVisitor) -
Uses of SearchCondVisitor in org.apache.syncope.core.provisioning.java.pushpull
Fields in org.apache.syncope.core.provisioning.java.pushpull declared as SearchCondVisitor Modifier and Type Field Description protected SearchCondVisitorPushJobDelegate. searchCondVisitor -
Uses of SearchCondVisitor in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type SearchCondVisitor Modifier and Type Method Description AnyObjectServiceIdRepoRESTCXFContext. anyObjectService(AnyObjectDAO anyObjectDAO, AnyObjectLogic anyObjectLogic, SearchCondVisitor searchCondVisitor)GroupServiceIdRepoRESTCXFContext. groupService(GroupDAO groupDAO, GroupLogic groupLogic, SearchCondVisitor searchCondVisitor)ReconciliationServiceIdMRESTCXFContext. reconciliationService(SearchCondVisitor searchCondVisitor, ReconciliationLogic reconciliationLogic)UserServiceIdRepoRESTCXFContext. userService(UserDAO userDAO, UserLogic userLogic, SearchCondVisitor searchCondVisitor) -
Uses of SearchCondVisitor in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as SearchCondVisitor Modifier and Type Field Description protected SearchCondVisitorAbstractSearchService. searchCondVisitorConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type SearchCondVisitor Constructor Description AbstractAnyService(SearchCondVisitor searchCondVisitor)AbstractSearchService(SearchCondVisitor searchCondVisitor)AnyObjectServiceImpl(SearchCondVisitor searchCondVisitor, AnyObjectDAO anyObjectDAO, AnyObjectLogic logic)GroupServiceImpl(SearchCondVisitor searchCondVisitor, GroupDAO groupDAO, GroupLogic logic)ReconciliationServiceImpl(SearchCondVisitor searchCondVisitor, ReconciliationLogic logic)UserServiceImpl(SearchCondVisitor searchCondVisitor, UserDAO userDAO, UserLogic logic)
-