Uses of Interface
de.espirit.firstspirit.forms.FormData
Package
Description
-
Uses of FormData in de.espirit.firstspirit.access
Modifier 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.Modifier 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
Modifier and TypeMethodDescription@Nullable FormData
Associate.getFormData()
Provides the form data to be indexed for this associate.Modifier 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
Modifier and TypeInterfaceDescriptioninterface
Interface definition for form data providing anunique identifier
. -
Uses of FormData in de.espirit.firstspirit.access.link
Modifier and TypeMethodDescription@NotNull FormData
Link.getFormData()
Gets theformdata container
for this link.Modifier and TypeMethodDescriptionvoid
Link.setFormData
(@NotNull FormData formData) Sets the givenformdata container
for this link. -
Uses of FormData in de.espirit.firstspirit.access.store
Modifier and TypeMethodDescription@Nullable FormData
IDProvider.getMetaFormData()
Returns theformdata container
of this element ornull
if there is no meta data template defined for project.Modifier and TypeMethodDescriptionvoid
IDProvider.setMetaFormData
(@Nullable FormData formData) Sets the givenformdata container
of this element. -
Uses of FormData in de.espirit.firstspirit.access.store.pagestore
Modifier and TypeMethodDescription@NotNull FormData
DataProvider.getFormData()
Gets theformdata container
of this element.Modifier and TypeMethodDescriptionvoid
DataProvider.setFormData
(@NotNull FormData formData) Sets the givenformdata container
of this element. -
Uses of FormData in de.espirit.firstspirit.access.store.sitestore
Modifier and TypeInterfaceDescriptioninterface
Interface definition for a form data container containing sitestore variables. -
Uses of FormData in de.espirit.firstspirit.access.store.templatestore
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionvoid
GomEditorProvider.setFormDefaults
(@Nullable FormData formData) Set the default values for all editors based on the given form data. -
Uses of FormData in de.espirit.firstspirit.agency
Modifier and TypeMethodDescription@Nullable FormData
SnippetContext.getMetaData()
Provide meta data to be used within a snippet definition.Modifier and TypeMethodDescriptionTransferAgent.getFormDataType()
Convenience accessor providing the transfer type for FirstSpirit'sFormData
based data.Modifier 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
Modifier and TypeMethodDescription@NotNull FormData
Catalog.Card.getItem()
Provides the item referred to with this card.Modifier 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
Modifier 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. -
Uses of FormData in de.espirit.firstspirit.ui.operations
Modifier and TypeMethodDescription@Nullable FormData
Show a form based on the given structural definition and return the form's result.Modifier 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
Modifier and TypeMethodDescriptionWorkflowAgent.WorkflowProcessContext.getFormData()
Returns the custom form data object