Uses of Class
de.xima.fc.beans.SessionAttributes
-
Packages that use SessionAttributes Package Description de.xima.fc.api.workflow Package für den API-Zugriff auf Workflowverarbeitungde.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 -
-
Uses of SessionAttributes in de.xima.fc.api.workflow
Methods in de.xima.fc.api.workflow with parameters of type SessionAttributes Modifier and Type Method Description IWorkflowResponse
WorkflowAPI. initWorkflow(UserContext uc, Vorgang vorgang, Status status, Benutzer user, SessionAttributes sessionAttributes)
Deprecated.Use methods of the new workflow engine, such asWorkflowAPI.triggerEvent(UserContext, IFormRecordProvidingEvent)
. -
Uses of SessionAttributes in de.xima.fc.beans
Methods in de.xima.fc.beans that return SessionAttributes Modifier and Type Method Description static SessionAttributes
SessionAttributes. createSessionAttributes(javax.servlet.http.HttpSession httpSession)
Deprecated. -
Uses of SessionAttributes in de.xima.fc.bl
Methods in de.xima.fc.bl with parameters of type SessionAttributes Modifier and Type Method Description static IWorkflowResponse
WorkflowStarter. startSyncWorkflow(Vorgang v, Projekt p, Status newStatus, Benutzer curBen, SessionAttributes sessionAttributes)
-
Uses of SessionAttributes in de.xima.fc.bl.fdv
Methods in de.xima.fc.bl.fdv that return SessionAttributes Modifier and Type Method Description SessionAttributes
WorkflowProcessingContext. getSessionAttributes()
Deprecated.Methods in de.xima.fc.bl.fdv with parameters of type SessionAttributes Modifier and Type Method Description WorkflowProcessingContext
WorkflowProcessingContextManager. createContext(Vorgang vorgang, IWorkflowProcessing processing, IXForm xForm, IXFormRenderConfig xformConfig, IFormDataAdapter formDataAdapter, IEntityContext entityContext, SessionAttributes sessionAttributes)
void
WorkflowProcessingContext. setSessionAttributes(SessionAttributes sessionAttributes)
Deprecated.Constructors in de.xima.fc.bl.fdv with parameters of type SessionAttributes Constructor Description WorkflowProcessing(Vorgang v, Projekt p, Status newStatus, Benutzer curBen, SessionAttributes sessionAttributes, IEntityContext ec)
WorkflowProcessing(Vorgang v, Projekt p, Status zielStatus, Benutzer curBen, IFormDataAdapter fdaData, IEntityContext ec, SessionAttributes sessionAttributes, IXFormRenderConfig xformConfig)
WorkflowProcessing(Vorgang v, Projekt p, Status zielStatus, Benutzer curBen, IEntityContext ec, SessionAttributes sessionAttributes)
-
Uses of SessionAttributes in de.xima.fc.form.render
Methods in de.xima.fc.form.render that return SessionAttributes Modifier and Type Method Description SessionAttributes
FormRenderContext. getSessionAttributes()
Deprecated.Methods in de.xima.fc.form.render with parameters of type SessionAttributes Modifier and Type Method Description void
FormRenderContext. setSessionAttributes(SessionAttributes sessionAttributes)
Deprecated. -
Uses of SessionAttributes in de.xima.fc.form.request
Methods in de.xima.fc.form.request that return SessionAttributes Modifier and Type Method Description SessionAttributes
FormRequestContext. getSessionAttributes()
Deprecated.Methods in de.xima.fc.form.request with parameters of type SessionAttributes Modifier and Type Method Description void
FormRequestContext. setSessionAttributes(SessionAttributes sessionAttributes)
Deprecated. -
Uses of SessionAttributes in de.xima.fc.interfaces.datasource
Methods in de.xima.fc.interfaces.datasource that return SessionAttributes Modifier and Type Method Description SessionAttributes
IDatenquelleParams. getSessionAttributes()
Deprecated.will be removed! -
Uses of SessionAttributes in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return SessionAttributes Modifier and Type Method Description SessionAttributes
IFormRenderContext. getSessionAttributes()
Deprecated.SessionAttributes
IFormRequestContext. getSessionAttributes()
Deprecated.Methods in de.xima.fc.interfaces.form with parameters of type SessionAttributes Modifier and Type Method Description void
IFormRenderContext. setSessionAttributes(SessionAttributes sessionAttributes)
Deprecated.void
IFormRequestContext. setSessionAttributes(SessionAttributes sessionAttributes)
Deprecated. -
Uses of SessionAttributes in de.xima.fc.interfaces.plugin.param.form
Methods in de.xima.fc.interfaces.plugin.param.form that return SessionAttributes Modifier and Type Method Description SessionAttributes
IPluginDataSourceParams. getSessionAttributes()
Deprecated. -
Uses of SessionAttributes in de.xima.fc.interfaces.plugin.param.servlet
Methods in de.xima.fc.interfaces.plugin.param.servlet that return SessionAttributes Modifier and Type Method Description SessionAttributes
IPluginServletActionParams. getSessionAttributes()
Deprecated. -
Uses of SessionAttributes in de.xima.fc.interfaces.processing
Methods in de.xima.fc.interfaces.processing that return SessionAttributes Modifier and Type Method Description SessionAttributes
IWorkflowProcessingContext. getSessionAttributes()
Deprecated. -
Uses of SessionAttributes in de.xima.fc.mdl.workflow
Methods in de.xima.fc.mdl.workflow that return SessionAttributes Modifier and Type Method Description SessionAttributes
WorkflowStartingContext. getSessionAttributes()
Deprecated.Constructors in de.xima.fc.mdl.workflow with parameters of type SessionAttributes Constructor Description WorkflowStartingContext(UserContext usersContext, Vorgang vorgang, IFormDataAdapter fdaData, boolean isReSubmit, SessionAttributes sessionAttributes, XFormRenderConfig formConfig)
-
Uses of SessionAttributes in de.xima.fc.plugin.models.params.servlet
Methods in de.xima.fc.plugin.models.params.servlet that return SessionAttributes Modifier and Type Method Description SessionAttributes
PluginServletActionParams. getSessionAttributes()
Deprecated.Constructors in de.xima.fc.plugin.models.params.servlet with parameters of type SessionAttributes Constructor Description PluginServletActionParams(SessionAttributes sessionAttributes, HashMap<String,List<String>> valueParameter, HashMap<String,List<FileData>> uploadFiles, Locale locale, EServletAction action, Map<String,String> headerMap, FrontendServer fs)
-
Uses of SessionAttributes in de.xima.fc.web.common.datasource
Methods in de.xima.fc.web.common.datasource that return SessionAttributes Modifier and Type Method Description SessionAttributes
DatenquelleParams. getSessionAttributes()
Deprecated.Constructors in de.xima.fc.web.common.datasource with parameters of type SessionAttributes Constructor Description DatenquelleParams(XItem item, Mandant mandant, SessionAttributes sessionAttributes, ValueParameters requestParameters, Projekt projekt)
Deprecated. -
Uses of SessionAttributes in de.xima.fc.web.common.fd2.provider
Constructors in de.xima.fc.web.common.fd2.provider with parameters of type SessionAttributes Constructor Description DefaultFD2DatasourceProvider(Mandant mandant, SessionAttributes sessionAttributes, ValueParameters requestParameters, Projekt project)
-