Uses of Enum
de.xima.fc.workflow.error.EFcDecodeBase64Error
Packages that use EFcDecodeBase64Error
-
Uses of EFcDecodeBase64Error in de.xima.fc.workflow.error
Subclasses with type arguments of type EFcDecodeBase64Error in de.xima.fc.workflow.errorModifier and TypeClassDescriptionenumEnumeration of the possible error codes for theEWorkflowNodeType.FC_DECODE_BASE64action.Methods in de.xima.fc.workflow.error that return EFcDecodeBase64ErrorModifier and TypeMethodDescriptionstatic EFcDecodeBase64ErrorReturns the enum constant of this type with the specified name.static EFcDecodeBase64Error[]EFcDecodeBase64Error.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EFcDecodeBase64Error in de.xima.fc.workflow.executor
Subclasses with type arguments of type EFcDecodeBase64Error in de.xima.fc.workflow.executorModifier and TypeClassDescriptionfinal classHandler for executing a workflow action of typeEWorkflowNodeType.FC_DECODE_BASE64.