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 boolean
ValidSettingValidator. 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 void
SettingValueExtractor. 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 void
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
FcChangeFormValueProps. 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.void
FcHttpRequestProps. setRequestParameters(List<Setting<String>> requestParameters)
void
FcImportFormValueFromXmlProps. 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 IChangeFormValuesBuilder
IChangeFormValuesBuilder. formValue(Setting<String> formValue)
Sets the value of the given form element to the given value.IChangeFormValuesBuilder
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 Setting Modifier and Type Method Description default IChangeFormValuesBuilder
IChangeFormValuesBuilder. formValues(Iterable<Setting<String>> formValues)
Sets the values of the given form element to the given values.default IChangeFormValuesBuilder
IChangeFormValuesBuilder. repetitionSizes(Iterable<Setting<String>> repetitionSizes)
Sets the repetition count of the given repeated form elements to the given values.
-