Uses of Class
de.xima.fc.mdl.enums.EResourceItemResolutionError
-
Packages that use EResourceItemResolutionError 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 EResourceItemResolutionError in de.xima.fc.exceptions
Fields in de.xima.fc.exceptions declared as EResourceItemResolutionError Modifier and Type Field Description protected EResourceItemResolutionError
AFileListResolutionError. type
Methods in de.xima.fc.exceptions that return EResourceItemResolutionError Modifier and Type Method Description EResourceItemResolutionError
AFileListResolutionError. getType()
Constructors in de.xima.fc.exceptions with parameters of type EResourceItemResolutionError Constructor Description AFileListResolutionError(EResourceItemResolutionError type, String message, Throwable cause)
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 EResourceItemResolutionError Modifier and Type Method Description Map<EResourceItemResolutionError,List<AFileListResolutionError>>
IResourceItemResolutionErrorProviding. getErrors()
Methods in de.xima.fc.interfaces.workflow.retval with parameters of type EResourceItemResolutionError Modifier and Type Method Description default 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 EResourceItemResolutionError Modifier and Type Method Description static EResourceItemResolutionError
EResourceItemResolutionError. valueOf(String name)
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 Modifier and Type Method Description Map<EResourceItemResolutionError,List<AFileListResolutionError>>
ResolvedFileList. getErrors()
Map<EResourceItemResolutionError,List<AFileListResolutionError>>
ResolvedResourceItem. getErrors()
-