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 IFormRequestContextgetFormRequestContext()com.alibaba.fastjson.JSONObjectgetLdapUserData()Deprecated.com.alibaba.fastjson.JSONObjectgetUserData() 
 - 
 
- 
- 
Constructor Detail
- 
PluginFormPrePersistParams
public PluginFormPrePersistParams(IFormRequestContext context)
 
 - 
 
- 
Method Detail
- 
getFormRequestContext
public IFormRequestContext getFormRequestContext()
- Specified by:
 getFormRequestContextin interfaceIPluginFormPrePersistParams- Returns:
 IExtendedFormRequestContextThe current form request context that may be used to access the submitted form data.
 
- 
getUserData
public com.alibaba.fastjson.JSONObject getUserData()
- Specified by:
 getUserDatain interfaceIPluginFormPrePersistParams
 
- 
getLdapUserData
@Deprecated public com.alibaba.fastjson.JSONObject getLdapUserData()
Deprecated.- Specified by:
 getLdapUserDatain interfaceIPluginFormPrePersistParams- Returns:
 - A 
JSONObjectwith 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 
 
 - 
 
 -