Uses of Interface
de.xima.fc.interfaces.workflow.execution.IFileProvision
-
Packages that use IFileProvision Package Description de.xima.fc.interfaces.workflow.execution de.xima.fc.workflow.model.nodes de.xima.fc.workflow.retval.node -
-
Uses of IFileProvision in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type IFileProvision 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 IFileProvision in de.xima.fc.workflow.model.nodes
Classes in de.xima.fc.workflow.model.nodes that implement IFileProvision Modifier and Type Class Description class
FileProvision
POJO for workflow actions that provide a set of files. -
Uses of IFileProvision in de.xima.fc.workflow.retval.node
-