Uses of Class
de.xima.fc.mdl.request.ValueParameters
-
-
Uses of ValueParameters in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper with parameters of type ValueParameters Modifier and Type Method Description static String
URLHelper. appointmentFreeSlotsServlet(String baseUrl, ValueParameters params)
static String
URLHelper. appointmentIcalServlet(String baseUrl, ValueParameters params)
static String
URLHelper. appointmentIcalServlet(String baseUrl, ValueParameters params, AppointmentTemplate template)
static String
URLHelper. attachmentFormActionURL(String baseUrl, ValueParameters requestParameters, String prozessId, FRQSession formRequestSession, String action)
static String
URLHelper. attachmentServlet(String baseUrl, ValueParameters params)
static String
URLHelper. clientCounterUrlFor(String baseUrl, ValueParameters params)
static String
URLHelper. contextPart(String baseUrl, ValueParameters params)
static String
URLHelper. contextPart(javax.servlet.http.HttpServletRequest req, ValueParameters params)
static String
URLHelper. dataqueryDBUrlFor(String baseUrl, ValueParameters params)
static String
URLHelper. dataqueryLDAPUrlFor(String baseUrl, ValueParameters params)
static String
URLHelper. datasourceCSVUrlFor(String baseUrl, ValueParameters params)
static String
URLHelper. datasourceJSONUrlFor(String baseUrl, ValueParameters params)
static String
URLHelper. datasourceXMLUrlFor(String baseUrl, ValueParameters params)
static String
URLHelper. deleteAttachmentFormURL(String baseUrl, ValueParameters requestParameters, String prozessId, FRQSession formRequestSession)
static String
URLHelper. downloadAttachmentFormURL(String baseUrl, ValueParameters requestParameters, String prozessId, FRQSession formRequestSession)
static String
URLHelper. formPart(String baseUrl, ValueParameters params)
static String
URLHelper. formPart(javax.servlet.http.HttpServletRequest req, ValueParameters params)
Deprecated.static String
URLHelper. formPart(javax.servlet.http.HttpServletRequest req, ValueParameters params, Mandant client)
static String
URLHelper. formRequestCopyFor(Projekt p, javax.servlet.http.HttpServletRequest request, ValueParameters params)
static String
URLHelper. formRequestCopyFor(String baseUrl, Projekt p, ValueParameters params, FormVersion formVersion, Vorgang v)
Builds a URL to the form copy servlet with a given process id of the process to copystatic String
URLHelper. formRequestFor(Projekt p, javax.servlet.http.HttpServletRequest request, ValueParameters params)
static String
URLHelper. forwardRequestFor(Projekt p, javax.servlet.http.HttpServletRequest request, ValueParameters params)
static String
URLHelper. keepaliveUrlFor(String baseUrl, ValueParameters params)
static String
URLHelper. pluginServlet(String baseUrl, ValueParameters params)
static String
URLHelper. previewUrlFor(String baseUrl, Projekt project, ValueParameters params)
static String
URLHelper. previewUrlFor(String baseUrl, Projekt project, ValueParameters params, FormVersion formVersion)
static String
URLHelper. previewUrlFor(String context, String language, Projekt project, ValueParameters params)
static String
URLHelper. previewUrlFor(String context, String language, Projekt projekt, ValueParameters params, FormVersion formVersion)
static String
URLHelper. previewUrlFor(String baseUrl, String language, Projekt projekt, ValueParameters params, FormVersion formVersion, Vorgang formRecord, FRQSession frqsession)
static String
URLHelper. previewUrlFor(String baseUrl, String language, Projekt projekt, ValueParameters params, FormVersion formVersion, FRQSession frqsession)
static String
URLHelper. provideUrlFor(String baseUrl, Projekt p, ValueParameters params, FormVersion formVersion, Vorgang v)
static String
URLHelper. provideUrlFor(String baseUrl, Projekt p, ValueParameters params, Vorgang v)
static String
URLHelper. submitUrlFor(String baseUrl, Projekt p, ValueParameters params)
static String
URLHelper. submitUrlFor(String baseUrl, Projekt p, ValueParameters params, FormVersion formVersion)
static String
URLHelper. submitUrlForVorgang(String baseUrl, Projekt p, ValueParameters params, FormVersion formVersion, Vorgang vorgang)
static String
URLHelper. submitUrlForVorgang(String baseUrl, Projekt p, ValueParameters params, Vorgang vorgang)
static String
URLHelper. templateServlet(String baseUrl, ValueParameters params)
static String
URLHelper. urlFor(EFormRequestType formRequestType, String baseUrl, Projekt p, ValueParameters params, FormVersion formVersion)
-
Uses of ValueParameters in de.xima.fc.form.request
Methods in de.xima.fc.form.request that return ValueParameters Modifier and Type Method Description ValueParameters
FormRequestContext. getValueParameters()
-
Uses of ValueParameters in de.xima.fc.interfaces.datasource
Methods in de.xima.fc.interfaces.datasource that return ValueParameters Modifier and Type Method Description ValueParameters
IDatenquelleParams. getRequestParameters()
Getter für aufbereitete Request-Parameter welche je nach typ (Prefix) in entsprechende Maps sortiert sind. -
Uses of ValueParameters in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return ValueParameters Modifier and Type Method Description ValueParameters
IFormRequestContext. getValueParameters()
-
Uses of ValueParameters in de.xima.fc.interfaces.plugin.param.form
Methods in de.xima.fc.interfaces.plugin.param.form that return ValueParameters Modifier and Type Method Description ValueParameters
IPluginDataSourceParams. getRequestParameters()
Getters for the parameters of the HTTP request. -
Uses of ValueParameters in de.xima.fc.interfaces.plugin.param.servlet
Methods in de.xima.fc.interfaces.plugin.param.servlet that return ValueParameters Modifier and Type Method Description ValueParameters
IPluginServletActionParams. getValueParameters()
Deprecated. -
Uses of ValueParameters in de.xima.fc.mdl.request
Methods in de.xima.fc.mdl.request that return ValueParameters Modifier and Type Method Description ValueParameters
ParameterWrapper. getValueParameters()
-
Uses of ValueParameters in de.xima.fc.plugin.models.params.servlet
Methods in de.xima.fc.plugin.models.params.servlet that return ValueParameters Modifier and Type Method Description ValueParameters
PluginServletActionParams. getValueParameters()
Deprecated. -
Uses of ValueParameters in de.xima.fc.web.common.datasource
Methods in de.xima.fc.web.common.datasource that return ValueParameters Modifier and Type Method Description ValueParameters
DatenquelleParams. getRequestParameters()
Constructors in de.xima.fc.web.common.datasource with parameters of type ValueParameters Constructor Description DatenquelleParams(Mandant mandant, Map<String,Serializable> sessionAttributes, ValueParameters requestParameters, Projekt projekt)
DatenquelleParams(Mandant mandant, Map<String,Serializable> sessionAttributes, ValueParameters requestParameters, Projekt projekt, Benutzer user, com.alibaba.fastjson.JSONObject userData)
DatenquelleParams(XItem item, Mandant mandant, SessionAttributes sessionAttributes, ValueParameters requestParameters, Projekt projekt)
Deprecated.DatenquelleParams(XItem item, Mandant mandant, Map<String,Serializable> sessionAttributes, ValueParameters requestParameters, Projekt projekt)
Deprecated. -
Uses of ValueParameters in de.xima.fc.web.common.fd2.provider
Constructors in de.xima.fc.web.common.fd2.provider with parameters of type ValueParameters Constructor Description DefaultFD2DatasourceProvider(Mandant mandant, SessionAttributes sessionAttributes, ValueParameters requestParameters, Projekt project)
DefaultFD2DatasourceProvider(Mandant client, Map<String,Serializable> sessionAttributes, ValueParameters requestParameters, Projekt project)
-
Uses of ValueParameters in de.xima.fc.web.common.respond
Methods in de.xima.fc.web.common.respond with parameters of type ValueParameters Modifier and Type Method Description static boolean
FormResponder. processParamRedirect(ValueParameters rps, javax.servlet.http.HttpServletResponse resp, boolean success)
static void
FormResponder. redirect(String redirectURL, ValueParameters rp, javax.servlet.http.HttpServletResponse resp, boolean success)
static void
FormResponder. respond(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse respond, ValueParameters values, Mandant man, ETextbausteinMsgCode msgCode, boolean success)
Deprecated.static void
FormResponder. respondTemplate(ValueParameters rps, Locale locale, javax.servlet.http.HttpServletResponse resp, String textbaustein, boolean success)
-
Uses of ValueParameters in de.xima.fc.web.common.utils
Methods in de.xima.fc.web.common.utils with parameters of type ValueParameters Modifier and Type Method Description static Locale
LocaleUtils. getLocale(ValueParameters params, XfcSession xfcSess)
Deprecated.
-