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