Uses of Class
de.xima.fc.exceptions.AAttachmentListResolutionError
Packages that use AAttachmentListResolutionError
Package
Description
Package für allgemeine Exceptions
- 
Uses of AAttachmentListResolutionError in de.xima.fc.exceptions
Subclasses of AAttachmentListResolutionError in de.xima.fc.exceptionsModifier and TypeClassDescriptionstatic classAbstract class for all errors specific to an attachment item.static final classException data class for theEAttachmentItemResolutionError.ATTACHMENT_COUNT_REDUCED_TO_ZERO_BY_FILTER_OPTIONSerror.static final classException data class for theEAttachmentItemResolutionError.ATTACHMENT_QUERY_DOES_NOT_MATCHerror.static final classException data class for theEAttachmentItemResolutionError.CANNOT_PROCESS_ATTACHMENT_ITEMerror.static final classException data class for theEAttachmentItemResolutionError.CANNOT_PROCESS_ATTACHMENT_LISTerror.static final classException data class for theEAttachmentItemResolutionError.DATABASE_ERRORerror.static final classException data class for theEAttachmentItemResolutionError.FILE_SYSTEM_ERRORerror.static final classException data class for theEAttachmentItemResolutionError.NODE_DOES_NOT_EXISTerror.static final classException data class for theEAttachmentItemResolutionError.NODE_DOES_NOT_PROVIDE_ATTACHMENTSerror.static final classException data class for theEAttachmentItemResolutionError.NODE_NOT_EXECUTEDerror.static final classException data class for theEAttachmentItemResolutionError.UPLOAD_FIELD_DOES_NOT_EXISTerror.static final classException data class for theEAttachmentItemResolutionError.UPLOAD_FIELD_DOES_NOT_PROVIDE_ATTACHMENTSerror. - 
Uses of AAttachmentListResolutionError in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type AAttachmentListResolutionErrorModifier and TypeMethodDescriptionIStandardAttachmentListResolutionErrorCreator.forDatabaseError(AAttachmentListResolutionError error, boolean softError) Creates the error code and data for when an error occurred during database communication.IStandardAttachmentListResolutionErrorCreator.forFileSystemError(AAttachmentListResolutionError error, boolean softError) Creates the error code and data for when data could not be read from or written to the file system.IStandardAttachmentListResolutionErrorCreator.forGeneral(AAttachmentListResolutionError error, boolean softError) Creates the error code and data for when a general error occurred.IStandardAttachmentListResolutionErrorCreator.forNoSourceAttachmentFound(AAttachmentListResolutionError error, boolean softError) Creates the error code and data for when no attachment could be found. - 
Uses of AAttachmentListResolutionError in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval that return types with arguments of type AAttachmentListResolutionErrorModifier and TypeMethodDescriptionIAttachmentItemResolutionErrorProviding.getErrors()default List<AAttachmentListResolutionError>IAttachmentItemResolutionErrorProviding.getErrors(EAttachmentItemResolutionError type)  - 
Uses of AAttachmentListResolutionError in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution with parameters of type AAttachmentListResolutionErrorModifier and TypeMethodDescriptionCodeOnlyStandardAttachmentListResolutionErrorCreator.forDatabaseError(AAttachmentListResolutionError error, boolean softError) CodeOnlyStandardAttachmentListResolutionErrorCreator.forFileSystemError(AAttachmentListResolutionError error, boolean softError) CodeOnlyStandardAttachmentListResolutionErrorCreator.forGeneral(AAttachmentListResolutionError error, boolean softError) CodeOnlyStandardAttachmentListResolutionErrorCreator.forNoSourceAttachmentFound(AAttachmentListResolutionError error, boolean softError)  - 
Uses of AAttachmentListResolutionError in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return types with arguments of type AAttachmentListResolutionErrorModifier and TypeMethodDescriptionResolvedAttachmentItem.getErrors()ResolvedAttachmentList.getErrors()Methods in de.xima.fc.workflow.processor.model with parameters of type AAttachmentListResolutionErrorModifier and TypeMethodDescriptionResolvedAttachmentItem.Builder.withError(AAttachmentListResolutionError error)