Class PluginFormPreRenderParams
- java.lang.Object
 - 
- de.xima.fc.plugin.models.params.form.PluginFormPreRenderParams
 
 
- 
- All Implemented Interfaces:
 IPluginParameters,IPluginFormPreRenderParams,Serializable
public class PluginFormPreRenderParams extends Object implements IPluginFormPreRenderParams
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description PluginFormPreRenderParams(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
- 
PluginFormPreRenderParams
public PluginFormPreRenderParams(IFormRequestContext context)
 
 - 
 
- 
Method Detail
- 
getFormRequestContext
public IFormRequestContext getFormRequestContext()
- Specified by:
 getFormRequestContextin interfaceIPluginFormPreRenderParams- Returns:
 - The current 
IExtendedFormRequestContext. May be used, for example, to access the current form, the current form data, or the URL parameters. 
 
- 
getUserData
public com.alibaba.fastjson.JSONObject getUserData()
- Specified by:
 getUserDatain interfaceIPluginFormPreRenderParams
 
- 
getLdapUserData
@Deprecated public com.alibaba.fastjson.JSONObject getLdapUserData()
Deprecated.- Specified by:
 getLdapUserDatain interfaceIPluginFormPreRenderParams- 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 
 
 - 
 
 -