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