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 LDAPAbfrage
LDAPAbfrageDao. getByNameAndClient(IEntityContext ec, String name, Mandant man)
LDAPAbfrage
LDAPAbfrageDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
LDAPAbfrage
LDAPAbfrageDao. 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 LDAPAbfrage
ILDAPAbfrageDao. getByNameAndClient(IEntityContext ec, String queryName, Mandant client)
LDAPAbfrage
ILDAPAbfrageDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
Returns the LDAP query with the given UUID stringLDAPAbfrage
ILDAPAbfrageDao. 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 void
LdapQueryBean.EntityListModelImpl. setSelected(LDAPAbfrage selected)
Method parameters in de.xima.fc.gui.bean.data with type arguments of type LDAPAbfrage Modifier and Type Method Description void
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 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.JSONArray
LDAPQueryManager. executeQuery(LDAPAbfrage abfrage, MandantLdapData data, Serializable[] parameters)
static com.alibaba.fastjson.JSONArray
LDAPQueryManager. 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 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 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 void
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 LDAPAbfrage Modifier and Type Method Description static 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, Map<String,String> queryParameters)
Creates a new workflow node 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 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()
-