Uses of Interface
de.xima.fc.workflow.processor.factory.IChangeFormValuesBuilder
Packages that use IChangeFormValuesBuilder
-
Uses of IChangeFormValuesBuilder in de.xima.fc.workflow.processor.factory
Subinterfaces with type arguments of type IChangeFormValuesBuilder in de.xima.fc.workflow.processor.factoryModifier and TypeInterfaceDescriptioninterfaceA builder for workflow node for aEWorkflowNodeType.FC_CHANGE_FORM_VALUEthat modifies the value of one or more form elements.Methods in de.xima.fc.workflow.processor.factory that return IChangeFormValuesBuilderModifier and TypeMethodDescriptionstatic IChangeFormValuesBuilderWorkflowNodeFactory.changeFormValue()Creates a builder for workflow node for aEWorkflowNodeType.FC_CHANGE_FORM_VALUEthat modifies the value of one or more form elements.Sets the value of the given form element to the given value.default IChangeFormValuesBuilderSets the value of the given form element to the given value.default IChangeFormValuesBuilderIChangeFormValuesBuilder.formValues(Iterable<Setting<String>> formValues) Sets the values of the given form element to the given values.default IChangeFormValuesBuilderIChangeFormValuesBuilder.formValues(Map<String, String> formValues) Sets the value of the given form elements to the given values.IChangeFormValuesBuilder.repetitionSize(Setting<String> repetitionSize) Sets the repetition count of the given repeated form element to the given value.default IChangeFormValuesBuilderIChangeFormValuesBuilder.repetitionSize(String name, String value) Sets the repetition count of the given repeated form element to the given value.default IChangeFormValuesBuilderIChangeFormValuesBuilder.repetitionSizes(Iterable<Setting<String>> repetitionSizes) Sets the repetition count of the given repeated form elements to the given values.default IChangeFormValuesBuilderIChangeFormValuesBuilder.repetitionSizes(Map<String, String> repetitionSizes) Sets the repetition count of the given repeated form elements to the given values.