Uses of Class
de.xima.fc.exceptions.AFileListResolutionError
- 
Packages that use AFileListResolutionError Package Description de.xima.fc.exceptions Package für allgemeine Exceptionsde.xima.fc.interfaces.workflow.execution de.xima.fc.interfaces.workflow.retval de.xima.fc.workflow.processor.logic.execution de.xima.fc.workflow.processor.model  - 
- 
Uses of AFileListResolutionError in de.xima.fc.exceptions
 - 
Uses of AFileListResolutionError in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type AFileListResolutionError Modifier and Type Method Description IDiscriminatedUnionMember<String,Object>IStandardFileListResolutionErrorCreator. forDatabaseError(AFileListResolutionError error, boolean softError)Creates the error code and data for when an error occurred during database communication.IDiscriminatedUnionMember<String,Object>IStandardFileListResolutionErrorCreator. forFileSystemError(AFileListResolutionError error, boolean softError)Creates the error code and data for when data could not be read from or written to the file system.IDiscriminatedUnionMember<String,Object>IStandardFileListResolutionErrorCreator. forGeneral(AFileListResolutionError error, boolean softError)Creates the error code and data for when a general error occurred.IDiscriminatedUnionMember<String,Object>IStandardFileListResolutionErrorCreator. forNetworkError(AFileListResolutionError error, boolean softError)Creates the error code and data for when data could not be read from the network.IDiscriminatedUnionMember<String,Object>IStandardFileListResolutionErrorCreator. forNoSourceFileFound(AFileListResolutionError error, boolean softError)Creates the error code and data for when no source file could be found. - 
Uses of AFileListResolutionError in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval that return types with arguments of type AFileListResolutionError Modifier and Type Method Description Map<EResourceItemResolutionError,List<AFileListResolutionError>>IResourceItemResolutionErrorProviding. getErrors()default List<AFileListResolutionError>IResourceItemResolutionErrorProviding. getErrors(EResourceItemResolutionError type) - 
Uses of AFileListResolutionError in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution with parameters of type AFileListResolutionError Modifier and Type Method Description IDiscriminatedUnionMember<String,Object>CodeOnlyStandardFileListResolutionErrorCreator. forDatabaseError(AFileListResolutionError error, boolean softError)IDiscriminatedUnionMember<String,Object>CodeOnlyStandardFileListResolutionErrorCreator. forFileSystemError(AFileListResolutionError error, boolean softError)IDiscriminatedUnionMember<String,Object>CodeOnlyStandardFileListResolutionErrorCreator. forGeneral(AFileListResolutionError error, boolean softError)IDiscriminatedUnionMember<String,Object>CodeOnlyStandardFileListResolutionErrorCreator. forNetworkError(AFileListResolutionError error, boolean softError)IDiscriminatedUnionMember<String,Object>CodeOnlyStandardFileListResolutionErrorCreator. forNoSourceFileFound(AFileListResolutionError error, boolean softError) - 
Uses of AFileListResolutionError in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return types with arguments of type AFileListResolutionError Modifier and Type Method Description Map<EResourceItemResolutionError,List<AFileListResolutionError>>ResolvedFileList. getErrors()Map<EResourceItemResolutionError,List<AFileListResolutionError>>ResolvedResourceItem. getErrors()Methods in de.xima.fc.workflow.processor.model with parameters of type AFileListResolutionError Modifier and Type Method Description ResolvedResourceItem.BuilderResolvedResourceItem.Builder. withError(AFileListResolutionError error) 
 -