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 SelfIFileListConfigurator. fileValues(IWorkflowFile... files)Adds files to the list of files.default SelfIFileValueConfigurator. fileValues(IWorkflowFile... files)Adds a file to the file value for the default file type.default SelfIFileValueConfigurator. 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 SelfIFileListConfigurator. fileValues(Iterable<? extends IWorkflowFile> files)Adds files to the list of files.default SelfIFileValueConfigurator. fileValues(Iterable<? extends IWorkflowFile> files)Adds a file to the file value for the default file type.default SelfIFileValueConfigurator. 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 IWorkflowFileAEventRunnerTest. getNodeFileAtDefaultGroup(IEventExecutionResult result, WorkflowNode node)protected static IWorkflowFileAEventRunnerTest. getNodeFileAtDefaultGroup(IWorkflowNodeResult nodeResult)protected static IWorkflowFileAEventRunnerTest. getNodeFileAtGroup(IEventExecutionResult result, WorkflowNode node, String group)protected static IWorkflowFileAEventRunnerTest. 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 WorkflowFileValueBuilderWorkflowFileValueBuilder. files(IWorkflowFile... files)Adds files to this builder, using the default file type.WorkflowFileValueBuilderWorkflowFileValueBuilder. 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 WorkflowFileValueBuilderWorkflowFileValueBuilder. files(Iterable<IWorkflowFile> files)Adds files to this builder, using the default file type.WorkflowFileValueBuilderWorkflowFileValueBuilder. files(String key, Iterable<IWorkflowFile> files)Adds files to this builder.
-