| Modifier and Type | Field and Description | 
|---|---|
| protected GenericWorkflowClient | WorkflowSelfClientBase. genericClient | 
| protected GenericWorkflowClient | DynamicWorkflowClientImpl. genericClient | 
| Modifier and Type | Method and Description | 
|---|---|
| GenericWorkflowClient | WorkflowSelfClientBase. getGenericClient() | 
| GenericWorkflowClient | WorkflowSelfClient. getGenericClient() | 
| GenericWorkflowClient | WorkflowClientFactoryBase. getGenericClient() | 
| GenericWorkflowClient | WorkflowClientFactory. getGenericClient() | 
| GenericWorkflowClient | WorkflowClientBase. getGenericClient() | 
| GenericWorkflowClient | WorkflowClient. getGenericClient() | 
| GenericWorkflowClient | DynamicWorkflowClientImpl. getGenericClient() | 
| abstract GenericWorkflowClient | DecisionContext. getWorkflowClient() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract T | WorkflowClientFactoryBase. createClientInstance(WorkflowExecution execution,
                    StartWorkflowOptions options,
                    DataConverter dataConverter,
                    GenericWorkflowClient genericClient) | 
| void | WorkflowSelfClientBase. setGenericClient(GenericWorkflowClient genericClient) | 
| void | WorkflowSelfClient. setGenericClient(GenericWorkflowClient genericClient) | 
| void | WorkflowClientFactoryBase. setGenericClient(GenericWorkflowClient genericClient) | 
| void | WorkflowClientFactory. setGenericClient(GenericWorkflowClient genericClient) | 
| void | DynamicWorkflowClientImpl. setGenericClient(GenericWorkflowClient genericClient) | 
| Constructor and Description | 
|---|
| DynamicWorkflowClientImpl(WorkflowExecution workflowExecution,
                         WorkflowType workflowType,
                         StartWorkflowOptions options,
                         DataConverter dataConverter,
                         GenericWorkflowClient genericClient) | 
| WorkflowClientBase(WorkflowExecution workflowExecution,
                  WorkflowType workflowType,
                  StartWorkflowOptions options,
                  DataConverter dataConverter,
                  GenericWorkflowClient genericClient) | 
| WorkflowClientFactoryBase(StartWorkflowOptions startWorkflowOptions,
                         DataConverter dataConverter,
                         GenericWorkflowClient genericClient) | 
| WorkflowSelfClientBase(GenericWorkflowClient genericClient,
                      DataConverter dataConverter,
                      StartWorkflowOptions schedulingOptions) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SpringTestPOJOWorkflowImplementationGenericWorkflowClient | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TestGenericWorkflowClient | 
| class  | TestPOJOWorkflowImplementationGenericWorkflowClient | 
| Modifier and Type | Method and Description | 
|---|---|
| GenericWorkflowClient | TestDecisionContext. getWorkflowClient() | 
| Constructor and Description | 
|---|
| TestDecisionContext(GenericActivityClient activityClient,
                   GenericWorkflowClient workflowClient,
                   WorkflowClock workflowClock,
                   WorkflowContext workfowContext) | 
Copyright © 2015. All rights reserved.