Uses of Class
de.xima.fc.exceptions.AFileListResolutionError.NodeDoesNotProvideFiles
-
-
Uses of AFileListResolutionError.NodeDoesNotProvideFiles in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type AFileListResolutionError.NodeDoesNotProvideFiles Modifier and Type Method Description void
IResolvedFileListProcessor. onNodeDoesNotProvideFiles(AFileListResolutionError.NodeDoesNotProvideFiles error)
Callback for handling an error of typeEResourceItemResolutionError.NODE_DOES_NOT_PROVIDE_FILES
. -
Uses of AFileListResolutionError.NodeDoesNotProvideFiles in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval that return types with arguments of type AFileListResolutionError.NodeDoesNotProvideFiles Modifier and Type Method Description default List<AFileListResolutionError.NodeDoesNotProvideFiles>
IResourceItemResolutionErrorProviding. getErrorsNodeDoesNotProvideFiles()
-
Uses of AFileListResolutionError.NodeDoesNotProvideFiles in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution with parameters of type AFileListResolutionError.NodeDoesNotProvideFiles Modifier and Type Method Description void
BaseResolvedFileListProcessor. onNodeDoesNotProvideFiles(AFileListResolutionError.NodeDoesNotProvideFiles error)
void
StandardErrorFileListProcessor. onNodeDoesNotProvideFiles(AFileListResolutionError.NodeDoesNotProvideFiles error)
-