Interface IPluginDataSourceParams
- All Superinterfaces:
IPluginParameters, Serializable
- All Known Implementing Classes:
DatenquelleParams
Interface that encapsulates the parameters for a data source plugin.
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.The current form record, if any exists.The type of the current form request.com.alibaba.fastjson.JSONObjectDeprecated.usegetUserData()Getters for the parameters of the HTTP request.Deprecated.getUser()com.alibaba.fastjson.JSONObject
-
Method Details
-
getMandant
-
getSessionAttributeMap
Map<String, Serializable> getSessionAttributeMap()- Returns:
- A
Mapwith attributes of the current form session. - Since:
- 5.0
-
getProjekt
-
getFormRequestType
EFormRequestType getFormRequestType()The type of the current form request. This can be used to determine the context in which the form is opened.- Returns:
- The type of the current form request.
-
getFormRecord
Vorgang getFormRecord()The current form record, if any exists. E.g. when the form is opened initially, no form record is available.- Returns:
- The current form record, or
nullif no form record is available.
-
getRequestParameters
ValueParameters getRequestParameters()Getters for the parameters of the HTTP request. They are grouped into several categories, according to their type, which is determined by the prefix of the HTTP parameter.- Returns:
- The
ValueParametersrepresenting the request parameters of the current form request.
-
getUser
IUser getUser()- Returns:
- the user that is authenticated in the session.
- Since:
- 7.1
-
getUserData
com.alibaba.fastjson.JSONObject getUserData()- Returns:
- A
JSONObjectwith 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 returnnull. - Since:
- 6.1
-
getCurrentUser
-
getLdapUserData
Deprecated.usegetUserData() -
getSessionAttributes
Deprecated.
-
getUser()instead.