Uses of Class
de.xima.fc.workflow.Setting
Packages that use Setting
Package
Description
-
Uses of Setting in de.xima.fc.validation.constraintvalidators
Classes in de.xima.fc.validation.constraintvalidators that implement interfaces with type arguments of type SettingMethods in de.xima.fc.validation.constraintvalidators with parameters of type Setting -
Uses of Setting in de.xima.fc.validation.valueextraction
Classes in de.xima.fc.validation.valueextraction that implement interfaces with type arguments of type SettingModifier and TypeClassDescriptionclassBean validation value extractor forSettingthat extracts theSetting.getValue().Methods in de.xima.fc.validation.valueextraction with parameters of type SettingModifier and TypeMethodDescriptionvoidSettingValueExtractor.extractValues(Setting<@ExtractedValue ?> originalValue, javax.validation.valueextraction.ValueExtractor.ValueReceiver receiver) -
Uses of Setting in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement interfaces with type arguments of type SettingModifier and TypeClassDescriptionstatic classSetting.Builder<TValue>A builder for configuring the options of aSetting.Methods in de.xima.fc.workflow that return SettingModifier and TypeMethodDescriptionSetting.Builder.build()Setting.copy()Creates a copy of this setting.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()FcWithFormElementContextProps.getFieldValues()Gets the list of (field name, index) pairs indicating the form element field value contexts to set during the execution of the child node.FcChangeFormValueProps.getFormValues()FcHttpRequestProps.getHeaderParameters()FcLdapQueryProps.getQueryParameters()FcSqlStatementProps.getQueryParameters()FcRedirectProps.getQueryStringValues()FcWithFormElementContextProps.getRepetitions()Gets the list of (field name, index) pairs indicating the form element repetition contexts to set during the execution of the child node.FcChangeFormValueProps.getRepetitionSizes()Gets a list of repeated form elements or containers with the new number of repetitions for that element or container.FcHttpRequestProps.getRequestParameters()FcImportFormValueFromXmlProps.getXpathMapping()Method parameters in de.xima.fc.workflow.model.nodes with type arguments of type SettingModifier and TypeMethodDescriptionvoidFcWriteFormRecordAttrProps.setCustomAttributes(List<Setting<String>> customAttributes) voidFcWithFormElementContextProps.setFieldValues(List<Setting<String>> fieldValues) Sets the list of (field name, index) pairs indicating the form element field value contexts to set during the execution of the child node.voidFcChangeFormValueProps.setFormValues(List<Setting<String>> formValues) voidFcHttpRequestProps.setHeaderParameters(List<Setting<String>> headerParameters) voidFcLdapQueryProps.setQueryParameters(List<Setting<String>> queryParameter) voidFcSqlStatementProps.setQueryParameters(List<Setting<String>> queryParameters) voidFcRedirectProps.setQueryStringValues(List<Setting<String>> queryStringValues) voidFcWithFormElementContextProps.setRepetitions(List<Setting<String>> repetitions) Sets the list of (field name, index) pairs indicating the form element repetition contexts to set during the execution of the child node.voidFcChangeFormValueProps.setRepetitionSizes(List<Setting<String>> repetitionSizes) Gets a list of repeated form elements or containers with the new number of repetitions for that element or container.voidFcHttpRequestProps.setRequestParameters(List<Setting<String>> requestParameters) voidFcImportFormValueFromXmlProps.setXpathMapping(List<Setting<String>> xpathMapping) -
Uses of Setting in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type SettingModifier and TypeMethodDescriptionIWithFormElementContextNodeBuilder.addFieldValue(Setting<String> fieldValue) Adds a form element field value context to apply during the execution of the child node.IWithFormElementContextNodeBuilder.addRepetition(Setting<String> repetition) Adds a form element repetition context to apply during the execution of the child node.Sets the value of the given form element to the given value.IChangeFormValuesBuilder.repetitionSize(Setting<String> repetitionSize) Sets the repetition count of the given repeated form element to the given value.Method parameters in de.xima.fc.workflow.processor.factory with type arguments of type SettingModifier and TypeMethodDescriptionIWithFormElementContextNodeBuilder.fieldValues(List<Setting<String>> fieldValues) Sets the form element field value contexts to apply during the execution of the child node.default IChangeFormValuesBuilderIChangeFormValuesBuilder.formValues(Iterable<Setting<String>> formValues) Sets the values of the given form element to the given values.IWithFormElementContextNodeBuilder.repetitions(List<Setting<String>> repetitions) Sets the form element repetition contexts to apply during the execution of the child node.default IChangeFormValuesBuilderIChangeFormValuesBuilder.repetitionSizes(Iterable<Setting<String>> repetitionSizes) Sets the repetition count of the given repeated form elements to the given values.