Class ActionResult
java.lang.Object
com.ptc.odata.core.entity.processor.ActionResult
Processed Action result.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionReturns the result of the action.voidsetReturnedObject(Object returnedObject) Sets the action result object.
-
Method Details
-
getReturnedObject
Returns the result of the action.
Supported API: true- Returns:
- the result of the action
-
setReturnedObject
Sets the action result object.
Supported API: true- Parameters:
returnedObject- the action result object.
-