public interface IPluginDataSourceParams extends IPluginParameters, Serializable
| Modifier and Type | Method and Description |
|---|---|
Benutzer |
getCurrentUser() |
com.alibaba.fastjson.JSONObject |
getLdapUserData() |
Mandant |
getMandant() |
Projekt |
getProjekt() |
ValueParameters |
getRequestParameters()
Getters for the parameters of the HTTP request.
|
Map<String,Serializable> |
getSessionAttributeMap() |
SessionAttributes |
getSessionAttributes()
Deprecated.
|
Map<String,Serializable> getSessionAttributeMap()
Map with attributes of the current form session.ValueParameters getRequestParameters()
ValueParameters representing the request parameters of the current form request.Benutzer getCurrentUser()
Benutzer who is signed in to FORMCYCLE.com.alibaba.fastjson.JSONObject getLdapUserData()
JSONObject with the current LDAP data for the authenticated user. When the current form does not
require authorization, or when the current user did not authorize via LDAP, this may return null.@Deprecated SessionAttributes getSessionAttributes()
getSessionAttributeMap().Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.