Uses of Enum Class
org.kie.api.runtime.process.ProcessWorkItemHandlerException.HandlingStrategy
Packages that use ProcessWorkItemHandlerException.HandlingStrategy
-
Uses of ProcessWorkItemHandlerException.HandlingStrategy in org.kie.api.runtime.process
Methods in org.kie.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 org.kie.api.runtime.process with parameters of type ProcessWorkItemHandlerException.HandlingStrategyModifierConstructorDescriptionProcessWorkItemHandlerException(String processId, ProcessWorkItemHandlerException.HandlingStrategy strategy, Throwable cause) ProcessWorkItemHandlerException(String processId, ProcessWorkItemHandlerException.HandlingStrategy strategy, Throwable cause, int retries)