Uses of Interface
de.espirit.firstspirit.forms.FormData
Packages that use FormData
Package
Description
-
Uses of FormData in de.espirit.firstspirit.access
Methods in de.espirit.firstspirit.access that return FormDataModifier and TypeMethodDescriptionTask.getCustomFormData()
Get this task's custom form data.TransitionParameters.getCustomFormData()
Returns the custom form data of this task ornull
if the belonging workflow has no form definition.GuiScriptContext.showForm()
Opens a dialog showing the whole form of the underlyingGuiScriptContext.getScript()
without language tabs and returns theFormData
resulting on user input.GuiScriptContext.showForm
(boolean showLanguages) Opens a dialog showing the whole form of the underlyingGuiScriptContext.getScript()
and returns theFormData
resulting on user input.Opens a dialog showing a sub part (specified by given name) of the form of the underlyingGuiScriptContext.getScript()
and returns theFormData
resulting on user input.Methods in de.espirit.firstspirit.access with parameters of type FormDataModifier and TypeMethodDescriptionWorkflowContext.createWorkflowScriptContext
(Script script, Transition transition, Activity activity, TaskState.Mode callMode, FormData data) Create script context for executing a script.void
Task.setCustomFormData
(FormData customFormData) Set this task's custom form data.void
TransitionParameters.setCustomFormData
(FormData customFormData) Sets the custom form data for this task. -
Uses of FormData in de.espirit.firstspirit.access.editor.fslist
Subinterfaces of FormData in de.espirit.firstspirit.access.editor.fslistModifier and TypeInterfaceDescriptioninterface
Interface definition for form data providing anunique identifier
. -
Uses of FormData in de.espirit.firstspirit.access.link
Methods in de.espirit.firstspirit.access.link that return FormDataMethods in de.espirit.firstspirit.access.link with parameters of type FormDataModifier and TypeMethodDescriptionvoid
Link.setFormData
(FormData formData) Sets the givenformdata container
for this link. -
Uses of FormData in de.espirit.firstspirit.access.store
Methods in de.espirit.firstspirit.access.store that return FormDataModifier and TypeMethodDescriptionIDProvider.getMetaFormData()
Returns theformdata container
of this element ornull
if there is no meta data template defined for project.Methods in de.espirit.firstspirit.access.store with parameters of type FormDataModifier and TypeMethodDescriptionvoid
IDProvider.setMetaFormData
(FormData formData) Sets the givenformdata container
of this element. -
Uses of FormData in de.espirit.firstspirit.access.store.pagestore
Methods in de.espirit.firstspirit.access.store.pagestore that return FormDataModifier and TypeMethodDescriptionDataProvider.getFormData()
Gets theformdata container
of this element.Methods in de.espirit.firstspirit.access.store.pagestore with parameters of type FormDataModifier and TypeMethodDescriptionvoid
DataProvider.setFormData
(FormData formData) Sets the givenformdata container
of this element. -
Uses of FormData in de.espirit.firstspirit.access.store.templatestore
Methods in de.espirit.firstspirit.access.store.templatestore that return FormDataModifier and TypeMethodDescriptionWorkflowScriptContext.getFormData()
Provides the form data defined within the currentTask
.GomSourceProvider.getFormDefaults()
Get the form data containing the form's default values.Methods in de.espirit.firstspirit.access.store.templatestore with parameters of type FormDataModifier and TypeMethodDescriptionvoid
GomSourceProvider.setFormDefaults
(FormData formData) Set the default values via a form data object. -
Uses of FormData in de.espirit.firstspirit.access.store.templatestore.gom
Methods in de.espirit.firstspirit.access.store.templatestore.gom with parameters of type FormDataModifier and TypeMethodDescriptionvoid
GomEditorProvider.setFormDefaults
(FormData formData) Set the default values for all editors based on the given form data. -
Uses of FormData in de.espirit.firstspirit.agency
Methods in de.espirit.firstspirit.agency that return FormDataModifier and TypeMethodDescriptionSnippetContext.getMetaData()
Provide meta data to be used within a snippet definition.Methods in de.espirit.firstspirit.agency with parameters of type FormDataModifier and TypeMethodDescriptionSnippetAgent.getSnippetProvider
(FormData formData, Snippet snippet) Serves a snippet provider based on the given snippet and form data.SnippetAgent.getSnippetProvider
(FormData formData, Snippet snippet, SnippetContext context) Serves a snippet provider based on the given snippet and form data.void
SnippetContext.setMetadata
(FormData metadata) Sets the meta data to be used for snippet building. -
Uses of FormData in de.espirit.firstspirit.forms
Subinterfaces of FormData in de.espirit.firstspirit.formsModifier and TypeInterfaceDescriptioninterface
Definition of form data container that is identified by its ID.