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 EResourceItemResolutionErrorAFileListResolutionError.typeMethods in de.xima.fc.exceptions that return EResourceItemResolutionErrorConstructors in de.xima.fc.exceptions with parameters of type EResourceItemResolutionErrorModifierConstructorDescriptionprotectedAFileListResolutionError(EResourceItemResolutionError type, String message, Throwable cause) protectedAResourceItemResolutionError(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 booleanIResourceItemResolutionErrorProviding.isHasError(EResourceItemResolutionError type) -
Uses of EResourceItemResolutionError in de.xima.fc.mdl.enums
Subclasses with type arguments of type EResourceItemResolutionError in de.xima.fc.mdl.enumsModifier and TypeClassDescriptionenumEnumeration of the different error types that can occur when resolving the files references by aResourceItem.Methods in de.xima.fc.mdl.enums that return EResourceItemResolutionErrorModifier and TypeMethodDescriptionstatic EResourceItemResolutionErrorReturns 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