| Package | Description |
|---|---|
| org.uberfire.ext.wires.bpmn.client.commands | |
| org.uberfire.ext.wires.bpmn.client.commands.impl |
| Modifier and Type | Method and Description |
|---|---|
ResultType |
Result.getType()
Type of Result
|
static ResultType |
ResultType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultType[] |
ResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Results.contains(ResultType type) |
List<Result> |
Results.getMessages(ResultType type) |
| Modifier and Type | Method and Description |
|---|---|
ResultType |
DefaultResultImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultResultsImpl.contains(ResultType type) |
List<Result> |
DefaultResultsImpl.getMessages(ResultType type) |
| Constructor and Description |
|---|
DefaultResultImpl(ResultType type,
String message) |
Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.