| Modifier and Type | Method and Description |
|---|---|
static void |
FormPluginHelper.executePrePersist(IFormRequestContext ctx) |
static void |
FormPluginHelper.executePreProcess(IFormRequestContext ctx,
Vorgang v) |
static void |
FormPluginHelper.executePreRenderer(IFormRequestContext ctx,
Map<String,SerializableJSONObject> metaMap,
Map<String,List<String[]>> dataMap) |
static void |
FormPluginHelper.executePreResponse(IFormRequestContext ctx,
Vorgang v,
IWorkflowResponse resp) |
| Modifier and Type | Class and Description |
|---|---|
class |
FormPublishContext
Kapselt Informationen, die zur Veröffentlichung benötigt werden.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FormRequestContext
Basis-Kontext für Funktionalität, die mit der Erstellung oder Änderung von FormVersion-Daten zu tun hat.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IExtendedFormRequestContext |
| Modifier and Type | Method and Description |
|---|---|
IFormRequestContext |
IPluginFormPreRespondParams.getFormRequestContext()
Getter für den Formular-Request-Context
|
IFormRequestContext |
IPluginFormPreRenderParams.getFormRequestContext()
Getter für den Formular-Request-Context
|
IFormRequestContext |
IPluginFormPreProcessParams.getFormRequestContext()
Getter für den Formular-Request-Context
|
IFormRequestContext |
IPluginFormPrePersistParams.getFormRequestContext()
Getter für den Formular-Request-Context
|
| Modifier and Type | Method and Description |
|---|---|
IFormRequestContext |
PluginFormPreRespondParams.getFormRequestContext() |
IFormRequestContext |
PluginFormPreRenderParams.getFormRequestContext() |
IFormRequestContext |
PluginFormPreProcessParams.getFormRequestContext() |
IFormRequestContext |
PluginFormPrePersistParams.getFormRequestContext() |
| Constructor and Description |
|---|
PluginFormPrePersistParams(IFormRequestContext context) |
PluginFormPreProcessParams(IFormRequestContext ctx,
Vorgang vorgang) |
PluginFormPreRenderParams(IFormRequestContext formRequestContext) |
PluginFormPreRespondParams(IFormRequestContext ctx,
Vorgang vorgang,
IWorkflowResponse response) |
| Modifier and Type | Method and Description |
|---|---|
void |
FRQSession.init(IFormRequestContext ctx) |
Copyright © 2016. All rights reserved.