Uses of Interface
de.xima.fc.interfaces.workflow.execution.IFileProvisionOptions
Packages that use IFileProvisionOptions
-
Uses of IFileProvisionOptions in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type IFileProvisionOptionsModifier and TypeMethodDescriptiondefault <E extends Throwable>
IHandleFileProvisionResultIWorkflowFileHandler.handleFileProvision(IFileProvision provision, IFileProvisionOptions<E> options, File... files) Applies the configuration of the givenIFileProvisionto the given files.<E extends Throwable>
IHandleFileProvisionResultIWorkflowFileHandler.handleFileProvision(IFileProvision provision, IFileProvisionOptions<E> options, Iterable<Path> files) Applies the configuration of the givenIFileProvisionto the given files.default <E extends Throwable>
IHandleFileProvisionResultIWorkflowFileHandler.handleFileProvision(IFileProvision provision, IFileProvisionOptions<E> options, Path... files) Applies the configuration of the givenIFileProvisionto the given files.default <E extends Throwable>
IHandleFileProvisionResultIWorkflowFileHandler.handleFileProvision(IFileProvision provision, IFileProvisionOptions<E> options, Stream<Path> files) Applies the configuration of the givenIFileProvisionto the given files. -
Uses of IFileProvisionOptions in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params that return IFileProvisionOptionsModifier and TypeMethodDescriptionINodeExecutionParams.standardFileProvisionOptions()Default options forIWorkflowFileHandler#handleFileProvision.