public class ActionInvokeStatus extends Object implements org.pentaho.platform.api.action.IActionInvokeStatus
| Constructor and Description |
|---|
ActionInvokeStatus() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getStreamProvider() |
Throwable |
getThrowable() |
boolean |
isExecutionSuccessful() |
boolean |
requiresUpdate() |
void |
setExecutionStatus(boolean status) |
void |
setRequiresUpdate(boolean requiresUpdate) |
void |
setStreamProvider(Object streamProvider) |
void |
setThrowable(Throwable throwable) |
public void setRequiresUpdate(boolean requiresUpdate)
setRequiresUpdate in interface org.pentaho.platform.api.action.IActionInvokeStatuspublic boolean requiresUpdate()
requiresUpdate in interface org.pentaho.platform.api.action.IActionInvokeStatuspublic void setThrowable(Throwable throwable)
setThrowable in interface org.pentaho.platform.api.action.IActionInvokeStatuspublic Throwable getThrowable()
getThrowable in interface org.pentaho.platform.api.action.IActionInvokeStatuspublic void setStreamProvider(Object streamProvider)
setStreamProvider in interface org.pentaho.platform.api.action.IActionInvokeStatuspublic Object getStreamProvider()
getStreamProvider in interface org.pentaho.platform.api.action.IActionInvokeStatuspublic boolean isExecutionSuccessful()
isExecutionSuccessful in interface org.pentaho.platform.api.action.IActionInvokeStatuspublic void setExecutionStatus(boolean status)
setExecutionStatus in interface org.pentaho.platform.api.action.IActionInvokeStatusCopyright © 2018 Hitachi Vantara. All rights reserved.