Uses of Interface
de.xima.fc.interfaces.workflow.retval.IHandleFileProvisionResult
-
Packages that use IHandleFileProvisionResult Package Description de.xima.fc.interfaces.workflow.execution -
-
Uses of IHandleFileProvisionResult in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IHandleFileProvisionResult 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.
-