Uses of Interface
de.xima.fc.workflow.processor.factory.IWithFormElementContextNodeBuilder
Packages that use IWithFormElementContextNodeBuilder
-
Uses of IWithFormElementContextNodeBuilder in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return IWithFormElementContextNodeBuilderModifier and TypeMethodDescriptionIWithFormElementContextNodeBuilder.addFieldValue(Setting<String> fieldValue) Adds a form element field value context to apply during the execution of the child node.IWithFormElementContextNodeBuilder.addFieldValue(String fieldName, int index) Adds a form element field value context to apply during the execution of the child node.IWithFormElementContextNodeBuilder.addFieldValue(String fieldName, long index) Adds a form element field value context to apply during the execution of the child node.IWithFormElementContextNodeBuilder.addFieldValue(String fieldName, String index) 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.IWithFormElementContextNodeBuilder.addRepetition(String fieldName, int index) Adds a form element repetition context to apply during the execution of the child node.IWithFormElementContextNodeBuilder.addRepetition(String fieldName, long index) Adds a form element repetition context to apply during the execution of the child node.IWithFormElementContextNodeBuilder.addRepetition(String fieldName, String index) Adds a form element repetition context to apply during the execution of the child node.IWithFormElementContextNodeBuilder.body(WorkflowNode body) Sets the body that will be executed with the form element context.IWithFormElementContextNodeBuilder.fieldValues(List<Setting<String>> fieldValues) Sets the form element field value contexts to apply during the execution of the child node.IWithFormElementContextNodeBuilder.repetitions(List<Setting<String>> repetitions) Sets the form element repetition contexts to apply during the execution of the child node.