Uses of Enum Class
io.automatiko.engine.api.runtime.process.ProcessWorkItemHandlerException.HandlingStrategy
Packages that use ProcessWorkItemHandlerException.HandlingStrategy
-
Uses of ProcessWorkItemHandlerException.HandlingStrategy in io.automatiko.engine.api.runtime.process
Methods in io.automatiko.engine.api.runtime.process that return ProcessWorkItemHandlerException.HandlingStrategyModifier and TypeMethodDescriptionProcessWorkItemHandlerException.getStrategy()Returns the enum constant of this class with the specified name.ProcessWorkItemHandlerException.HandlingStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.automatiko.engine.api.runtime.process with parameters of type ProcessWorkItemHandlerException.HandlingStrategyModifierConstructorDescriptionProcessWorkItemHandlerException(String processId, ProcessWorkItemHandlerException.HandlingStrategy strategy, Throwable cause)