Uses of Class
de.xima.fc.beans.SessionAttributes
Packages that use SessionAttributes
Package
Description
Package für den API-Zugriff auf Workflowverarbeitung
Enthält allgemeine Hilfsklassen für das Lesen und Schreiben von Bean-Attributen inklusive eines einfachen
Validierungs-API.
-
Uses of SessionAttributes in de.xima.fc.api.workflow
Methods in de.xima.fc.api.workflow with parameters of type SessionAttributesModifier and TypeMethodDescriptionWorkflowAPI.initWorkflow
(UserContext uc, Vorgang vorgang, Status status, Benutzer user, SessionAttributes sessionAttributes) Deprecated. -
Uses of SessionAttributes in de.xima.fc.beans
Methods in de.xima.fc.beans that return SessionAttributesModifier and TypeMethodDescriptionstatic 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 SessionAttributesModifier and TypeMethodDescriptionstatic 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 SessionAttributesMethods in de.xima.fc.bl.fdv with parameters of type SessionAttributesModifier and TypeMethodDescriptionWorkflowProcessingContextManager.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 SessionAttributesModifierConstructorDescriptionWorkflowProcessing
(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 SessionAttributesMethods in de.xima.fc.form.render with parameters of type SessionAttributesModifier and TypeMethodDescriptionvoid
FormRenderContext.setSessionAttributes
(SessionAttributes sessionAttributes) Deprecated. -
Uses of SessionAttributes in de.xima.fc.form.request
Methods in de.xima.fc.form.request that return SessionAttributesMethods in de.xima.fc.form.request with parameters of type SessionAttributesModifier and TypeMethodDescriptionvoid
FormRequestContext.setSessionAttributes
(SessionAttributes sessionAttributes) Deprecated. -
Uses of SessionAttributes in de.xima.fc.interfaces.datasource
Methods in de.xima.fc.interfaces.datasource that return SessionAttributesModifier and TypeMethodDescriptionIDatenquelleParams.getSessionAttributes()
Deprecated.will be removed! -
Uses of SessionAttributes in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return SessionAttributesModifier and TypeMethodDescriptionIFormRenderContext.getSessionAttributes()
Deprecated.IFormRequestContext.getSessionAttributes()
Deprecated.Methods in de.xima.fc.interfaces.form with parameters of type SessionAttributesModifier and TypeMethodDescriptionvoid
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 -
Uses of SessionAttributes in de.xima.fc.interfaces.plugin.param.servlet
Methods in de.xima.fc.interfaces.plugin.param.servlet that return SessionAttributes -
Uses of SessionAttributes in de.xima.fc.interfaces.processing
Methods in de.xima.fc.interfaces.processing that return SessionAttributes -
Uses of SessionAttributes in de.xima.fc.mdl.workflow
Methods in de.xima.fc.mdl.workflow that return SessionAttributesConstructors in de.xima.fc.mdl.workflow with parameters of type SessionAttributesModifierConstructorDescriptionWorkflowStartingContext
(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 SessionAttributesConstructors in de.xima.fc.plugin.models.params.servlet with parameters of type SessionAttributesModifierConstructorDescriptionPluginServletActionParams
(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 SessionAttributesConstructors in de.xima.fc.web.common.datasource with parameters of type SessionAttributesModifierConstructorDescriptionDatenquelleParams
(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 SessionAttributesModifierConstructorDescriptionDefaultFD2DatasourceProvider
(Mandant mandant, SessionAttributes sessionAttributes, ValueParameters requestParameters, Projekt project)
WorkflowAPI.triggerEvent(UserContext, IFormRecordProvidingEvent)
.