| Package | Description |
|---|---|
| org.kie.server.api.model.taskassigning |
| Modifier and Type | Method and Description |
|---|---|
PlanningExecutionResult.ErrorCode |
PlanningExecutionResult.getError() |
static PlanningExecutionResult.ErrorCode |
PlanningExecutionResult.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.
|
| Modifier and Type | Method and Description |
|---|---|
PlanningExecutionResult.Builder |
PlanningExecutionResult.Builder.error(PlanningExecutionResult.ErrorCode error) |
void |
PlanningExecutionResult.setError(PlanningExecutionResult.ErrorCode error) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.