Uses of Class
io.automatiko.engine.api.runtime.process.ProcessWorkItemHandlerException.HandlingStrategy
-
Packages that use ProcessWorkItemHandlerException.HandlingStrategy Package Description io.automatiko.engine.api.runtime.process The process runtime classes. -
-
Uses of ProcessWorkItemHandlerException.HandlingStrategy in io.automatiko.engine.api.runtime.process
Methods in io.automatiko.engine.api.runtime.process that return ProcessWorkItemHandlerException.HandlingStrategy Modifier and Type Method Description ProcessWorkItemHandlerException.HandlingStrategyProcessWorkItemHandlerException. getStrategy()static ProcessWorkItemHandlerException.HandlingStrategyProcessWorkItemHandlerException.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 io.automatiko.engine.api.runtime.process with parameters of type ProcessWorkItemHandlerException.HandlingStrategy Constructor Description ProcessWorkItemHandlerException(String processId, ProcessWorkItemHandlerException.HandlingStrategy strategy, Throwable cause)
-