Uses of Class
de.xima.fc.workflow.Setting
Packages that use Setting
Package
Description
-
Uses of Setting in de.xima.fc.validation.constraintvalidators
Methods in de.xima.fc.validation.constraintvalidators with parameters of type Setting -
Uses of Setting in de.xima.fc.validation.valueextraction
Methods in de.xima.fc.validation.valueextraction with parameters of type SettingModifier and TypeMethodDescriptionvoid
SettingValueExtractor.extractValues
(Setting<@ExtractedValue ?> originalValue, javax.validation.valueextraction.ValueExtractor.ValueReceiver receiver) -
Uses of Setting in de.xima.fc.workflow
Methods in de.xima.fc.workflow that return SettingModifier and TypeMethodDescriptionSetting.Builder.build()
static <TValue> Setting<TValue>
Setting.customSetting()
static <TValue> Setting<TValue>
Setting.predefinedPassword
(String name, boolean required) static <TValue> Setting<TValue>
Setting.predefinedSetting
(String name, boolean required) -
Uses of Setting in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return types with arguments of type SettingModifier and TypeMethodDescriptionFcWriteFormRecordAttrProps.getCustomAttributes()
FcChangeFormValueProps.getFormValues()
FcHttpRequestProps.getHeaderParameters()
FcLdapQueryProps.getQueryParameters()
FcSqlStatementProps.getQueryParameters()
FcRedirectProps.getQueryStringValues()
FcHttpRequestProps.getRequestParameters()
FcImportFormValueFromXmlProps.getXpathMapping()
Method parameters in de.xima.fc.workflow.model.nodes with type arguments of type SettingModifier and TypeMethodDescriptionvoid
FcWriteFormRecordAttrProps.setCustomAttributes
(List<Setting<String>> customAttributes) void
FcChangeFormValueProps.setFormValues
(List<Setting<String>> formValues) void
FcHttpRequestProps.setHeaderParameters
(List<Setting<String>> headerParameters) void
FcLdapQueryProps.setQueryParameters
(List<Setting<String>> queryParameter) void
FcSqlStatementProps.setQueryParameters
(List<Setting<String>> queryParameters) void
FcRedirectProps.setQueryStringValues
(List<Setting<String>> queryStringValues) void
FcHttpRequestProps.setRequestParameters
(List<Setting<String>> requestParameters) void
FcImportFormValueFromXmlProps.setXpathMapping
(List<Setting<String>> xpathMapping)