public interface IActionInvokeStatus
Modifier and Type | Method and Description |
---|---|
Object |
getStreamProvider()
Returns the object representing the stream provider containing the file associated with the given action.
|
Throwable |
getThrowable()
|
default boolean |
isExecutionSuccessful()
Return the success/failure of the execution.
|
boolean |
requiresUpdate()
Returns true if the
IAction that was just invoked needs to be resubmitted. |
default void |
setExecutionStatus(boolean status)
Set the execution status.
|
void |
setRequiresUpdate(boolean requiresUpdate) |
void |
setStreamProvider(Object streamProvider) |
void |
setThrowable(Throwable throwable) |
void setRequiresUpdate(boolean requiresUpdate)
boolean requiresUpdate()
IAction
that was just invoked needs to be resubmitted. Used for scheduling purposes
only.IAction
that was just invoked needs to be resubmitted and false otherwisevoid setThrowable(Throwable throwable)
Throwable getThrowable()
Object getStreamProvider()
void setStreamProvider(Object streamProvider)
default boolean isExecutionSuccessful()
default void setExecutionStatus(boolean status)
status
- booleanCopyright © 2020 Hitachi Vantara. All rights reserved.