| Modifier and Type | Method and Description |
|---|---|
DecisionContext |
DecisionContextProviderImpl.getDecisionContext() |
DecisionContext |
DecisionContextProvider.getDecisionContext() |
| Modifier and Type | Method and Description |
|---|---|
abstract WorkflowDefinition |
WorkflowDefinitionFactory.getWorkflowDefinition(DecisionContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected DecisionContext |
WorkflowTestBase.decisionContext |
| Modifier and Type | Method and Description |
|---|---|
DecisionContext |
WorkflowTestBase.getDecisionContext() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WorkflowTestBase.beforeEvaluate(DecisionContext decisionContext) |
| Constructor and Description |
|---|
WorkflowTestBase(DecisionContext decisionContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SpringWorkflowTest.beforeEvaluate(DecisionContext decisionContext) |
| Modifier and Type | Method and Description |
|---|---|
Object |
POJOWorkflowImplementationFactory.newInstance(DecisionContext decisionContext) |
| Constructor and Description |
|---|
POJOWorkflowDefinition(Object workflowImplmentationInstance,
com.amazonaws.services.simpleworkflow.flow.pojo.MethodConverterPair workflowImplementationMethod,
Map<String,com.amazonaws.services.simpleworkflow.flow.pojo.MethodConverterPair> signals,
com.amazonaws.services.simpleworkflow.flow.pojo.MethodConverterPair getStateMethod,
DataConverter converter,
DecisionContext context) |
| Modifier and Type | Method and Description |
|---|---|
static void |
WorkflowScope.setDecisionContext(DecisionContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
TestDecisionContext |
| Modifier and Type | Method and Description |
|---|---|
static DecisionContext |
CurrentDecisionContext.get()
retrieves the current DecisionContext for a particular thread
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CurrentDecisionContext.set(DecisionContext context) |
Copyright © 2016. All rights reserved.