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