public interface IPluginFormPreRespondParams extends IPluginParameters, Serializable
| Modifier and Type | Method and Description |
|---|---|
IFormRequestContext |
getFormRequestContext() |
com.alibaba.fastjson.JSONObject |
getLdapUserData() |
com.alibaba.fastjson.JSONObject |
getUserData() |
Vorgang |
getVorgang() |
IWorkflowResponse |
getWorkflowResponse()
A pre-respond plugin is executed after the workflow was run.
|
IFormRequestContext getFormRequestContext()
IExtendedFormRequestContext The current form request context that may be used to access the
submitted form data.Vorgang getVorgang()
IWorkflowResponse getWorkflowResponse()
com.alibaba.fastjson.JSONObject getLdapUserData()
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 empty
JSONObjectcom.alibaba.fastjson.JSONObject getUserData()
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.