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