Uses of Class
de.xima.fc.mdl.enums.EAttachmentItemResolutionError
- 
Packages that use EAttachmentItemResolutionError Package Description de.xima.fc.exceptions Package für allgemeine Exceptionsde.xima.fc.interfaces.workflow.retval de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.workflow.processor.model  - 
- 
Uses of EAttachmentItemResolutionError in de.xima.fc.exceptions
Fields in de.xima.fc.exceptions declared as EAttachmentItemResolutionError Modifier and Type Field Description protected EAttachmentItemResolutionErrorAAttachmentListResolutionError. typeMethods in de.xima.fc.exceptions that return EAttachmentItemResolutionError Modifier and Type Method Description EAttachmentItemResolutionErrorAAttachmentListResolutionError. getType()Constructors in de.xima.fc.exceptions with parameters of type EAttachmentItemResolutionError Constructor Description AAttachmentItemResolutionError(EAttachmentItemResolutionError type, String message, Throwable cause, AttachmentItem item)AAttachmentListResolutionError(EAttachmentItemResolutionError type, String message, Throwable cause) - 
Uses of EAttachmentItemResolutionError in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval that return types with arguments of type EAttachmentItemResolutionError Modifier and Type Method Description Map<EAttachmentItemResolutionError,List<AAttachmentListResolutionError>>IAttachmentItemResolutionErrorProviding. getErrors()Methods in de.xima.fc.interfaces.workflow.retval with parameters of type EAttachmentItemResolutionError Modifier and Type Method Description default List<AAttachmentListResolutionError>IAttachmentItemResolutionErrorProviding. getErrors(EAttachmentItemResolutionError type)default booleanIAttachmentItemResolutionErrorProviding. isHasError(EAttachmentItemResolutionError type) - 
Uses of EAttachmentItemResolutionError in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EAttachmentItemResolutionError Modifier and Type Method Description static EAttachmentItemResolutionErrorEAttachmentItemResolutionError. valueOf(String name)Returns the enum constant of this type with the specified name.static EAttachmentItemResolutionError[]EAttachmentItemResolutionError. values()Returns an array containing the constants of this enum type, in the order they are declared. - 
Uses of EAttachmentItemResolutionError in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return types with arguments of type EAttachmentItemResolutionError Modifier and Type Method Description Map<EAttachmentItemResolutionError,List<AAttachmentListResolutionError>>ResolvedAttachmentItem. getErrors()Map<EAttachmentItemResolutionError,List<AAttachmentListResolutionError>>ResolvedAttachmentList. getErrors() 
 -