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