Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.flow
Class WorkflowClientBase

java.lang.Object
  extended by com.amazonaws.services.simpleworkflow.flow.WorkflowClientBase
All Implemented Interfaces:
WorkflowClient

public abstract class WorkflowClientBase
extends Object
implements WorkflowClient


Method Summary
 DataConverter getDataConverter()
           
 GenericWorkflowClient getGenericClient()
           
 Promise<String> getRunId()
           
 StartWorkflowOptions getSchedulingOptions()
           
 WorkflowExecution getWorkflowExecution()
           
 WorkflowType getWorkflowType()
           
 void requestCancelWorkflowExecution(Promise<?>... waitFor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.