Uses of Interface
de.xima.fc.interfaces.workflow.execution.IWorkflowFile
Packages that use IWorkflowFile
Package
Description
-
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 IWorkflowFileModifier and TypeMethodDescriptionIFileListBuilder.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 IWorkflowFileModifier and TypeMethodDescriptiondefault 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 IWorkflowFileModifier and TypeMethodDescriptiondefault 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 IWorkflowFileModifier and TypeMethodDescriptionprotected 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 IWorkflowFileModifier and TypeMethodDescriptionprotected 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 IWorkflowFileMethods in de.xima.fc.workflow with parameters of type IWorkflowFileModifier and TypeMethodDescriptionWorkflowFileValueBuilder.files(IWorkflowFile... files) Adds files to this builder, using the default file type.WorkflowFileValueBuilder.files(String key, IWorkflowFile... files) Adds files to this builder.Method parameters in de.xima.fc.workflow with type arguments of type IWorkflowFileModifier and TypeMethodDescriptionWorkflowFileValueBuilder.files(Iterable<IWorkflowFile> files) Adds files to this builder, using the default file type.WorkflowFileValueBuilder.files(String key, Iterable<IWorkflowFile> files) Adds files to this builder.