Uses of Class
de.xima.fc.exceptions.AAttachmentListResolutionError
-
Packages that use AAttachmentListResolutionError 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 AAttachmentListResolutionError in de.xima.fc.exceptions
-
Uses of AAttachmentListResolutionError in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type AAttachmentListResolutionError Modifier and Type Method Description IDiscriminatedUnionMember<String,Object>
IStandardAttachmentListResolutionErrorCreator. forDatabaseError(AAttachmentListResolutionError error, boolean softError)
Creates the error code and data for when an error occurred during database communication.IDiscriminatedUnionMember<String,Object>
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.IDiscriminatedUnionMember<String,Object>
IStandardAttachmentListResolutionErrorCreator. forGeneral(AAttachmentListResolutionError error, boolean softError)
Creates the error code and data for when a general error occurred.IDiscriminatedUnionMember<String,Object>
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 AAttachmentListResolutionError Modifier and Type Method Description Map<EAttachmentItemResolutionError,List<AAttachmentListResolutionError>>
IAttachmentItemResolutionErrorProviding. 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 AAttachmentListResolutionError Modifier and Type Method Description IDiscriminatedUnionMember<String,Object>
CodeOnlyStandardAttachmentListResolutionErrorCreator. forDatabaseError(AAttachmentListResolutionError error, boolean softError)
IDiscriminatedUnionMember<String,Object>
CodeOnlyStandardAttachmentListResolutionErrorCreator. forFileSystemError(AAttachmentListResolutionError error, boolean softError)
IDiscriminatedUnionMember<String,Object>
CodeOnlyStandardAttachmentListResolutionErrorCreator. forGeneral(AAttachmentListResolutionError error, boolean softError)
IDiscriminatedUnionMember<String,Object>
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 AAttachmentListResolutionError Modifier and Type Method Description Map<EAttachmentItemResolutionError,List<AAttachmentListResolutionError>>
ResolvedAttachmentItem. getErrors()
Map<EAttachmentItemResolutionError,List<AAttachmentListResolutionError>>
ResolvedAttachmentList. getErrors()
Methods in de.xima.fc.workflow.processor.model with parameters of type AAttachmentListResolutionError Modifier and Type Method Description ResolvedAttachmentItem.Builder
ResolvedAttachmentItem.Builder. withError(AAttachmentListResolutionError error)
-