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 TypeMethodDescription@Nullable FormData
Task.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, @Nullable FormData data) Create script context for executing a script.void
Task.setCustomFormData
(@Nullable 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
Methods in de.espirit.firstspirit.access.editor that return FormDataModifier and TypeMethodDescription@Nullable FormData
Associate.getFormData()
Provides the form data to be indexed for this associate.Methods in de.espirit.firstspirit.access.editor with parameters of type FormDataModifier and TypeMethodDescriptionvoid
ValueIndexer.appendFormData
(@NotNull FormData formData, @NotNull Language language, boolean followAssociations) Appends the given form data content for indexing. -
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 FormDataModifier and TypeMethodDescription@NotNull FormData
Link.getFormData()
Gets theformdata container
for this link.Methods in de.espirit.firstspirit.access.link with parameters of type FormDataModifier and TypeMethodDescriptionvoid
Link.setFormData
(@NotNull 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 TypeMethodDescription@Nullable FormData
IDProvider.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
(@Nullable 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 TypeMethodDescription@NotNull FormData
DataProvider.getFormData()
Gets theformdata container
of this element.Methods in de.espirit.firstspirit.access.store.pagestore with parameters of type FormDataModifier and TypeMethodDescriptionvoid
DataProvider.setFormData
(@NotNull FormData formData) Sets the givenformdata container
of this element. -
Uses of FormData in de.espirit.firstspirit.access.store.sitestore
Subinterfaces of FormData in de.espirit.firstspirit.access.store.sitestoreModifier and TypeInterfaceDescriptioninterface
Interface definition for a form data container containing sitestore variables. -
Uses of FormData in de.espirit.firstspirit.access.store.templatestore
Methods in de.espirit.firstspirit.access.store.templatestore that return FormDataModifier and TypeMethodDescription@Nullable FormData
WorkflowScriptContext.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 TypeMethodDescriptionConvenience API forGomButton.getParams()
returning a map from parameter name to the text value.void
GomEditorProvider.setFormDefaults
(@Nullable FormData formData) Set the default values for all editors based on the given form data.void
GomModule.setFormDefaults
(@Nullable FormData formData) -
Uses of FormData in de.espirit.firstspirit.agency
Methods in de.espirit.firstspirit.agency that return FormDataModifier and TypeMethodDescription@Nullable FormData
SnippetContext.getMetaData()
Provide meta data to be used within a snippet definition.Methods in de.espirit.firstspirit.agency that return types with arguments of type FormDataModifier and TypeMethodDescriptionTransferAgent.getFormDataType()
Convenience accessor providing the transfer type for FirstSpirit'sFormData
based data.Methods in de.espirit.firstspirit.agency with parameters of type FormDataModifier and TypeMethodDescription@NotNull SnippetProvider
SnippetAgent.getSnippetProvider
(@NotNull FormData formData, @NotNull Snippet snippet) Serves a snippet provider based on the given snippet and form data.@NotNull SnippetProvider
SnippetAgent.getSnippetProvider
(@NotNull FormData formData, @NotNull Snippet snippet, @NotNull SnippetContext context) Serves a snippet provider based on the given snippet and form data.void
SnippetContext.setMetadata
(@Nullable FormData metadata) Sets the meta data to be used for snippet building.ValidationAgent.validate
(FormData formData, Iterable<Language> languages, ValidationAgent.ValidationScope scope) Validate the given data for the provided languages in given validation scope. -
Uses of FormData in de.espirit.firstspirit.client.access.editor.lists
Methods in de.espirit.firstspirit.client.access.editor.lists that return FormDataModifier and TypeMethodDescription@NotNull FormData
Catalog.Card.getItem()
Provides the item referred to with this card.Methods in de.espirit.firstspirit.client.access.editor.lists with parameters of type FormDataModifier and TypeMethodDescription@NotNull Catalog.Card
Factory method to create a new card based on the given template and form data.void
Loads the data from the given item into this card. -
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.interface
Interface definition for form data containers providing remote, generic access to transported values and form information.Methods in de.espirit.firstspirit.forms that return FormData -
Uses of FormData in de.espirit.firstspirit.ui.operations
Methods in de.espirit.firstspirit.ui.operations that return FormDataModifier and TypeMethodDescription@Nullable FormData
Show a form based on the given structural definition and return the form's result.Methods in de.espirit.firstspirit.ui.operations with parameters of type FormDataModifier and TypeMethodDescriptionvoid
ShowFormDialogOperation.setDefaults
(FormData defaults) Set data, which are handled a default values, i.e., data that will be applied, if no values have been manually orinitially
been set.void
OpenElementDataFormOperation.setFormData
(FormData formData) Set a form data container providing overriding values for form fields.void
OpenElementMetaFormOperation.setFormData
(FormData formData) Set a form data container providing overriding values for form fields.void
ShowFormDialogOperation.setFormData
(@Nullable FormData data) Set data to be loaded initially to the form. -
Uses of FormData in de.espirit.firstspirit.workflow
Methods in de.espirit.firstspirit.workflow that return FormDataModifier and TypeMethodDescriptionWorkflowAgent.WorkflowProcessContext.getFormData()
Returns the custom form data object