| Package | Description |
|---|---|
| org.kie.server.api.model |
| Modifier and Type | Method and Description |
|---|---|
KieServiceResponse.ResponseType |
ServiceResponse.getType() |
KieServiceResponse.ResponseType |
KieServiceResponse.getType() |
static KieServiceResponse.ResponseType |
KieServiceResponse.ResponseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KieServiceResponse.ResponseType[] |
KieServiceResponse.ResponseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceResponse.setType(KieServiceResponse.ResponseType type) |
| Constructor and Description |
|---|
ServiceResponse(KieServiceResponse.ResponseType type,
String msg) |
ServiceResponse(KieServiceResponse.ResponseType type,
String msg,
T result) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.