public class FormRequestContext extends Object implements IFormRequestContext
IFormRenderContext,
 IFormPersistContext or IFormProcessContext| Modifier | Constructor and Description | 
|---|---|
| protected  | FormRequestContext(EFormRequestType requestType,
                  UserContext uc) | 
protected static final org.slf4j.Logger LOG
protected XfcSession xfcSession
protected FRQSession frqSession
protected String sessionId
protected String requestContext
protected Locale locale
protected Mandant mandant
protected FormVersion formVersion
protected Vorgang vorgang
protected Projekt projekt
protected ProjectDOIData doubleOptInData
protected Benutzer benutzer
protected List<BenutzerGruppe> benutzerGruppen
protected FrontendServer frontendServer
protected IFormDataAdapter formData
protected FrontendServer fServer
protected UserContext uc
protected ParameterWrapper parameterWrapper
protected EFormRequestType requestType
protected Map<String,Serializable> sessionAttributes
protected boolean isSaveOnly
protected boolean isResubmit
protected boolean isPreview
protected boolean isReview
protected boolean isOldVersion
protected boolean isRunWorkflow
IFormRequestContext#isRunWorkflow()protected boolean isCheckForm
protected boolean isUseCurrentFv
protected boolean isFrontendServerAllowed
protected boolean isBenutzerZugriffAllowed
protected boolean isContinueProcessing
protected FormRequestContext(EFormRequestType requestType, UserContext uc) throws ContextBuilderException
ContextBuilderExceptionpublic Benutzer getCurrentBenutzer()
getCurrentBenutzer in interface IFormRequestContextpublic IFormDataAdapter getFormData()
getFormData in interface IFormRequestContextpublic void setFormData(IFormDataAdapter formData)
setFormData in interface IFormRequestContextpublic FormVersion getFormVersion()
getFormVersion in interface IFormRequestContextpublic FrontendServer getFrontendServer()
getFrontendServer in interface IFormRequestContextpublic FRQSession getFRQSession()
getFRQSession in interface IFormRequestContextpublic Locale getLocale()
getLocale in interface IFormRequestContextpublic Mandant getMandant()
getMandant in interface IFormRequestContextpublic ParameterWrapper getParameterWrapper()
IFormRequestContextIFormRequestContext.initFormData(ParameterWrapper) or IFormRequestContext.getFormData() and IFormDataAdapter.init(Map) or
 IFormRequestContext.setFormData(IFormDataAdapter)getParameterWrapper in interface IFormRequestContextParameterWrapperpublic Projekt getProjekt()
getProjekt in interface IFormRequestContextpublic String getRequestContext()
getRequestContext in interface IFormRequestContextpublic EFormRequestType getRequestType()
getRequestType in interface IFormRequestContextpublic XfcSession getSession()
getSession in interface IFormRequestContextpublic String getSessionID()
getSessionID in interface IFormRequestContextpublic Boolean getUseCurrentFv()
getUseCurrentFv in interface IFormRequestContextpublic UserContext getUserContext()
getUserContext in interface IFormRequestContextpublic void setUserContext(UserContext uc)
setUserContext in interface IFormRequestContextpublic Vorgang getVorgang()
getVorgang in interface IFormRequestContextpublic boolean isBenutzerZugriffAllowed()
isBenutzerZugriffAllowed in interface IFormRequestContextpublic void setBenutzerZugriffAllowed(boolean isBenutzerZugriffAllowed)
setBenutzerZugriffAllowed in interface IFormRequestContextpublic boolean isFrontendServerAllowed()
isFrontendServerAllowed in interface IFormRequestContextpublic void setFrontenServerAllowed(boolean isFrontendServerAllowed)
setFrontenServerAllowed in interface IFormRequestContextpublic List<Postfach> getBenutzerPostfaecher()
getBenutzerPostfaecher in interface IFormRequestContextpublic void setBenutzerPostfaecher(List<Postfach> benutzerPostfaecher)
setBenutzerPostfaecher in interface IFormRequestContextpublic List<BenutzerGruppe> getBenutzerGruppen()
getBenutzerGruppen in interface IFormRequestContextpublic void setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)
setBenutzerGruppen in interface IFormRequestContextpublic void initFormData(ParameterWrapper rp)
initFormData in interface IFormRequestContextpublic boolean isAnonymize()
isAnonymize in interface IFormRequestContextpublic boolean isCheckForm()
isCheckForm in interface IFormRequestContextpublic boolean isContinueProcessing()
isContinueProcessing in interface IFormRequestContextpublic boolean isOldVersion()
isOldVersion in interface IFormRequestContextpublic boolean isResubmit()
isResubmit in interface IFormRequestContextpublic boolean isReview()
isReview in interface IFormRequestContextpublic boolean isSaveOnly()
isSaveOnly in interface IFormRequestContextpublic void setSaveOnly(boolean saveOnly)
setSaveOnly in interface IFormRequestContextpublic boolean isUseCurrentFv()
isUseCurrentFv in interface IFormRequestContextpublic void setAnonymize(boolean anonymize)
setAnonymize in interface IFormRequestContextpublic void setCheckForm(boolean checkForm)
setCheckForm in interface IFormRequestContextpublic void setContinueProcessing(boolean isContinueProcessing)
setContinueProcessing in interface IFormRequestContextpublic void setCurrentBenutzer(Benutzer benutzer)
setCurrentBenutzer in interface IFormRequestContextpublic void setFormVersion(FormVersion formVersion)
setFormVersion in interface IFormRequestContextpublic void setFrontendServer(FrontendServer frontendServer)
setFrontendServer in interface IFormRequestContextpublic void setFRQSession(FRQSession frqSession)
setFRQSession in interface IFormRequestContextpublic void setLocale(Locale locale)
setLocale in interface IFormRequestContextpublic void setMandant(Mandant mandant)
setMandant in interface IFormRequestContextpublic void setOldVersion(boolean isOldVersion)
setOldVersion in interface IFormRequestContextpublic void setProjekt(Projekt projekt)
setProjekt in interface IFormRequestContextpublic void setRequestContest(String requestContext)
setRequestContest in interface IFormRequestContextpublic void setRequestType(EFormRequestType requestType)
setRequestType in interface IFormRequestContextpublic void setResubmit(boolean isResubmit)
setResubmit in interface IFormRequestContextpublic void setReview(boolean isReview)
setReview in interface IFormRequestContextpublic boolean isPreview()
isPreview in interface IFormRequestContextpublic void setPreview(boolean isPreview)
setPreview in interface IFormRequestContextpublic void setSessionID(String sessionID)
setSessionID in interface IFormRequestContextpublic void setUseCurrentFv(boolean isUseCurrentFv)
setUseCurrentFv in interface IFormRequestContextpublic ValueParameters getValueParameters()
getValueParameters in interface IFormRequestContextpublic void setVorgang(Vorgang vorgang)
setVorgang in interface IFormRequestContextpublic void setSession(XfcSession xfcSession)
setSession in interface IFormRequestContext@Deprecated public void setParameterWrapper(ParameterWrapper parameterWrapper)
setParameterWrapper in interface IFormRequestContextpublic UploadParameters getUploadParameters()
getUploadParameters in interface IFormRequestContextpublic Map<String,Serializable> getSessionAttributeMap()
getSessionAttributeMap in interface IFormRequestContextpublic void setSessionAttributeMap(Map<String,Serializable> sessionAttributes)
setSessionAttributeMap in interface IFormRequestContext@Deprecated public SessionAttributes getSessionAttributes()
#getParsedSessionAttributes()getSessionAttributes in interface IFormRequestContext@Deprecated public void setSessionAttributes(SessionAttributes sessionAttributes)
setSessionAttributeMap(Map)setSessionAttributes in interface IFormRequestContextpublic void loadUserData(FormUserRequestData userData)
loadUserData in interface IFormRequestContextpublic ProjectDOIData getDoubleOptInData()
getDoubleOptInData in interface IFormRequestContextpublic void setDoubleOptInData(ProjectDOIData doubleOptInData)
setDoubleOptInData in interface IFormRequestContextCopyright © 2019 XIMA MEDIA GmbH. All rights reserved.