Uses of Enum
de.xima.fc.mdl.enums.EResourceItemResolutionError
Packages that use EResourceItemResolutionError
Package
Description
Package für allgemeine Exceptions
Commonly used enumeration that are mainly used in model classes.
-
Uses of EResourceItemResolutionError in de.xima.fc.exceptions
Fields in de.xima.fc.exceptions declared as EResourceItemResolutionErrorModifier and TypeFieldDescriptionprotected final EResourceItemResolutionError
AFileListResolutionError.type
Methods in de.xima.fc.exceptions that return EResourceItemResolutionErrorConstructors in de.xima.fc.exceptions with parameters of type EResourceItemResolutionErrorModifierConstructorDescriptionprotected
AFileListResolutionError
(EResourceItemResolutionError type, String message, Throwable cause) protected
AResourceItemResolutionError
(EResourceItemResolutionError type, String message, Throwable cause, ResourceItem item) -
Uses of EResourceItemResolutionError in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval that return types with arguments of type EResourceItemResolutionErrorMethods in de.xima.fc.interfaces.workflow.retval with parameters of type EResourceItemResolutionErrorModifier and TypeMethodDescriptiondefault List<AFileListResolutionError>
IResourceItemResolutionErrorProviding.getErrors
(EResourceItemResolutionError type) default boolean
IResourceItemResolutionErrorProviding.isHasError
(EResourceItemResolutionError type) -
Uses of EResourceItemResolutionError in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EResourceItemResolutionErrorModifier and TypeMethodDescriptionstatic EResourceItemResolutionError
Returns the enum constant of this type with the specified name.static EResourceItemResolutionError[]
EResourceItemResolutionError.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EResourceItemResolutionError in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return types with arguments of type EResourceItemResolutionError