Uses of Class
de.xima.fc.workflow.Setting
-
-
Uses of Setting in de.xima.fc.validation.constraintvalidators
Methods in de.xima.fc.validation.constraintvalidators with parameters of type Setting Modifier and Type Method Description booleanValidSettingValidator. isValid(Setting<?> setting, javax.validation.ConstraintValidatorContext context) -
Uses of Setting in de.xima.fc.validation.valueextraction
Methods in de.xima.fc.validation.valueextraction with parameters of type Setting Modifier and Type Method Description voidSettingValueExtractor. extractValues(Setting<?> originalValue, javax.validation.valueextraction.ValueExtractor.ValueReceiver receiver) -
Uses of Setting in de.xima.fc.workflow
Methods in de.xima.fc.workflow that return Setting Modifier and Type Method Description Setting<TValue>Setting.Builder. build()Setting<TValue>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 Setting Modifier and Type Method Description List<Setting<String>>FcWriteFormRecordAttrProps. getCustomAttributes()List<Setting<String>>FcChangeFormValueProps. getFormValues()List<Setting<String>>FcHttpRequestProps. getHeaderParameters()List<Setting<String>>FcLdapQueryProps. getQueryParameters()List<Setting<String>>FcSqlStatementProps. getQueryParameters()List<Setting<String>>FcRedirectProps. getQueryStringValues()List<Setting<String>>FcChangeFormValueProps. getRepetitionSizes()Gets a list of repeated form elements or containers with the new number of repetitions for that element or container.List<Setting<String>>FcHttpRequestProps. getRequestParameters()List<Setting<String>>FcImportFormValueFromXmlProps. getXpathMapping()Method parameters in de.xima.fc.workflow.model.nodes with type arguments of type Setting Modifier and Type Method Description voidFcWriteFormRecordAttrProps. setCustomAttributes(List<Setting<String>> customAttributes)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)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 Setting Modifier and Type Method Description IChangeFormValuesBuilderIChangeFormValuesBuilder. formValue(Setting<String> formValue)Sets the value of the given form element to the given value.IChangeFormValuesBuilderIChangeFormValuesBuilder. 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 Setting Modifier and Type Method Description default IChangeFormValuesBuilderIChangeFormValuesBuilder. formValues(Iterable<Setting<String>> formValues)Sets the values of the given form element to the given values.default IChangeFormValuesBuilderIChangeFormValuesBuilder. repetitionSizes(Iterable<Setting<String>> repetitionSizes)Sets the repetition count of the given repeated form elements to the given values.
-