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