| Package | Description |
|---|---|
| de.xima.fc.api.workflow |
Package für den API-Zugriff auf Workflowverarbeitung
|
| de.xima.fc.beans |
Enthält allgemeine Hilfsklassen für das Lesen und Schreiben von Bean-Attributen inklusive eines einfachen
Validierungs-API.
|
| de.xima.fc.bl | |
| de.xima.fc.bl.fdv | |
| de.xima.fc.form.request | |
| de.xima.fc.handler.interfaces.workflow | |
| de.xima.fc.handler.workflow | |
| de.xima.fc.interfaces.datasource | |
| de.xima.fc.interfaces.form | |
| de.xima.fc.interfaces.plugin.param.form | |
| de.xima.fc.interfaces.plugin.param.servlet | |
| de.xima.fc.interfaces.processing | |
| de.xima.fc.mdl.workflow | |
| de.xima.fc.plugin.models.params.servlet | |
| de.xima.fc.web.common.datasource | |
| de.xima.fc.web.common.fd2 | |
| de.xima.fc.web.common.fd2.model | |
| de.xima.fc.web.common.fd2.provider |
| Modifier and Type | Method and Description |
|---|---|
IWorkflowResponse |
WorkflowAPI.initWorkflow(UserContext uc,
Vorgang vorgang,
Status status,
Benutzer aktuellerBenutzer,
SessionAttributes sessionAttributes)
Methode zum Initialisieren eines synchronen Workflows
|
| Modifier and Type | Method and Description |
|---|---|
static SessionAttributes |
SessionAttributes.createSessionAttributes(javax.servlet.http.HttpSession httpSession)
Factory-Methode zum Erzeugen einer Instanz von
SessionAttributes. |
| Modifier and Type | Method and Description |
|---|---|
static IWorkflowResponse |
WorkflowStarter.startSyncWorkflow(Vorgang v,
Projekt p,
Status newStatus,
Benutzer curBen,
SessionAttributes sessionAttributes)
Starten des Workflows über die Workflow-API
|
| Modifier and Type | Method and Description |
|---|---|
SessionAttributes |
WorkflowProcessingContext.getSessionAttributes() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowProcessingContext |
WorkflowProcessingContextManager.createContext(Vorgang vorgang,
IWorkflowProcessing processing,
IXForm xForm,
IFormDataAdapter formDataAdapter,
IEntityContext entityContext,
SessionAttributes sessionAttributes)
Dient dazu, einen neuen Kontext für einen Vorgang anzulegen
|
void |
WorkflowProcessingContext.setSessionAttributes(SessionAttributes sessionAttributes) |
| Constructor and Description |
|---|
WorkflowProcessing(Vorgang v,
Projekt p,
Status zielStatus,
Benutzer curBen,
IEntityContext ec,
SessionAttributes sessionAttributes) |
WorkflowProcessing(Vorgang v,
Projekt p,
Status zielStatus,
Benutzer curBen,
IFormDataAdapter fdaData,
IEntityContext ec,
SessionAttributes sessionAttributes,
XFormConfig xformConfig) |
WorkflowProcessing(Vorgang v,
Projekt p,
Status newStatus,
Benutzer curBen,
SessionAttributes sessionAttributes,
IEntityContext ec) |
WorkflowProcessingContext(Vorgang vorgang,
IWorkflowProcessing processing,
IXForm xForm,
IFormDataAdapter formDataAdapter,
IEntityContext entityContext,
SessionAttributes sessionAttributes) |
| Modifier and Type | Method and Description |
|---|---|
SessionAttributes |
FormRequestContext.getSessionAttributes() |
| Modifier and Type | Method and Description |
|---|---|
IWorkflowResponse |
IWorkflowHandler.initWorkflow(UserContext uc,
Vorgang vorgang,
Status status,
Benutzer currentUser,
SessionAttributes sessionAttributes)
Inits the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
IWorkflowResponse |
WorkflowHandler.initWorkflow(UserContext uc,
Vorgang vorgang,
Status status,
Benutzer currentUser,
SessionAttributes sessionAttributes)
Inits the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
SessionAttributes |
IDatenquelleParams.getSessionAttributes()
In der Formular-Sitzung serialisierbare Session-Attribute
|
| Modifier and Type | Method and Description |
|---|---|
SessionAttributes |
IFormRequestContext.getSessionAttributes() |
| Modifier and Type | Method and Description |
|---|---|
SessionAttributes |
IPluginDataSourceParams.getSessionAttributes()
In der Formular-Sitzung serialisierbare Session-Attribute
|
| Modifier and Type | Method and Description |
|---|---|
SessionAttributes |
IPluginServletActionParams.getSessionAttributes()
Getter für das Objekt mit allen verfügbaren POJO-Session-Attribute
|
| Modifier and Type | Method and Description |
|---|---|
SessionAttributes |
IWorkflowProcessingContext.getSessionAttributes() |
| Modifier and Type | Method and Description |
|---|---|
SessionAttributes |
WorkflowStartingContext.getSessionAttributes() |
| Constructor and Description |
|---|
WorkflowStartingContext(UserContext usersContext,
Vorgang vorgang,
IFormDataAdapter fdaData,
boolean isReSubmit,
SessionAttributes sessionAttributes,
XFormConfig formConfig) |
WorkflowStartingContext(UserContext usersContext,
Vorgang vorgang,
IFormDataAdapter fdaData,
Object ntlmUser,
boolean isReSubmit,
SessionAttributes sessionAttributes,
XFormConfig formConfig)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SessionAttributes |
PluginServletActionParams.getSessionAttributes() |
| Constructor and Description |
|---|
PluginServletActionParams(SessionAttributes sessionAttributes,
HashMap<String,List<String>> valueParameter,
HashMap<String,List<FileData>> uploadFiles,
Locale locale,
EServletAction action,
Map<String,String> headerMap,
FrontendServer fs) |
| Modifier and Type | Method and Description |
|---|---|
SessionAttributes |
DatenquelleParams.getSessionAttributes() |
| Constructor and Description |
|---|
DatenquelleParams(XItem item,
Mandant mandant,
SessionAttributes sessionAttributes,
ValueParameters requestParameters,
Projekt projekt) |
| Constructor and Description |
|---|
DefaultFD2ConfigBuilder(Mandant mandant,
Projekt projekt,
Locale locale,
SessionAttributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
SessionAttributes |
FD2RenderContext.getSessionAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
FD2RenderContext.setSessionAttributes(SessionAttributes sessionAttributes) |
| Constructor and Description |
|---|
DefaultFD2DatasourceProvider(Mandant mandant,
SessionAttributes sessionAttributes,
ValueParameters requestParameters,
Projekt projekt) |
Copyright © 2016. All rights reserved.