Uses of Interface
de.xima.fc.interfaces.workflow.execution.IFileProvisionHandleErrorProcessor
-
Packages that use IFileProvisionHandleErrorProcessor Package Description de.xima.fc.interfaces.workflow.execution de.xima.fc.interfaces.workflow.params -
-
Uses of IFileProvisionHandleErrorProcessor in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IFileProvisionHandleErrorProcessor Modifier and Type Method Description IFileProvisionHandleErrorProcessor<Error>
IFileProvisionOptions. errorProcessor()
Gets the processor for handling errors during file provision. -
Uses of IFileProvisionHandleErrorProcessor in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params that return IFileProvisionHandleErrorProcessor Modifier and Type Method Description IFileProvisionHandleErrorProcessor<NodeThrewException>
INodeExecutionParams. standardFileProvisionErrorProcessor()
Default processor for errors that occur duringIWorkflowFileHandler#handleFileProvision
.
-