Class PluginFormPrePersistParams
- java.lang.Object
-
- de.xima.fc.plugin.models.params.form.PluginFormPrePersistParams
-
- All Implemented Interfaces:
IPluginParameters
,IPluginFormPrePersistParams
,Serializable
public class PluginFormPrePersistParams extends Object implements IPluginFormPrePersistParams
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginFormPrePersistParams(IFormRequestContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description IFormRequestContext
getFormRequestContext()
com.alibaba.fastjson.JSONObject
getLdapUserData()
Deprecated.com.alibaba.fastjson.JSONObject
getUserData()
-
-
-
Constructor Detail
-
PluginFormPrePersistParams
public PluginFormPrePersistParams(IFormRequestContext context)
-
-
Method Detail
-
getFormRequestContext
public IFormRequestContext getFormRequestContext()
- Specified by:
getFormRequestContext
in interfaceIPluginFormPrePersistParams
- Returns:
IExtendedFormRequestContext
The current form request context that may be used to access the submitted form data.
-
getUserData
public com.alibaba.fastjson.JSONObject getUserData()
- Specified by:
getUserData
in interfaceIPluginFormPrePersistParams
-
getLdapUserData
@Deprecated public com.alibaba.fastjson.JSONObject getLdapUserData()
Deprecated.- Specified by:
getLdapUserData
in interfaceIPluginFormPrePersistParams
- Returns:
- A
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 an emptyJSONObject
-
-