public class PluginFormPreProcessParams extends Object implements IPluginFormPreProcessParams
| Constructor and Description |
|---|
PluginFormPreProcessParams(IFormRequestContext ctx,
Vorgang vorgang) |
| Modifier and Type | Method and Description |
|---|---|
IFormRequestContext |
getFormRequestContext() |
com.alibaba.fastjson.JSONObject |
getLdapUserData()
Deprecated.
|
com.alibaba.fastjson.JSONObject |
getUserData() |
Vorgang |
getVorgang() |
public PluginFormPreProcessParams(IFormRequestContext ctx, Vorgang vorgang)
public IFormRequestContext getFormRequestContext()
getFormRequestContext in interface IPluginFormPreProcessParamsIExtendedFormRequestContext The current form request context that may be used to access the
submitted form data.public Vorgang getVorgang()
getVorgang in interface IPluginFormPreProcessParamsVorgang. It is newly created if the form was just submitted for the first time. When
the form is resubmitted, this is the existing Vorgang.public com.alibaba.fastjson.JSONObject getUserData()
getUserData in interface IPluginFormPreProcessParams@Deprecated public com.alibaba.fastjson.JSONObject getLdapUserData()
getLdapUserData in interface IPluginFormPreProcessParamsJSONObject 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 an empty
JSONObjectCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.