Package org.kie.server.api.model
Interface KieServiceResponse<T>
-
- All Known Implementing Classes:
ServiceResponse
public interface KieServiceResponse<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKieServiceResponse.ResponseType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMsg()TgetResult()KieServiceResponse.ResponseTypegetType()
-
-
-
Method Detail
-
getType
KieServiceResponse.ResponseType getType()
-
getMsg
String getMsg()
-
getResult
T getResult()
-
-