Interface IFileValueBuilder
- 
- All Superinterfaces:
 IFileValueConfigurator<IFileValueBuilder>
public interface IFileValueBuilder extends IFileValueConfigurator<IFileValueBuilder>
A builder for a file value.- Since:
 - 8.2.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IWorkflowFileValuebuild()Builds the workflow file value with the current data.- 
Methods inherited from interface de.xima.fc.interfaces.workflow.execution.IFileValueConfigurator
file, file, files, files, files, files, files, fileValues, fileValues, fileValues, fileValues, paths, paths, paths, paths, self, value 
 - 
 
 - 
 
- 
- 
Method Detail
- 
build
IWorkflowFileValue build()
Builds the workflow file value with the current data. Any modifications to the builder after this call will not affect the returned value.- Returns:
 - The workflow file value.
 
 
 - 
 
 -