Uses of Class
de.xima.fc.exceptions.AFileListResolutionError.NodeNotExecuted
- 
Packages that use AFileListResolutionError.NodeNotExecuted Package Description de.xima.fc.interfaces.workflow.execution de.xima.fc.interfaces.workflow.retval de.xima.fc.workflow.processor.logic.execution  - 
- 
Uses of AFileListResolutionError.NodeNotExecuted in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type AFileListResolutionError.NodeNotExecuted Modifier and Type Method Description voidIResolvedFileListProcessor. onNodeNotExecuted(AFileListResolutionError.NodeNotExecuted error)Callback for handling an error of typeEResourceItemResolutionError.NODE_NOT_EXECUTED. - 
Uses of AFileListResolutionError.NodeNotExecuted in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval that return types with arguments of type AFileListResolutionError.NodeNotExecuted Modifier and Type Method Description default List<AFileListResolutionError.NodeNotExecuted>IResourceItemResolutionErrorProviding. getErrorsNodeNotExecuted() - 
Uses of AFileListResolutionError.NodeNotExecuted in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution with parameters of type AFileListResolutionError.NodeNotExecuted Modifier and Type Method Description voidBaseResolvedFileListProcessor. onNodeNotExecuted(AFileListResolutionError.NodeNotExecuted error)voidStandardErrorFileListProcessor. onNodeNotExecuted(AFileListResolutionError.NodeNotExecuted error) 
 -