Uses of Interface
de.xima.fc.interfaces.workflow.execution.IFileProvisionOptions
-
Packages that use IFileProvisionOptions Package Description de.xima.fc.interfaces.workflow.execution de.xima.fc.interfaces.workflow.params -
-
Uses of IFileProvisionOptions in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type IFileProvisionOptions Modifier and Type Method Description default <E extends Throwable>
IHandleFileProvisionResultIWorkflowFileHandler. handleFileProvision(IFileProvision provision, IFileProvisionOptions<E> options, File... files)
Applies the configuration of the givenIFileProvision
to the given files.<E extends Throwable>
IHandleFileProvisionResultIWorkflowFileHandler. handleFileProvision(IFileProvision provision, IFileProvisionOptions<E> options, Iterable<Path> files)
Applies the configuration of the givenIFileProvision
to the given files.default <E extends Throwable>
IHandleFileProvisionResultIWorkflowFileHandler. handleFileProvision(IFileProvision provision, IFileProvisionOptions<E> options, Path... files)
Applies the configuration of the givenIFileProvision
to the given files.default <E extends Throwable>
IHandleFileProvisionResultIWorkflowFileHandler. handleFileProvision(IFileProvision provision, IFileProvisionOptions<E> options, Stream<Path> files)
Applies the configuration of the givenIFileProvision
to the given files. -
Uses of IFileProvisionOptions in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params that return IFileProvisionOptions Modifier and Type Method Description IFileProvisionOptions<NodeThrewException>
INodeExecutionParams. standardFileProvisionOptions()
Default options forIWorkflowFileHandler#handleFileProvision
.
-