public abstract class WorkflowClientExternalBase extends Object implements WorkflowClientExternal
Constructor and Description |
---|
WorkflowClientExternalBase(WorkflowExecution workflowExecution,
WorkflowType workflowType,
StartWorkflowOptions options,
DataConverter dataConverter,
GenericWorkflowClientExternal genericClient) |
Modifier and Type | Method and Description |
---|---|
DataConverter |
getDataConverter() |
GenericWorkflowClientExternal |
getGenericClient() |
StartWorkflowOptions |
getSchedulingOptions() |
WorkflowExecution |
getWorkflowExecution() |
void |
requestCancelWorkflowExecution() |
void |
terminateWorkflowExecution(String reason,
String details,
ChildPolicy childPolicy) |
public WorkflowClientExternalBase(WorkflowExecution workflowExecution, WorkflowType workflowType, StartWorkflowOptions options, DataConverter dataConverter, GenericWorkflowClientExternal genericClient)
public void requestCancelWorkflowExecution()
requestCancelWorkflowExecution
in interface WorkflowClientExternal
public void terminateWorkflowExecution(String reason, String details, ChildPolicy childPolicy)
terminateWorkflowExecution
in interface WorkflowClientExternal
public DataConverter getDataConverter()
getDataConverter
in interface WorkflowClientExternal
public StartWorkflowOptions getSchedulingOptions()
getSchedulingOptions
in interface WorkflowClientExternal
public GenericWorkflowClientExternal getGenericClient()
getGenericClient
in interface WorkflowClientExternal
public WorkflowExecution getWorkflowExecution()
getWorkflowExecution
in interface WorkflowClientExternal
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.