Uses of Class
de.xima.fc.entities.LDAPAbfrage
Packages that use LDAPAbfrage
Package
Description
-
Uses of LDAPAbfrage in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return LDAPAbfrageModifier and TypeMethodDescriptionLDAPAbfrageDao.getByNameAndClient
(IEntityContext ec, String name, Mandant man) LDAPAbfrageDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) LDAPAbfrageDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) Methods in de.xima.fc.dao.impl that return types with arguments of type LDAPAbfrageModifier and TypeMethodDescriptionprotected IFCDaoActionHook<LDAPAbfrage>
LDAPAbfrageDao.getPostActionHook()
protected IFCDaoActionHook<LDAPAbfrage>
LDAPAbfrageDao.getPreActionHook()
Methods in de.xima.fc.dao.impl with parameters of type LDAPAbfrageModifier and TypeMethodDescriptionLDAPAbfrageDao.getEntityRefs
(IEntityContext ec, LDAPAbfrage ldapQuery) -
Uses of LDAPAbfrage in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return LDAPAbfrageModifier and TypeMethodDescriptionILDAPAbfrageDao.getByNameAndClient
(IEntityContext ec, String queryName, Mandant client) ILDAPAbfrageDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) Returns the LDAP query with the given UUID stringILDAPAbfrageDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) Returns the LDAP query with the given UUID -
Uses of LDAPAbfrage in de.xima.fc.gui.bean.data
Methods in de.xima.fc.gui.bean.data that return LDAPAbfrageMethods in de.xima.fc.gui.bean.data that return types with arguments of type LDAPAbfrageMethods in de.xima.fc.gui.bean.data with parameters of type LDAPAbfrageModifier and TypeMethodDescriptionvoid
LdapQueryBean.EntityListModelImpl.setSelected
(LDAPAbfrage selected) Method parameters in de.xima.fc.gui.bean.data with type arguments of type LDAPAbfrageModifier and TypeMethodDescriptionvoid
LdapQueryBean.setModel
(IEntityListModelSelectByView<LDAPAbfrage> model) -
Uses of LDAPAbfrage in de.xima.fc.gui.event.entity
Constructors in de.xima.fc.gui.event.entity with parameters of type LDAPAbfrageModifierConstructorDescriptionLdapQueryModifiedEvent
(LDAPAbfrage entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec) Creates a new entity POJO with the given data. -
Uses of LDAPAbfrage in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type LDAPAbfrage -
Uses of LDAPAbfrage in de.xima.fc.manager
Methods in de.xima.fc.manager with parameters of type LDAPAbfrageModifier and TypeMethodDescriptionstatic com.alibaba.fastjson.JSONArray
LDAPQueryManager.executeQuery
(LDAPAbfrage abfrage, MandantLdapData data, Serializable[] parameters) static com.alibaba.fastjson.JSONArray
LDAPQueryManager.executeQuery
(LDAPAbfrage abfrage, MandantLdapData data, Serializable[] parameters, IReplacerParams replacerParams) static com.alibaba.fastjson.JSONArray
LDAPQueryManager.executeQuery
(LDAPAbfrage ldapQuery, MandantLdapData data, Serializable[] queryParameter, String[] attributeArray) static com.alibaba.fastjson.JSONArray
LDAPQueryManager.executeQuery
(LDAPAbfrage ldapQuery, MandantLdapData data, Serializable[] queryParameter, String[] attributeArray, IReplacerParams replacerParams) Executes a given LDAP query and return the result asJSONArray
. -
Uses of LDAPAbfrage in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return LDAPAbfrageModifier and TypeMethodDescriptionstatic LDAPAbfrage
EntityDummyFactory.dummyLdapQuery
(String name, LDAPZugriff connection, String ldapQuery) -
Uses of LDAPAbfrage in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type LDAPAbfrage -
Uses of LDAPAbfrage in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return types with arguments of type LDAPAbfrageMethod parameters in de.xima.fc.workflow.designer.model with type arguments of type LDAPAbfrageModifier and TypeMethodDescriptionvoid
WorkflowRequestContextModel.setLdapQueries
(List<LDAPAbfrage> ldapQueries) -
Uses of LDAPAbfrage in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type LDAPAbfrageModifier and TypeMethodDescriptionstatic WorkflowNode
WorkflowNodeFactory.ldapQuery
(LDAPAbfrage ldapQuery) Creates a new workflow node for aEWorkflowNodeType.FC_LDAP_QUERY
that uses a preconfigured LDAP query.static WorkflowNode
WorkflowNodeFactory.ldapQuery
(LDAPAbfrage ldapQuery, Iterable<Map.Entry<String, String>> queryParameters) Creates a new workflow node for aEWorkflowNodeType.FC_LDAP_QUERY
that uses a preconfigured LDAP query.static WorkflowNode
WorkflowNodeFactory.ldapQuery
(LDAPAbfrage ldapQuery, Map<String, String> queryParameters) Creates a new workflow node for aEWorkflowNodeType.FC_LDAP_QUERY
that uses a preconfigured LDAP query.static FcLdapQueryProps
WorkflowNodePropsFactory.ldapQuery
(LDAPAbfrage ldapQuery) Creates a new workflow node model for aEWorkflowNodeType.FC_LDAP_QUERY
that uses a preconfigured LDAP query.static FcLdapQueryProps
WorkflowNodePropsFactory.ldapQuery
(LDAPAbfrage ldapQuery, Iterable<Map.Entry<String, String>> queryParameters) Creates a new workflow node model for aEWorkflowNodeType.FC_LDAP_QUERY
that uses a preconfigured LDAP query.static FcLdapQueryProps
WorkflowNodePropsFactory.ldapQuery
(LDAPAbfrage ldapQuery, Map<String, String> queryParameters) Creates a new workflow node model for aEWorkflowNodeType.FC_LDAP_QUERY
that uses a preconfigured LDAP query. -
Uses of LDAPAbfrage in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type LDAPAbfrageModifier and TypeMethodDescriptionstatic List<LDAPAbfrage>
WorkflowProviderHelper.computeAllLdapQueries
(IEntityContext ec, Mandant client) -
Uses of LDAPAbfrage in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type LDAPAbfrage