Uses of Interface
de.xima.fc.interfaces.workflow.execution.IWorkflowFile
-
Packages that use IWorkflowFile Package Description de.xima.fc.interfaces.workflow.execution de.xima.fc.workflow -
-
Uses of IWorkflowFile in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return types with arguments of type IWorkflowFile Modifier and Type Method Description List<IWorkflowFile>
IFileListBuilder. build()
Builds the list of files with the current data.default Map<String,List<IWorkflowFile>>
IWorkflowFileValue. getGroupedFiles()
A list files that should be made available to the workflow context, grouped by the type of the files.Methods in de.xima.fc.interfaces.workflow.execution with parameters of type IWorkflowFile Modifier and Type Method Description default Self
IFileListConfigurator. fileValues(IWorkflowFile... files)
Adds files to the list of files.default Self
IFileValueConfigurator. fileValues(IWorkflowFile... files)
Adds a file to the file value for the default file type.default Self
IFileValueConfigurator. fileValues(String fileKey, IWorkflowFile... files)
Adds a file to the file value for the given type of file.Method parameters in de.xima.fc.interfaces.workflow.execution with type arguments of type IWorkflowFile Modifier and Type Method Description default Self
IFileListConfigurator. fileValues(Iterable<? extends IWorkflowFile> files)
Adds files to the list of files.default Self
IFileValueConfigurator. fileValues(Iterable<? extends IWorkflowFile> files)
Adds a file to the file value for the default file type.default Self
IFileValueConfigurator. fileValues(String fileKey, Iterable<? extends IWorkflowFile> files)
Adds a file to the file value for the given type of file. -
Uses of IWorkflowFile in de.xima.fc.workflow
Methods in de.xima.fc.workflow that return types with arguments of type IWorkflowFile Modifier and Type Method Description Map<String,List<IWorkflowFile>>
WorkflowFileValue. getGroupedFiles()
Deprecated.Methods in de.xima.fc.workflow with parameters of type IWorkflowFile Modifier and Type Method Description WorkflowFileValueBuilder
WorkflowFileValueBuilder. files(IWorkflowFile... files)
Adds files to this builder, using the default file type.WorkflowFileValueBuilder
WorkflowFileValueBuilder. files(String key, IWorkflowFile... files)
Adds files to this builder.Method parameters in de.xima.fc.workflow with type arguments of type IWorkflowFile Modifier and Type Method Description WorkflowFileValueBuilder
WorkflowFileValueBuilder. files(Iterable<IWorkflowFile> files)
Adds files to this builder, using the default file type.WorkflowFileValueBuilder
WorkflowFileValueBuilder. files(String key, Iterable<IWorkflowFile> files)
Adds files to this builder.
-