Uses of Class
org.kie.api.runtime.process.ProcessWorkItemHandlerException.HandlingStrategy
-
Packages that use ProcessWorkItemHandlerException.HandlingStrategy Package Description org.kie.api.runtime.process The process runtime classes. -
-
Uses of ProcessWorkItemHandlerException.HandlingStrategy in org.kie.api.runtime.process
Methods in org.kie.api.runtime.process that return ProcessWorkItemHandlerException.HandlingStrategy Modifier and Type Method Description ProcessWorkItemHandlerException.HandlingStrategy
ProcessWorkItemHandlerException. getStrategy()
static ProcessWorkItemHandlerException.HandlingStrategy
ProcessWorkItemHandlerException.HandlingStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProcessWorkItemHandlerException.HandlingStrategy[]
ProcessWorkItemHandlerException.HandlingStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.kie.api.runtime.process with parameters of type ProcessWorkItemHandlerException.HandlingStrategy Constructor Description ProcessWorkItemHandlerException(String processId, ProcessWorkItemHandlerException.HandlingStrategy strategy, Throwable cause)
ProcessWorkItemHandlerException(String processId, ProcessWorkItemHandlerException.HandlingStrategy strategy, Throwable cause, int retries)
-