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