Package org.pentaho.platform.action
Class ActionInvokeStatus
- java.lang.Object
-
- org.pentaho.platform.action.ActionInvokeStatus
-
- All Implemented Interfaces:
org.pentaho.platform.api.action.IActionInvokeStatus
public class ActionInvokeStatus extends Object implements org.pentaho.platform.api.action.IActionInvokeStatus
-
-
Constructor Summary
Constructors Constructor Description ActionInvokeStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
setRequiresUpdate
public void setRequiresUpdate(boolean requiresUpdate)
- Specified by:
setRequiresUpdate
in interfaceorg.pentaho.platform.api.action.IActionInvokeStatus
-
requiresUpdate
public boolean requiresUpdate()
- Specified by:
requiresUpdate
in interfaceorg.pentaho.platform.api.action.IActionInvokeStatus
-
setThrowable
public void setThrowable(Throwable throwable)
- Specified by:
setThrowable
in interfaceorg.pentaho.platform.api.action.IActionInvokeStatus
-
getThrowable
public Throwable getThrowable()
- Specified by:
getThrowable
in interfaceorg.pentaho.platform.api.action.IActionInvokeStatus
-
setStreamProvider
public void setStreamProvider(Object streamProvider)
- Specified by:
setStreamProvider
in interfaceorg.pentaho.platform.api.action.IActionInvokeStatus
-
getStreamProvider
public Object getStreamProvider()
- Specified by:
getStreamProvider
in interfaceorg.pentaho.platform.api.action.IActionInvokeStatus
-
isExecutionSuccessful
public boolean isExecutionSuccessful()
- Specified by:
isExecutionSuccessful
in interfaceorg.pentaho.platform.api.action.IActionInvokeStatus
-
setExecutionStatus
public void setExecutionStatus(boolean status)
- Specified by:
setExecutionStatus
in interfaceorg.pentaho.platform.api.action.IActionInvokeStatus
-
-