Uses of Interface
de.xima.fc.interfaces.form.IFormRequestContext
Packages that use IFormRequestContext
Package
Description
-
Uses of IFormRequestContext in de.xima.fc.form
Methods in de.xima.fc.form with parameters of type IFormRequestContextModifier and TypeMethodDescriptionstatic FormEingang
FormProcessUtil.createFormEingang
(IFormRequestContext requestCtx, Vorgang v) Deprecated.static Vorgang
FormProcessUtil.createVorgang
(IFormRequestContext requestCtx) Deprecated.FormProcessUtil.getFormDataMap
(IFormRequestContext ctx, Vorgang v) Deprecated.static IFormRenderContext
FormProcessUtil.getValidationContext
(IFormRequestContext requestCtx) static IFormRenderContext
FormProcessUtil.getValidationContext
(IFormRequestContext requestCtx, XButtonDescriptor buttonDescriptor) static IXForm
FormProcessUtil.getValidationForm
(IFormRequestContext requestCtx) static FormEingang
FormProcessUtil.updateFormEingang
(IFormRequestContext requestCtx, Vorgang v) Deprecated.static Vorgang
FormProcessUtil.updateVorgang
(IFormRequestContext requestCtx) Deprecated. -
Uses of IFormRequestContext in de.xima.fc.form.appointment
Constructors in de.xima.fc.form.appointment with parameters of type IFormRequestContextModifierConstructorDescriptionAppointmentPersistBuilder
(IEntityContext ec, IFormRequestContext requestCtx, Map<String, UUID> templateUuidByName) Creates a new appointment persister for a given form submission. -
Uses of IFormRequestContext in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper with parameters of type IFormRequestContextModifier and TypeMethodDescriptionstatic void
FormPluginHelper.executePrePersist
(IFormRequestContext requestCtx) Deprecated.invoked whileFormPersistContextBuilder.build()
static void
FormPluginHelper.executePreProcess
(IFormRequestContext requestCtx, Vorgang v) Deprecated.invoked whileFormProcessContextBuilder.build()
static void
FormPluginHelper.executePreRenderer
(IFormRequestContext requestCtx, Map<String, SerializableJSONObject> metaMap, Map<String, List<String[]>> dataMap) Deprecated.invoked whileFormRenderContextBuilder.build(IFormRequestContext)
static void
FormPluginHelper.executePreResponse
(IFormRequestContext requestCtx, Vorgang v, IWorkflowResponse resp) Deprecated.invoked whileFormProcessContextBuilder.build()
static boolean
AttachmentHelper.hanldeFormUploads
(IFormRequestContext requestCtx, IXForm xform, Vorgang vorgang) Deprecated.static String
URLHelper.submitUrlFor
(IFormRequestContext requestCtx) static String
URLHelper.submitUrlFor
(IFormRequestContext requestCtx, Vorgang vorgang) static String
URLHelper.submitUrlForPreview
(IFormRequestContext ctx, String conversationId) -
Uses of IFormRequestContext in de.xima.fc.form.identitytoken
Methods in de.xima.fc.form.identitytoken with parameters of type IFormRequestContextModifier and TypeMethodDescriptionstatic IdentityTokenCheck
IdentityTokenCheck.perform
(IEntityContext ec, IFormRequestContext requestCtx) When enabled, an ID is generated based on the data of a submitted form. -
Uses of IFormRequestContext in de.xima.fc.form.persist
Fields in de.xima.fc.form.persist declared as IFormRequestContextMethods in de.xima.fc.form.persist that return IFormRequestContextModifier and TypeMethodDescriptionFormPersistContext.getFormRequestContext()
FormPersistContextBuilder.getRequestCtx()
Methods in de.xima.fc.form.persist with parameters of type IFormRequestContextModifier and TypeMethodDescriptionvoid
FormPersistContext.setFormRequestContext
(IFormRequestContext requestCtx) void
FormPersistContextBuilder.setRequestCtx
(IFormRequestContext requestCtx) Constructors in de.xima.fc.form.persist with parameters of type IFormRequestContextModifierConstructorDescriptionAttachmentPersisterBuilder
(IFormRequestContext requestCtx, FormPersistRequest requestData, Vorgang vorgang, IXForm xform) Creates a new attachment persister for a given form submission.protected
ExtendedFormPersistContext
(IFormRequestContext requestCtx, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) protected
FormPersistContext
(IFormRequestContext requestCtx) FormPersistContextBuilder
(IFormRequestContext requestCtx, IXForm xform) -
Uses of IFormRequestContext in de.xima.fc.form.process
Fields in de.xima.fc.form.process declared as IFormRequestContextMethods in de.xima.fc.form.process that return IFormRequestContextModifier and TypeMethodDescriptionFormProcessContext.getFormRequestContext()
FormProcessContextBuilder.getRequestCtx()
Methods in de.xima.fc.form.process with parameters of type IFormRequestContextModifier and TypeMethodDescriptionvoid
FormProcessContext.setFormRequestContext
(IFormRequestContext requestCtx) void
FormProcessContextBuilder.setRequestCtx
(IFormRequestContext requestCtx) Constructors in de.xima.fc.form.process with parameters of type IFormRequestContextModifierConstructorDescriptionprotected
ExtendedFormProcessContext
(IFormRequestContext requestCtx, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) protected
FormProcessContext
(IFormRequestContext requestCtx) FormProcessContextBuilder
(IFormRequestContext requestCtx) FormProcessContextBuilder
(IFormRequestContext requestCtx, boolean deleteVorgang) FormProcessContextBuilder
(IFormRequestContext requestCtx, boolean deleteVorgang, IFormRecordProvidingEvent providingEvent) FormProcessContextBuilder
(IFormRequestContext requestCtx, IFormRecordProvidingEvent providingEvent) -
Uses of IFormRequestContext in de.xima.fc.form.render
Fields in de.xima.fc.form.render declared as IFormRequestContextMethods in de.xima.fc.form.render that return IFormRequestContextMethods in de.xima.fc.form.render with parameters of type IFormRequestContextModifier and TypeMethodDescriptionFormRenderContextBuilder.build
(IFormRequestContext requestCtx) builds anIFormRenderContext
based on the givenIFormRequestContext
.FormRenderContextBuilder.build
(IFormRequestContext requestCtx, XButtonDescriptor buttonDescriptor) builds anIFormRenderContext
based on the givenIFormRequestContext
.void
FormRenderContext.setFormRequestContext
(IFormRequestContext requestCtx) Constructors in de.xima.fc.form.render with parameters of type IFormRequestContextModifierConstructorDescriptionprotected
ExtendedFormRenderContext
(IFormRequestContext requestCtx, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) protected
FormRenderContext
(IFormRequestContext requestCtx) FormRenderContextBuilder
(IFormRequestContext requestCtx) -
Uses of IFormRequestContext in de.xima.fc.form.request
Classes in de.xima.fc.form.request that implement IFormRequestContextModifier and TypeClassDescriptionclass
Context of an form-request extended withHttpServletRequest
andHttpServletResponse
class
Context of a form-request with all data for working with further contexts likeIFormRenderContext
,IFormPersistContext
orIFormProcessContext
Methods in de.xima.fc.form.request that return IFormRequestContextModifier and TypeMethodDescriptionFormRequestContextBuilder.build
(IFormRequestContext requestCtx) builds theIFormRequestContext
based on the given builder data by loading all needed data from the master-server and sets them into the givenIFormRequestContext
FormRequestContextBuilder.build
(EFormRequestType requestType) builds anIFormRequestContext
based on the data of the builder and the given parameters.static IFormRequestContext
FormRequestContextFactory.forActiveForm
(EFormRequestType requestType, UserContext uc, long projektId) static IFormRequestContext
FormRequestContextFactory.forSpecifiedForm
(EFormRequestType requestType, UserContext uc, long projektId, Integer formVersionNum) Methods in de.xima.fc.form.request with parameters of type IFormRequestContextModifier and TypeMethodDescriptionFormRequestContextBuilder.build
(IFormRequestContext requestCtx) builds theIFormRequestContext
based on the given builder data by loading all needed data from the master-server and sets them into the givenIFormRequestContext
-
Uses of IFormRequestContext in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project with parameters of type IFormRequestContextModifier and TypeMethodDescriptionProjectInviteBean.createEmptyProcess
(Projekt project, IFormRequestContext reqCtx, IEntityContext ec) creates an empty process and saves it in vorgang database -
Uses of IFormRequestContext in de.xima.fc.interfaces.form
Subinterfaces of IFormRequestContext in de.xima.fc.interfaces.formModifier and TypeInterfaceDescriptioninterface
Methods in de.xima.fc.interfaces.form that return IFormRequestContextModifier and TypeMethodDescriptionIFormPersistContext.getFormRequestContext()
IFormProcessContext.getFormRequestContext()
IFormRenderContext.getFormRequestContext()
Methods in de.xima.fc.interfaces.form with parameters of type IFormRequestContextModifier and TypeMethodDescriptionvoid
IFormPersistContext.setFormRequestContext
(IFormRequestContext requestCtx) void
IFormProcessContext.setFormRequestContext
(IFormRequestContext requestCtx) void
IFormRenderContext.setFormRequestContext
(IFormRequestContext requestCtx) -
Uses of IFormRequestContext in de.xima.fc.interfaces.plugin.param.form
Methods in de.xima.fc.interfaces.plugin.param.form that return IFormRequestContextModifier and TypeMethodDescriptionIFormLifecycleExecuteParams.getFormRequestContext()
IFormLifecycleShouldExecuteParams.getFormRequestContext()
IPluginFormPrePersistParams.getFormRequestContext()
IPluginFormPreProcessParams.getFormRequestContext()
IPluginFormPreRenderParams.getFormRequestContext()
IPluginFormPreRespondParams.getFormRequestContext()
-
Uses of IFormRequestContext in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return IFormRequestContextModifier and TypeMethodDescriptionFormPersistRequest.getRequestContext()
FormProcessRequest.getRequestContext()
FormRenderRequest.getRequestContext()
Methods in de.xima.fc.mdl.form with parameters of type IFormRequestContextModifier and TypeMethodDescriptionvoid
FormPersistRequest.setRequestContext
(IFormRequestContext requestContext) void
FormProcessRequest.setRequestContext
(IFormRequestContext requestContext) void
FormRenderRequest.setRequestContext
(IFormRequestContext requestContext) Constructors in de.xima.fc.mdl.form with parameters of type IFormRequestContextModifierConstructorDescriptionFormPersistRequest
(IFormRequestContext formRequestContext) FormProcessRequest
(IFormRequestContext formRequestContext) FormRenderRequest
(IFormRequestContext formRequestContext, boolean countFormCall, boolean executePreRenderer) FormRenderRequest
(IFormRequestContext formRequestContext, boolean countFormCall, boolean executePreRenderer, boolean forceInline) -
Uses of IFormRequestContext in de.xima.fc.plugin.models.params.form
Methods in de.xima.fc.plugin.models.params.form that return IFormRequestContextModifier and TypeMethodDescriptionFormLifecycleShouldExecuteParams.getFormRequestContext()
PluginFormPrePersistParams.getFormRequestContext()
PluginFormPreProcessParams.getFormRequestContext()
PluginFormPreRenderParams.getFormRequestContext()
PluginFormPreRespondParams.getFormRequestContext()
Constructors in de.xima.fc.plugin.models.params.form with parameters of type IFormRequestContextModifierConstructorDescriptionFormLifecycleShouldExecuteParams
(IFormRequestContext requestContext) Creates a new instance with the given data.PluginFormPreProcessParams
(IFormRequestContext ctx, Vorgang vorgang) PluginFormPreRespondParams
(IFormRequestContext context, Vorgang vorgang, IWorkflowResponse response, IRemoteEventExecutionResult taskExecutionResult) Creates a new POJO with the given data. -
Uses of IFormRequestContext in de.xima.fc.session
Methods in de.xima.fc.session with parameters of type IFormRequestContextModifier and TypeMethodDescriptionvoid
FD2Session.init
(IFormRequestContext ctx) Deprecated.void
FRQSession.init
(IFormRequestContext ctx) -
Uses of IFormRequestContext in de.xima.fc.workflow.model
Methods in de.xima.fc.workflow.model with parameters of type IFormRequestContextModifier and TypeMethodDescriptionHttpContextData.Builder.requestContext
(IFormRequestContext requestContext) Adds all data from the request context to this builder. -
Uses of IFormRequestContext in de.xima.fc.workflow.processor.form
Methods in de.xima.fc.workflow.processor.form with parameters of type IFormRequestContextModifier and TypeMethodDescriptionstatic final String
FormProcessUtils.replaceProcessSubject
(IEntityContext ec, IFormRequestContext requestCtx, Vorgang process) Returns the subject of the given process while placeholders will be replaced by the submitted form data
FormPersistContext
andFormPersistContextBuilder