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 IWorkflowResponseWorkflowAPI. 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 SessionAttributesSessionAttributes. 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 IWorkflowResponseWorkflowStarter. 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 SessionAttributesWorkflowProcessingContext. getSessionAttributes()Deprecated.Methods in de.xima.fc.bl.fdv with parameters of type SessionAttributes Modifier and Type Method Description WorkflowProcessingContextWorkflowProcessingContextManager. createContext(Vorgang vorgang, IWorkflowProcessing processing, IXForm xForm, IXFormRenderConfig xformConfig, IFormDataAdapter formDataAdapter, IEntityContext entityContext, SessionAttributes sessionAttributes)voidWorkflowProcessingContext. 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 SessionAttributesFormRenderContext. getSessionAttributes()Deprecated.Methods in de.xima.fc.form.render with parameters of type SessionAttributes Modifier and Type Method Description voidFormRenderContext. 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 SessionAttributesFormRequestContext. getSessionAttributes()Deprecated.Methods in de.xima.fc.form.request with parameters of type SessionAttributes Modifier and Type Method Description voidFormRequestContext. 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 SessionAttributesIDatenquelleParams. 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 SessionAttributesIFormRenderContext. getSessionAttributes()Deprecated.SessionAttributesIFormRequestContext. getSessionAttributes()Deprecated.Methods in de.xima.fc.interfaces.form with parameters of type SessionAttributes Modifier and Type Method Description voidIFormRenderContext. setSessionAttributes(SessionAttributes sessionAttributes)Deprecated.voidIFormRequestContext. 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 SessionAttributesIPluginDataSourceParams. 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 SessionAttributesIPluginServletActionParams. 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 SessionAttributesIWorkflowProcessingContext. 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 SessionAttributesWorkflowStartingContext. 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 SessionAttributesPluginServletActionParams. 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)Deprecated.use#PluginServletActionParams(Map, HashMap, HashMap, Benutzer, Locale, EServletAction, Map, FrontendServer) - 
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 SessionAttributesDatenquelleParams. 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) 
 -