|
KIE :: Execution Server :: API 6.2.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceResponse.ResponseType | |
|---|---|
| org.kie.server.api.model | |
| Uses of ServiceResponse.ResponseType in org.kie.server.api.model |
|---|
| Methods in org.kie.server.api.model that return ServiceResponse.ResponseType | |
|---|---|
ServiceResponse.ResponseType |
ServiceResponse.getType()
|
static ServiceResponse.ResponseType |
ServiceResponse.ResponseType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ServiceResponse.ResponseType[] |
ServiceResponse.ResponseType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.kie.server.api.model with parameters of type ServiceResponse.ResponseType | |
|---|---|
void |
ServiceResponse.setType(ServiceResponse.ResponseType type)
|
| Constructors in org.kie.server.api.model with parameters of type ServiceResponse.ResponseType | |
|---|---|
ServiceResponse(ServiceResponse.ResponseType type,
String msg)
|
|
ServiceResponse(ServiceResponse.ResponseType type,
String msg,
T result)
|
|
|
KIE :: Execution Server :: API 6.2.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||