Uses of Class
org.kie.server.api.model.taskassigning.PlanningExecutionResult.ErrorCode
-
Packages that use PlanningExecutionResult.ErrorCode Package Description org.kie.server.api.model.taskassigning -
-
Uses of PlanningExecutionResult.ErrorCode in org.kie.server.api.model.taskassigning
Methods in org.kie.server.api.model.taskassigning that return PlanningExecutionResult.ErrorCode Modifier and Type Method Description PlanningExecutionResult.ErrorCodePlanningExecutionResult. getError()static PlanningExecutionResult.ErrorCodePlanningExecutionResult.ErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static PlanningExecutionResult.ErrorCode[]PlanningExecutionResult.ErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.server.api.model.taskassigning with parameters of type PlanningExecutionResult.ErrorCode Modifier and Type Method Description PlanningExecutionResult.BuilderPlanningExecutionResult.Builder. error(PlanningExecutionResult.ErrorCode error)voidPlanningExecutionResult. setError(PlanningExecutionResult.ErrorCode error)
-