Class FcLdapQueryProps
java.lang.Object
de.xima.fc.workflow.taglib.model.BaseActionProps
de.xima.fc.workflow.model.nodes.FcLdapQueryProps
- All Implemented Interfaces:
IDescriptionProviding, INameProviding, Serializable
Model class for the database statement action (
EWorkflowNodeType.FC_LDAP_QUERY).- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class BaseActionProps
BaseActionProps.name -
Field Summary
Fields inherited from interface IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTIONFields inherited from interface INameProviding
ATTR_NAME, COL_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetQuery()booleanDeprecated.booleanvoidvoidsetLdapConnection(UuidEntityRef ldapConnectionUuid) voidsetLdapQuery(UuidEntityRef queryUuid) voidvoidsetQueryParameters(List<Setting<String>> queryParameter) voidsetResultAttributes(List<GenericStringModel> resultAttributes) voidsetUseClientLdapConnection(boolean useClientLdapConnection) Deprecated.UseLDAPZugriffs only.voidsetUseClientLdapQuery(boolean useClientLdapQuery) Methods inherited from class BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
Constructor Details
-
FcLdapQueryProps
public FcLdapQueryProps()
-
-
Method Details
-
getBaseDN
- Returns:
- the base-DN
-
setBaseDN
- Parameters:
baseDN- the base DN
-
getLdapConnection
- Returns:
- The reference to the LDAP connection to use
-
setLdapConnection
- Parameters:
ldapConnectionUuid- A reference to an LDAP connection from the client section
-
getLdapQuery
- Returns:
UuidEntityRefof a client defined LDAP query.
-
setLdapQuery
- Parameters:
queryUuid- A reference to a client defined LDAP query.
-
getQuery
- Returns:
- the LDAP query
-
setQuery
- Parameters:
query- the LDAP query
-
getQueryParameters
-
setQueryParameters
-
getResultAttributes
- Returns:
- A list of attribute, that should be returned from the LDAP query result. If the list is empty, all attributes will be returned.
-
setResultAttributes
- Parameters:
resultAttributes- A list of attributes that should be returned from the LDAP query result. If the list is empty, all attributes will be returned.
-
isUseClientLdapConnection
Deprecated.UseLDAPZugriffs only.- Returns:
trueif the LDAP connection from the client should be used, otherwisefalse
-
setUseClientLdapConnection
Deprecated.UseLDAPZugriffs only.- Parameters:
useClientLdapConnection-trueif the LDAP connection from the client should be used, otherwisefalse.
-
isUseClientLdapQuery
public boolean isUseClientLdapQuery()- Returns:
trueif a configured LDAP query should be used. Otherwise, an LDAP query will be defined inside this action.
-
setUseClientLdapQuery
public void setUseClientLdapQuery(boolean useClientLdapQuery) - Parameters:
useClientLdapQuery-trueif a configured LDAP query should be used. Otherwise, the user must define the LDAP query in the action's configuration.
-
LDAPZugriffs only.