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.ms.test.workflow 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.ms.test.workflow
Methods in de.xima.fc.ms.test.workflow that return IWorkflowFile Modifier and Type Method Description protected static IWorkflowFile
AEventRunnerTest. getNodeFileAtDefaultGroup(IEventExecutionResult result, WorkflowNode node)
protected static IWorkflowFile
AEventRunnerTest. getNodeFileAtDefaultGroup(IWorkflowNodeResult nodeResult)
protected static IWorkflowFile
AEventRunnerTest. getNodeFileAtGroup(IEventExecutionResult result, WorkflowNode node, String group)
protected static IWorkflowFile
AEventRunnerTest. getNodeFileAtGroup(IWorkflowNodeResult nodeResult, String group)
Methods in de.xima.fc.ms.test.workflow that return types with arguments of type IWorkflowFile Modifier and Type Method Description protected static Map<String,List<IWorkflowFile>>
AEventRunnerTest. getNodeFiles(IEventExecutionResult result, WorkflowNode node)
protected static Map<String,List<IWorkflowFile>>
AEventRunnerTest. getNodeFiles(IWorkflowNodeResult nodeResult)
protected static List<IWorkflowFile>
AEventRunnerTest. getNodeFilesAtDefaultGroup(IEventExecutionResult result, WorkflowNode node)
protected static List<IWorkflowFile>
AEventRunnerTest. getNodeFilesAtDefaultGroup(IWorkflowNodeResult nodeResult)
protected static List<IWorkflowFile>
AEventRunnerTest. getNodeFilesAtGroup(IEventExecutionResult result, WorkflowNode node, String group)
protected static List<IWorkflowFile>
AEventRunnerTest. getNodeFilesAtGroup(IWorkflowNodeResult nodeResult, String group)
-
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.
-