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