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