public class PluginFormPreRespondParams extends Object implements IPluginFormPreRespondParams
Constructor and Description |
---|
PluginFormPreRespondParams(IFormRequestContext ctx,
Vorgang vorgang,
IWorkflowResponse response) |
Modifier and Type | Method and Description |
---|---|
IFormRequestContext |
getFormRequestContext() |
Vorgang |
getVorgang() |
IWorkflowResponse |
getWorkflowResponse()
A pre-respond plugin is executed after the workflow was run.
|
public PluginFormPreRespondParams(IFormRequestContext ctx, 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
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.