public class LDAPAbfrageAPI extends AEntityAPI<LDAPAbfrage>
LDAPAbfrage
entities.entityClass
Constructor and Description |
---|
LDAPAbfrageAPI() |
Modifier and Type | Method and Description |
---|---|
com.alibaba.fastjson.JSONArray |
executeQuery(UserContext uc,
Mandant man,
String abfrageName,
Serializable[] parameters)
Method for executing a query by query name.
|
create, create, delete, delete, deleteAllBy, deleteById, deleteById, getAll, getAllBy, getBy, getById, getById, resultTotalCount, update, update
getHandlerProvider
public com.alibaba.fastjson.JSONArray executeQuery(UserContext uc, Mandant man, String abfrageName, Serializable[] parameters) throws com.unboundid.ldap.sdk.LDAPException, GeneralSecurityException, IllegalArgumentException
uc
- UserContext
the user context in which the action is to be performed.man
- Mandant
the client which will execute the query.abfrageName
- String
the name of the query.parameters
- Serializable
array of parameters for the query.JSONArray
a JSON format.com.unboundid.ldap.sdk.LDAPException
- occurs if LDAP exception is thrown. An LDAPException can result from physical problems (such
as network errors) as well as problems with LDAP operations detected by the server.GeneralSecurityException
- occurs if a generic security exception is thrown.IllegalArgumentException
- thrown to indicate that a method has been passed an illegal or inappropriate
argument.Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.