Modifier and Type | Method and Description |
---|---|
FormData |
Task.getCustomFormData()
Get this task's custom form data.
|
FormData |
TransitionParameters.getCustomFormData()
Returns the custom form data of this task or
null if the belonging workflow
has no form definition. |
FormData |
GuiScriptContext.showForm()
Opens a dialog showing the whole form of the underlying
GuiScriptContext.getScript() without language tabs
and returns the FormData resulting on user input. |
FormData |
GuiScriptContext.showForm(boolean showLanguages)
Opens a dialog showing the whole form of the underlying
GuiScriptContext.getScript()
and returns the FormData resulting on user input. |
FormData |
GuiScriptContext.showForm(boolean showLanguages,
String name)
Opens a dialog showing a sub part (specified by given name) of the form of the underlying
GuiScriptContext.getScript()
and returns the FormData resulting on user input. |
Modifier and Type | Method and Description |
---|---|
WorkflowScriptContext |
WorkflowContext.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.
|
Modifier and Type | Method and Description |
---|---|
FormData |
Associate.getFormData()
Provides the form data to be indexed for this associate.
|
Modifier and Type | Method and Description |
---|---|
void |
ValueIndexer.appendFormData(FormData formData,
Language language,
boolean followAssociations)
Appends the given form data content for indexing.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IdProvidingFormData
FS_LIST Interface definition for form data providing an
unique identifier . |
Modifier and Type | Method and Description |
---|---|
FormData |
Link.getFormData()
Gets the
formdata container for this link. |
Modifier and Type | Method and Description |
---|---|
void |
Link.setFormData(FormData formData)
Sets the given
formdata container for this link. |
Modifier and Type | Method and Description |
---|---|
FormData |
IDProvider.getMetaFormData()
Returns the
formdata container of this element or null if there is no meta data template defined for project. |
Modifier and Type | Method and Description |
---|---|
void |
IDProvider.setMetaFormData(FormData formData)
Sets the given
formdata container of this element. |
Modifier and Type | Method and Description |
---|---|
FormData |
DataProvider.getFormData()
Gets the
formdata container of this element. |
Modifier and Type | Method and Description |
---|---|
void |
DataProvider.setFormData(FormData formData)
Sets the given
formdata container of this element. |
Modifier and Type | Interface and Description |
---|---|
interface |
SiteStoreVariableFormData
Interface definition for a form data container containing sitestore variables.
|
Modifier and Type | Method and Description |
---|---|
FormData |
WorkflowScriptContext.getFormData()
Provides the form data defined within the current
Task . |
FormData |
GomSourceProvider.getFormDefaults()
Get the form data containing the form's default values.
|
Modifier and Type | Method and Description |
---|---|
void |
GomSourceProvider.setFormDefaults(FormData formData)
Set the default values via a form data object.
|
Modifier and Type | Method and Description |
---|---|
void |
GomEditorProvider.setFormDefaults(FormData formData)
Set the default values for all editors based on the given form data.
|
Modifier and Type | Method and Description |
---|---|
FormData |
SnippetContext.getMetaData()
Provide meta data to be used within a snippet definition.
|
Modifier and Type | Method and Description |
---|---|
TransferType<FormData> |
TransferAgent.getFormDataType()
Convenience accessor providing the transfer type for FirstSpirit's
FormData based data. |
Modifier and Type | Method and Description |
---|---|
SnippetProvider |
SnippetAgent.getSnippetProvider(FormData formData,
Snippet snippet)
Serves a snippet provider based on the given snippet and form data.
|
SnippetProvider |
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.
|
MultiFormValidationReport |
ValidationAgent.validate(FormData formData,
Iterable<Language> languages,
ValidationAgent.ValidationScope scope)
Validate the given data for the provided languages in given validation scope.
|
Modifier and Type | Method and Description |
---|---|
FormData |
Catalog.Card.getItem()
Provides the item referred to with this card.
|
Modifier and Type | Method and Description |
---|---|
Catalog.Card |
Catalog.create(Template template,
FormData formData)
Factory method to create a new card based on the given template and form data.
|
void |
Catalog.Card.loadItem(FormData formData)
Loads the data from the given item into this card.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IdentifiedFormData
Definition of form data container that is identified by its ID.
|
interface |
RemoteFormData
Interface definition for form data containers providing remote, generic access to transported values and form information.
|
Modifier and Type | Method and Description |
---|---|
FormData |
Form.createFormData()
Create a new, empty form data container.
|
Modifier and Type | Method and Description |
---|---|
FormData |
ShowFormDialogOperation.perform(Form form,
List<Language> languages)
Show a form based on the given structural definition and return the form's result.
|
Modifier and Type | Method and Description |
---|---|
void |
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 or
initially 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(FormData data)
Set data to be loaded initially to the form.
|
Modifier and Type | Method and Description |
---|---|
FormData |
WorkflowAgent.WorkflowProcessContext.getFormData()
Returns the custom form data object
|
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210