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 class
Abstract class for all errors specific to an attachment item.static final class
Exception data class for theEAttachmentItemResolutionError.ATTACHMENT_COUNT_REDUCED_TO_ZERO_BY_FILTER_OPTIONS
error.static final class
Exception data class for theEAttachmentItemResolutionError.ATTACHMENT_QUERY_DOES_NOT_MATCH
error.static final class
Exception data class for theEAttachmentItemResolutionError.CANNOT_PROCESS_ATTACHMENT_ITEM
error.static final class
Exception data class for theEAttachmentItemResolutionError.CANNOT_PROCESS_ATTACHMENT_LIST
error.static final class
Exception data class for theEAttachmentItemResolutionError.DATABASE_ERROR
error.static final class
Exception data class for theEAttachmentItemResolutionError.FILE_SYSTEM_ERROR
error.static final class
Exception data class for theEAttachmentItemResolutionError.NODE_DOES_NOT_EXIST
error.static final class
Exception data class for theEAttachmentItemResolutionError.NODE_DOES_NOT_PROVIDE_ATTACHMENTS
error.static final class
Exception data class for theEAttachmentItemResolutionError.NODE_NOT_EXECUTED
error.static final class
Exception data class for theEAttachmentItemResolutionError.UPLOAD_FIELD_DOES_NOT_EXIST
error.static final class
Exception data class for theEAttachmentItemResolutionError.UPLOAD_FIELD_DOES_NOT_PROVIDE_ATTACHMENTS
error. -
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)