Class ActionInvokeStatus

  • All Implemented Interfaces:
    org.pentaho.platform.api.action.IActionInvokeStatus

    public class ActionInvokeStatus
    extends Object
    implements org.pentaho.platform.api.action.IActionInvokeStatus
    • Constructor Detail

      • ActionInvokeStatus

        public ActionInvokeStatus()
    • Method Detail

      • setRequiresUpdate

        public void setRequiresUpdate​(boolean requiresUpdate)
        Specified by:
        setRequiresUpdate in interface org.pentaho.platform.api.action.IActionInvokeStatus
      • requiresUpdate

        public boolean requiresUpdate()
        Specified by:
        requiresUpdate in interface org.pentaho.platform.api.action.IActionInvokeStatus
      • setThrowable

        public void setThrowable​(Throwable throwable)
        Specified by:
        setThrowable in interface org.pentaho.platform.api.action.IActionInvokeStatus
      • getThrowable

        public Throwable getThrowable()
        Specified by:
        getThrowable in interface org.pentaho.platform.api.action.IActionInvokeStatus
      • setStreamProvider

        public void setStreamProvider​(Object streamProvider)
        Specified by:
        setStreamProvider in interface org.pentaho.platform.api.action.IActionInvokeStatus
      • getStreamProvider

        public Object getStreamProvider()
        Specified by:
        getStreamProvider in interface org.pentaho.platform.api.action.IActionInvokeStatus
      • isExecutionSuccessful

        public boolean isExecutionSuccessful()
        Specified by:
        isExecutionSuccessful in interface org.pentaho.platform.api.action.IActionInvokeStatus
      • setExecutionStatus

        public void setExecutionStatus​(boolean status)
        Specified by:
        setExecutionStatus in interface org.pentaho.platform.api.action.IActionInvokeStatus