Interface IFileValueConfigurator<Self extends IFileValueConfigurator<Self>>
- All Known Subinterfaces:
IFileValueBuilder
public interface IFileValueConfigurator<Self extends IFileValueConfigurator<Self>>
A configurator for a file value.
- Since:
- 8.2.0
-
Method Summary
Modifier and TypeMethodDescriptiondefault Selffile(IFileListCreator fileListConfigurator) Adds a file to the file value for the default type of file.file(String fileKey, IFileListCreator fileListCreator) Adds a file to the file value for the given type of file.default Selffiles(IWorkflowFileValue files) Adds all data from the given file value to this configurator.default SelfAdds a file to the file value for the default file type.default SelfAdds a file to the file value for the default file type.default SelfAdds a file to the file value for the given type of file.default SelfAdds a file to the file value for the given type of file.default SelffileValues(IWorkflowFile... files) Adds a file to the file value for the default file type.default SelffileValues(Iterable<? extends IWorkflowFile> files) Adds a file to the file value for the default file type.default SelffileValues(String fileKey, IWorkflowFile... files) Adds a file to the file value for the given type of file.default SelffileValues(String fileKey, Iterable<? extends IWorkflowFile> files) Adds a file to the file value for the given type of file.default SelfAdds a file to the file value for the default file type.default SelfAdds a file to the file value for the given type of file.default SelfAdds a file to the file value for the given type of file.default SelfAdds a file to the file value for the default file type.self()default Selfvalue(IWorkflowFileValue value) Adds the given files to this configurator.
-
Method Details
-
file
Adds a file to the file value for the given type of file.- Parameters:
fileKey- The key for the file type.fileListCreator- Creator for the file list value.- Returns:
- The builder for chaining method calls.
-
file
Adds a file to the file value for the default type of file.- Parameters:
fileListConfigurator- Creator for the file list value.- Returns:
- The builder for chaining method calls.
-
fileValues
Adds a file to the file value for the default file type.- Parameters:
files- The files to add.- Returns:
- The builder for chaining method calls.
-
fileValues
Adds a file to the file value for the default file type.- Parameters:
files- The files to add.- Returns:
- The builder for chaining method calls.
-
fileValues
Adds a file to the file value for the given type of file.- Parameters:
fileKey- The key for the file type.files- The files to add.- Returns:
- The builder for chaining method calls.
-
fileValues
Adds a file to the file value for the given type of file.- Parameters:
fileKey- The key for the file type.files- The files to add.- Returns:
- The builder for chaining method calls.
-
files
-
files
-
files
Adds all data from the given file value to this configurator.- Parameters:
files- The file value to add.- Returns:
- The builder for chaining method calls.
-
files
-
files
-
paths
-
paths
-
paths
-
paths
-
self
Self self()- Returns:
- The builder for chaining method calls.
-
value
Adds the given files to this configurator.- Parameters:
value- The value with files to add.- Returns:
- The builder for chaining method calls.
-