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.render | |
de.xima.fc.form.request | |
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.provider |
Modifier and Type | Method and Description |
---|---|
IWorkflowResponse |
WorkflowAPI.initWorkflow(UserContext uc,
Vorgang vorgang,
Status status,
Benutzer aktuellerBenutzer,
SessionAttributes sessionAttributes)
|
Modifier and Type | Method and Description |
---|---|
static SessionAttributes |
SessionAttributes.createSessionAttributes(javax.servlet.http.HttpSession httpSession)
Deprecated.
use SessionUtils
|
Modifier and Type | Method and Description |
---|---|
static IWorkflowResponse |
WorkflowStarter.startSyncWorkflow(Vorgang v,
Projekt p,
Status newStatus,
Benutzer curBen,
SessionAttributes sessionAttributes)
|
Modifier and Type | Method and Description |
---|---|
SessionAttributes |
WorkflowProcessingContext.getSessionAttributes()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
WorkflowProcessingContext |
WorkflowProcessingContextManager.createContext(Vorgang vorgang,
IWorkflowProcessing processing,
IXForm xForm,
IXFormRenderConfig xformConfig,
IFormDataAdapter formDataAdapter,
IEntityContext entityContext,
SessionAttributes sessionAttributes)
|
void |
WorkflowProcessingContext.setSessionAttributes(SessionAttributes sessionAttributes)
Deprecated.
|
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,
IXFormRenderConfig xformConfig)
|
WorkflowProcessing(Vorgang v,
Projekt p,
Status newStatus,
Benutzer curBen,
SessionAttributes sessionAttributes,
IEntityContext ec)
|
Modifier and Type | Method and Description |
---|---|
SessionAttributes |
FormRenderContext.getSessionAttributes()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
FormRenderContext.setSessionAttributes(SessionAttributes sessionAttributes)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SessionAttributes |
FormRequestContext.getSessionAttributes()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
FormRequestContext.setSessionAttributes(SessionAttributes sessionAttributes)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SessionAttributes |
IDatenquelleParams.getSessionAttributes()
Deprecated.
will be removed!
|
Modifier and Type | Method and Description |
---|---|
SessionAttributes |
IFormRenderContext.getSessionAttributes()
Deprecated.
|
SessionAttributes |
IFormRequestContext.getSessionAttributes()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
IFormRenderContext.setSessionAttributes(SessionAttributes sessionAttributes)
Deprecated.
|
void |
IFormRequestContext.setSessionAttributes(SessionAttributes sessionAttributes)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SessionAttributes |
IPluginDataSourceParams.getSessionAttributes()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SessionAttributes |
IPluginServletActionParams.getSessionAttributes()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SessionAttributes |
IWorkflowProcessingContext.getSessionAttributes()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SessionAttributes |
WorkflowStartingContext.getSessionAttributes()
Deprecated.
|
Constructor and Description |
---|
WorkflowStartingContext(UserContext usersContext,
Vorgang vorgang,
IFormDataAdapter fdaData,
boolean isReSubmit,
SessionAttributes sessionAttributes,
XFormRenderConfig formConfig)
|
Modifier and Type | Method and Description |
---|---|
SessionAttributes |
PluginServletActionParams.getSessionAttributes()
Deprecated.
|
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)
Deprecated.
use
#PluginServletActionParams(Map, HashMap, HashMap, Benutzer, Locale, EServletAction, Map, FrontendServer) |
Modifier and Type | Method and Description |
---|---|
SessionAttributes |
DatenquelleParams.getSessionAttributes()
Deprecated.
|
Constructor and Description |
---|
DatenquelleParams(XItem item,
Mandant mandant,
SessionAttributes sessionAttributes,
ValueParameters requestParameters,
Projekt projekt)
|
Constructor and Description |
---|
DefaultFD2DatasourceProvider(Mandant mandant,
SessionAttributes sessionAttributes,
ValueParameters requestParameters,
Projekt project)
|
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.