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 FormDataTask.getCustomFormData()Get this task's custom form data.TransitionParameters.getCustomFormData()Returns the custom form data of this task ornullif 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 theFormDataresulting on user input.GuiScriptContext.showForm(boolean showLanguages) Opens a dialog showing the whole form of the underlyingGuiScriptContext.getScript()and returns theFormDataresulting on user input.Opens a dialog showing a sub part (specified by given name) of the form of the underlyingGuiScriptContext.getScript()and returns theFormDataresulting 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.voidTask.setCustomFormData(@Nullable FormData customFormData) Set this task's custom form data.voidTransitionParameters.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 FormDataAssociate.getFormData()Provides the form data to be indexed for this associate.Methods in de.espirit.firstspirit.access.editor with parameters of type FormDataModifier and TypeMethodDescriptionvoidValueIndexer.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 TypeInterfaceDescriptioninterfaceInterface 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 FormDataLink.getFormData()Gets theformdata containerfor this link.Methods in de.espirit.firstspirit.access.link with parameters of type FormDataModifier and TypeMethodDescriptionvoidLink.setFormData(@NotNull FormData formData) Sets the givenformdata containerfor this link. -
Uses of FormData in de.espirit.firstspirit.access.store
Methods in de.espirit.firstspirit.access.store that return FormDataModifier and TypeMethodDescription@Nullable FormDataIDProvider.getMetaFormData()Returns theformdata containerof this element ornullif there is no meta data template defined for project.Methods in de.espirit.firstspirit.access.store with parameters of type FormDataModifier and TypeMethodDescriptionvoidIDProvider.setMetaFormData(@Nullable FormData formData) Sets the givenformdata containerof 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 FormDataDataProvider.getFormData()Gets theformdata containerof this element.Methods in de.espirit.firstspirit.access.store.pagestore with parameters of type FormDataModifier and TypeMethodDescriptionvoidDataProvider.setFormData(@NotNull FormData formData) Sets the givenformdata containerof this element. -
Uses of FormData in de.espirit.firstspirit.access.store.sitestore
Subinterfaces of FormData in de.espirit.firstspirit.access.store.sitestoreModifier and TypeInterfaceDescriptioninterfaceInterface 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 FormDataWorkflowScriptContext.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 TypeMethodDescriptionvoidGomSourceProvider.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.voidGomEditorProvider.setFormDefaults(@Nullable FormData formData) Set the default values for all editors based on the given form data.voidGomModule.setFormDefaults(@Nullable FormData formData) -
Uses of FormData in de.espirit.firstspirit.agency
Methods in de.espirit.firstspirit.agency that return FormDataModifier and TypeMethodDescription@Nullable FormDataSnippetContext.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'sFormDatabased data.Methods in de.espirit.firstspirit.agency with parameters of type FormDataModifier and TypeMethodDescription@NotNull SnippetProviderSnippetAgent.getSnippetProvider(@NotNull FormData formData, @NotNull Snippet snippet) Serves a snippet provider based on the given snippet and form data.@NotNull SnippetProviderSnippetAgent.getSnippetProvider(@NotNull FormData formData, @NotNull Snippet snippet, @NotNull SnippetContext context) Serves a snippet provider based on the given snippet and form data.voidSnippetContext.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 FormDataCatalog.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.CardFactory method to create a new card based on the given template and form data.voidLoads 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 TypeInterfaceDescriptioninterfaceDefinition of form data container that is identified by its ID.interfaceInterface 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 FormDataShow 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 TypeMethodDescriptionvoidShowFormDialogOperation.setDefaults(FormData defaults) Set data, which are handled a default values, i.e., data that will be applied, if no values have been manually orinitiallybeen set.voidOpenElementDataFormOperation.setFormData(FormData formData) Set a form data container providing overriding values for form fields.voidOpenElementMetaFormOperation.setFormData(FormData formData) Set a form data container providing overriding values for form fields.voidShowFormDialogOperation.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