Uses of Class
de.xima.fc.entities.LDAPAbfrage
-
-
Uses of LDAPAbfrage in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return LDAPAbfrage Modifier and Type Method Description LDAPAbfrageLDAPAbfrageDao. getByNameAndClient(IEntityContext ec, String name, Mandant man)LDAPAbfrageLDAPAbfrageDao. getByUUID(IEntityContext ec, Mandant client, String uuid)LDAPAbfrageLDAPAbfrageDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)Methods in de.xima.fc.dao.impl that return types with arguments of type LDAPAbfrage Modifier and Type Method Description protected IFCDaoActionHook<LDAPAbfrage>LDAPAbfrageDao. getPostActionHook()protected IFCDaoActionHook<LDAPAbfrage>LDAPAbfrageDao. getPreActionHook()Methods in de.xima.fc.dao.impl with parameters of type LDAPAbfrage Modifier and Type Method Description Set<de.xima.cmn.dao.interfaces.IEntity<Long>>LDAPAbfrageDao. getEntityRefs(IEntityContext ec, LDAPAbfrage ldapQuery) -
Uses of LDAPAbfrage in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return LDAPAbfrage Modifier and Type Method Description LDAPAbfrageILDAPAbfrageDao. getByNameAndClient(IEntityContext ec, String queryName, Mandant client)LDAPAbfrageILDAPAbfrageDao. getByUUID(IEntityContext ec, Mandant client, String uuid)Returns the LDAP query with the given UUID stringLDAPAbfrageILDAPAbfrageDao. 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 types with arguments of type LDAPAbfrage Modifier and Type Method Description IEntityListModelSelectByView<LDAPAbfrage>LdapQueryBean. getModel()Methods in de.xima.fc.gui.bean.data with parameters of type LDAPAbfrage Modifier and Type Method Description voidLdapQueryBean.EntityListModelImpl. setSelected(LDAPAbfrage selected)Method parameters in de.xima.fc.gui.bean.data with type arguments of type LDAPAbfrage Modifier and Type Method Description voidLdapQueryBean. 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 LDAPAbfrage Constructor Description LdapQueryModifiedEvent(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 Modifier and Type Method Description List<LDAPAbfrage>IWorkflowProvider. getAllLdapQueries() -
Uses of LDAPAbfrage in de.xima.fc.manager
Methods in de.xima.fc.manager with parameters of type LDAPAbfrage Modifier and Type Method Description static com.alibaba.fastjson.JSONArrayLDAPQueryManager. executeQuery(LDAPAbfrage abfrage, MandantLdapData data, Serializable[] parameters)static com.alibaba.fastjson.JSONArrayLDAPQueryManager. executeQuery(LDAPAbfrage ldapQuery, MandantLdapData data, Serializable[] queryParameter, String[] attributeArray)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 LDAPAbfrage Modifier and Type Method Description static 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 Modifier and Type Method Description List<LDAPAbfrage>WorkflowProviderBean. getAllLdapQueries() -
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 LDAPAbfrage Modifier and Type Method Description List<LDAPAbfrage>WorkflowRequestContextModel. getLdapQueries()Method parameters in de.xima.fc.workflow.designer.model with type arguments of type LDAPAbfrage Modifier and Type Method Description voidWorkflowRequestContextModel. 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 LDAPAbfrage Modifier and Type Method Description static WorkflowNodeWorkflowNodeFactory. ldapQuery(LDAPAbfrage ldapQuery)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. -
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 LDAPAbfrage Modifier and Type Method Description static 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 Modifier and Type Method Description List<LDAPAbfrage>ValidationWorkflowProvider. getAllLdapQueries()
-