com.amazonaws.services.simpleworkflow.flow
Class WorkflowClientBase
java.lang.Object
com.amazonaws.services.simpleworkflow.flow.WorkflowClientBase
- All Implemented Interfaces:
- WorkflowClient
public abstract class WorkflowClientBase
- extends Object
- implements WorkflowClient
getDataConverter
public DataConverter getDataConverter()
- Specified by:
getDataConverter in interface WorkflowClient
getSchedulingOptions
public StartWorkflowOptions getSchedulingOptions()
- Specified by:
getSchedulingOptions in interface WorkflowClient
getGenericClient
public GenericWorkflowClient getGenericClient()
- Specified by:
getGenericClient in interface WorkflowClient
getRunId
public Promise<String> getRunId()
- Specified by:
getRunId in interface WorkflowClient
getWorkflowExecution
public WorkflowExecution getWorkflowExecution()
- Specified by:
getWorkflowExecution in interface WorkflowClient
getWorkflowType
public WorkflowType getWorkflowType()
- Specified by:
getWorkflowType in interface WorkflowClient
requestCancelWorkflowExecution
public void requestCancelWorkflowExecution(Promise<?>... waitFor)
- Specified by:
requestCancelWorkflowExecution in interface WorkflowClient
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.