Uses of Enum
de.xima.fc.mdl.enums.EAttachmentItemResolutionError
Packages that use EAttachmentItemResolutionError
Package
Description
Package für allgemeine Exceptions
Commonly used enumeration that are mainly used in model classes.
-
Uses of EAttachmentItemResolutionError in de.xima.fc.exceptions
Fields in de.xima.fc.exceptions declared as EAttachmentItemResolutionErrorModifier and TypeFieldDescriptionprotected final EAttachmentItemResolutionError
AAttachmentListResolutionError.type
Methods in de.xima.fc.exceptions that return EAttachmentItemResolutionErrorConstructors in de.xima.fc.exceptions with parameters of type EAttachmentItemResolutionErrorModifierConstructorDescriptionprotected
AAttachmentItemResolutionError
(EAttachmentItemResolutionError type, String message, Throwable cause, AttachmentItem item) protected
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 EAttachmentItemResolutionErrorMethods in de.xima.fc.interfaces.workflow.retval with parameters of type EAttachmentItemResolutionErrorModifier and TypeMethodDescriptiondefault List<AAttachmentListResolutionError>
IAttachmentItemResolutionErrorProviding.getErrors
(EAttachmentItemResolutionError type) default boolean
IAttachmentItemResolutionErrorProviding.isHasError
(EAttachmentItemResolutionError type) -
Uses of EAttachmentItemResolutionError in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EAttachmentItemResolutionErrorModifier and TypeMethodDescriptionReturns 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