Package org.teiid.odata.api
Interface OperationResponse
-
- All Superinterfaces:
BaseResponse
,ComplexResponse
,QueryResponse
- All Known Implementing Classes:
OperationResponseImpl
public interface OperationResponse extends ComplexResponse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.olingo.commons.api.data.Property
getResult()
void
setReturnValue(Object value)
-
Methods inherited from interface org.teiid.odata.api.ComplexResponse
serialize
-
Methods inherited from interface org.teiid.odata.api.QueryResponse
addRow, getNextToken, setCount, setNextToken, size
-
-
-
-
Method Detail
-
getResult
org.apache.olingo.commons.api.data.Property getResult()
-
setReturnValue
void setReturnValue(Object value) throws SQLException
- Throws:
SQLException
-
-