protected static class BaseWorkflowExecutor.BaseWorkflowExecutionResult extends java.lang.Object implements WorkflowExecutionResult
| Constructor and Description |
|---|
BaseWorkflowExecutionResult(java.util.List<StepExecutionResult> results,
java.util.Map<java.lang.String,java.util.Collection<StepExecutionResult>> failures,
java.util.Map<java.lang.Integer,StepExecutionResult> stepFailures,
java.lang.Exception orig,
WorkflowStatusResult status,
WFSharedContext sharedContext) |
| Modifier and Type | Method and Description |
|---|---|
ControlBehavior |
getControlBehavior() |
java.lang.Exception |
getException() |
java.util.Map<java.lang.String,java.util.Collection<StepExecutionResult>> |
getNodeFailures() |
java.util.List<StepExecutionResult> |
getResultSet() |
WFSharedContext |
getSharedContext() |
java.lang.String |
getStatusString() |
java.util.Map<java.lang.Integer,StepExecutionResult> |
getStepFailures() |
boolean |
isSuccess() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetControlBehavior, getStatusStringisSuccessgetSharedContextpublic BaseWorkflowExecutionResult(java.util.List<StepExecutionResult> results, java.util.Map<java.lang.String,java.util.Collection<StepExecutionResult>> failures, java.util.Map<java.lang.Integer,StepExecutionResult> stepFailures, java.lang.Exception orig, WorkflowStatusResult status, WFSharedContext sharedContext)
public java.util.List<StepExecutionResult> getResultSet()
getResultSet in interface WorkflowExecutionResultpublic java.util.Map<java.lang.String,java.util.Collection<StepExecutionResult>> getNodeFailures()
getNodeFailures in interface WorkflowExecutionResultpublic java.lang.Exception getException()
getException in interface ExceptionStatusResultpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.util.Map<java.lang.Integer,StepExecutionResult> getStepFailures()
getStepFailures in interface WorkflowExecutionResultpublic boolean isSuccess()
isSuccess in interface StatusResultpublic java.lang.String getStatusString()
getStatusString in interface WorkflowStatusResultpublic ControlBehavior getControlBehavior()
getControlBehavior in interface WorkflowStatusResultpublic WFSharedContext getSharedContext()
getSharedContext in interface WorkflowDataResult