Modifier and Type | Method and Description |
---|---|
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 |
---|---|
void |
TransitionParameters.setCustomFormData(FormData customFormdata)
Sets the custom form data for this task.
|
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 | Method and Description |
---|---|
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 | Interface and Description |
---|---|
interface |
IdentifiedFormData |
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500