Uses of Class
de.xima.fc.session.XfcSession
-
-
Uses of XfcSession in de.xima.fc.form.edit
Methods in de.xima.fc.form.edit with parameters of type XfcSession Modifier and Type Method Description static boolean
FormEditValidator. checkBackupFormVersionContext(XfcSession session, FormVersionBackup backup)
static boolean
FormEditValidator. checkCurrentFormVersionContext(XfcSession session, FormVersion fv)
-
Uses of XfcSession in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper with parameters of type XfcSession Modifier and Type Method Description static ProjektRessource
ProjektRessourceHelper. createProjektRessource(UserContext uc, XfcSession xfs, Projekt projekt, org.apache.commons.fileupload.FileItem item)
-
Uses of XfcSession in de.xima.fc.form.render
Methods in de.xima.fc.form.render that return XfcSession Modifier and Type Method Description XfcSession
FormRenderContext. getSession()
Methods in de.xima.fc.form.render with parameters of type XfcSession Modifier and Type Method Description void
FormRenderContext. setSession(XfcSession session)
-
Uses of XfcSession in de.xima.fc.form.request
Fields in de.xima.fc.form.request declared as XfcSession Modifier and Type Field Description protected XfcSession
FormRequestContext. xfcSession
Methods in de.xima.fc.form.request that return XfcSession Modifier and Type Method Description XfcSession
FormRequestContext. getSession()
Methods in de.xima.fc.form.request with parameters of type XfcSession Modifier and Type Method Description void
FormRequestContext. setSession(XfcSession xfcSession)
-
Uses of XfcSession in de.xima.fc.gui.common.bean
Methods in de.xima.fc.gui.common.bean that return XfcSession Modifier and Type Method Description XfcSession
LoginBean. createSession(Benutzer user)
-
Uses of XfcSession in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return XfcSession Modifier and Type Method Description XfcSession
IFormRenderContext. getSession()
XfcSession
IFormRequestContext. getSession()
Methods in de.xima.fc.interfaces.form with parameters of type XfcSession Modifier and Type Method Description void
IFormRenderContext. setSession(XfcSession session)
void
IFormRequestContext. setSession(XfcSession session)
-
Uses of XfcSession in de.xima.fc.servlet.manager
Methods in de.xima.fc.servlet.manager with parameters of type XfcSession Modifier and Type Method Description static void
DownloadManager. handleAttachment(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, XfcSession xfs, UserContext uc)
static void
DownloadManager. handleProjektRessource(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, XfcSession xfs, UserContext uc)
-
Uses of XfcSession in de.xima.fc.session
Methods in de.xima.fc.session that return XfcSession Modifier and Type Method Description static XfcSession
XfcSessionManager. createNew(javax.servlet.http.HttpSession session)
Session-Initialisierung (vor allem für Multi-Session-Betrieb), die den Mandanten des übergebenen Benutzers verwendet.static XfcSession
XfcSessionManager. createNew(javax.servlet.http.HttpSession session, Benutzer user)
static XfcSession
XfcSessionManager. createNew(javax.servlet.http.HttpSession session, Benutzer user, String loginName)
static XfcSession
XfcSessionManager. current(String id)
Vor allem für Multi-Session-Betrieb.static XfcSession
XfcSessionManager. current(javax.servlet.http.HttpServletRequest req)
Returns the XFC session for the HTTP session associated with the given HTTP request.static XfcSession
XfcSessionManager. current(javax.servlet.http.HttpSession session)
Returns the XFC session for the given HTTP session.static XfcSession
XfcSessionManager. currentOrNull(javax.servlet.http.HttpSession session)
Returns the XFC session for the given HTTP session, if it exists.XfcSession
FD2Session. getXfcSession()
Deprecated.XfcSession
FRQSession. getXfcSession()
Deprecated.Methods in de.xima.fc.session that return types with arguments of type XfcSession Modifier and Type Method Description static Map<String,XfcSession>
XfcSessionManager. getSessionMap()
Methods in de.xima.fc.session with parameters of type XfcSession Modifier and Type Method Description static FD2Session
FD2SessionManager. addSession(XfcSession userSession, String formSessionID)
Deprecated.static FRQSession
FRQSessionManager. addSession(XfcSession userSession, String formSessionID)
Deprecated.static FD2Session
FD2SessionManager. getSession(XfcSession xfcSess, String formSessionID)
Deprecated.static FRQSession
FRQSessionManager. getSession(XfcSession xfcSess, String formSessionID)
Deprecated. -
Uses of XfcSession in de.xima.fc.transform.excel
Methods in de.xima.fc.transform.excel with parameters of type XfcSession Modifier and Type Method Description ByteArrayOutputStream
FDToExcelTransformer. createForPostfach(UserContext uc, List<String> vl, XfcSession sess, de.xima.cmn.criteria.QueryCriteriaManager qm, boolean withAlias, boolean multiline, Benutzer ben)
ByteArrayOutputStream
FDToExcelTransformer. createForPostfach(UserContext uc, List<String> vl, XfcSession sess, de.xima.cmn.criteria.QueryCriteriaManager qm, EColumnLabelType columnLabelType, boolean multiline, Benutzer ben)
ByteArrayOutputStream
FDToExcelTransformer. createForProjektPostfach(Projekt projekt, List<ExtendedEntityModel<Vorgang>> vorgaenge, XfcSession sess, boolean withAlias)
Deprecated.ByteArrayOutputStream
FDToExcelTransformer. createForProjektPostfach(Projekt projekt, List<ExtendedEntityModel<Vorgang>> vorgaenge, XfcSession sess, EColumnLabelType columnLabelType)
Deprecated. -
Uses of XfcSession in de.xima.fc.transform.xml
Methods in de.xima.fc.transform.xml with parameters of type XfcSession Modifier and Type Method Description static RootFdXml
FDToXmlTransformer. createForPostfach(UserContext uc, List<String> vl, XfcSession xfcSesssion, de.xima.cmn.criteria.QueryCriteriaManager qcm, Benutzer user)
static RootFdXml
FDToXmlTransformer. createForProjektPostfach(List<ExtendedEntityModel<Vorgang>> processes, XfcSession sess)
Deprecated. -
Uses of XfcSession in de.xima.fc.user
Methods in de.xima.fc.user with parameters of type XfcSession Modifier and Type Method Description static UserContext
UserContextFactory. forXfcSession(XfcSession session)
-
Uses of XfcSession in de.xima.fc.web.common.utils
Methods in de.xima.fc.web.common.utils with parameters of type XfcSession Modifier and Type Method Description static String
LocaleUtils. getLanguage(IFormRenderContext renderCtx, XfcSession session)
Liefert für diesen RenderContext und Session den gültigen Language-Key in der ISO-Form "en".static String
LocaleUtils. getLanguageTag(IFormRenderContext renderCtx, XfcSession session)
Liefert für diesen RenderContext und Session den gültigen Language-Tag in der ISO-Form "en-GB".static Locale
LocaleUtils. getLocale(ValueParameters params, XfcSession xfcSess)
Deprecated.static Locale
LocaleUtils. getLocale(String lang, XfcSession xfcSess)
static Locale
LocaleUtils. getLocale(javax.servlet.http.HttpServletRequest req, XfcSession xfcSess)
static Locale
LocaleUtils. getLocale(javax.servlet.http.HttpServletRequest request, String lang, XfcSession frqSession)
-