Uses of Class
de.xima.fc.entities.LDAPAbfrage
Packages that use LDAPAbfrage
Package
Description
Package for the API access of the model classes.
-
Uses of LDAPAbfrage in de.xima.fc.api.entity
Subclasses with type arguments of type LDAPAbfrage in de.xima.fc.api.entity -
Uses of LDAPAbfrage in de.xima.fc.dao.impl
Subclasses with type arguments of type LDAPAbfrage in de.xima.fc.dao.implMethods 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
Subinterfaces with type arguments of type LDAPAbfrage in de.xima.fc.dao.interfacesMethods 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
Subclasses with type arguments of type LDAPAbfrage in de.xima.fc.gui.bean.dataMethods 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 TypeMethodDescriptionvoidLdapQueryBean.EntityListModelImpl.setSelected(LDAPAbfrage selected) Method parameters in de.xima.fc.gui.bean.data with type arguments of type LDAPAbfrageModifier and TypeMethodDescriptionvoidLdapQueryBean.setModel(IEntityListModelSelectByView<LDAPAbfrage> model) -
Uses of LDAPAbfrage in de.xima.fc.gui.event.entity
Subclasses with type arguments of type LDAPAbfrage in de.xima.fc.gui.event.entityModifier and TypeClassDescriptionclassEvent for when an entity was modified, either when it was created, updated, or deleted.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.gui.validator.name
Subclasses with type arguments of type LDAPAbfrage in de.xima.fc.gui.validator.name -
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.JSONArrayLDAPQueryManager.executeQuery(LDAPAbfrage abfrage, MandantLdapData data, Serializable[] parameters) static com.alibaba.fastjson.JSONArrayLDAPQueryManager.executeQuery(LDAPAbfrage abfrage, MandantLdapData data, Serializable[] parameters, IReplacerParams replacerParams) static com.alibaba.fastjson.JSONArrayLDAPQueryManager.executeQuery(LDAPAbfrage ldapQuery, MandantLdapData data, Serializable[] queryParameter, String[] attributeArray) static com.alibaba.fastjson.JSONArrayLDAPQueryManager.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 LDAPAbfrageEntityDummyFactory.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 TypeMethodDescriptionvoidWorkflowRequestContextModel.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 WorkflowNodeWorkflowNodeFactory.ldapQuery(LDAPAbfrage ldapQuery) Creates a new workflow node for aEWorkflowNodeType.FC_LDAP_QUERYthat uses a preconfigured LDAP query.static WorkflowNodeWorkflowNodeFactory.ldapQuery(LDAPAbfrage ldapQuery, Iterable<Map.Entry<String, String>> queryParameters) Creates a new workflow node for aEWorkflowNodeType.FC_LDAP_QUERYthat uses a preconfigured LDAP query.static WorkflowNodeWorkflowNodeFactory.ldapQuery(LDAPAbfrage ldapQuery, Map<String, String> queryParameters) Creates a new workflow node for aEWorkflowNodeType.FC_LDAP_QUERYthat uses a preconfigured LDAP query.static FcLdapQueryPropsWorkflowNodePropsFactory.ldapQuery(LDAPAbfrage ldapQuery) Creates a new workflow node model for aEWorkflowNodeType.FC_LDAP_QUERYthat uses a preconfigured LDAP query.static FcLdapQueryPropsWorkflowNodePropsFactory.ldapQuery(LDAPAbfrage ldapQuery, Iterable<Map.Entry<String, String>> queryParameters) Creates a new workflow node model for aEWorkflowNodeType.FC_LDAP_QUERYthat uses a preconfigured LDAP query.static FcLdapQueryPropsWorkflowNodePropsFactory.ldapQuery(LDAPAbfrage ldapQuery, Map<String, String> queryParameters) Creates a new workflow node model for aEWorkflowNodeType.FC_LDAP_QUERYthat 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 -
Uses of LDAPAbfrage in de.xima.fc.workflow.taglib.model
Methods in de.xima.fc.workflow.taglib.model with parameters of type LDAPAbfrageModifier and TypeMethodDescriptionstatic ClientLdapQueryViewClientLdapQueryView.forLdapQuery(LDAPAbfrage ldapQuery)