Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.flow
Interface WorkflowClient

All Known Subinterfaces:
DynamicWorkflowClient
All Known Implementing Classes:
DynamicWorkflowClientImpl, WorkflowClientBase

public interface WorkflowClient


Method Summary
 DataConverter getDataConverter()
           
 GenericWorkflowClient getGenericClient()
           
 Promise<String> getRunId()
           
 StartWorkflowOptions getSchedulingOptions()
           
 WorkflowExecution getWorkflowExecution()
           
 WorkflowType getWorkflowType()
           
 void requestCancelWorkflowExecution(Promise<?>... waitFor)
           
 

Method Detail

getWorkflowExecution

WorkflowExecution getWorkflowExecution()

getRunId

Promise<String> getRunId()

getGenericClient

GenericWorkflowClient getGenericClient()

getSchedulingOptions

StartWorkflowOptions getSchedulingOptions()

getDataConverter

DataConverter getDataConverter()

requestCancelWorkflowExecution

void requestCancelWorkflowExecution(Promise<?>... waitFor)

getWorkflowType

WorkflowType getWorkflowType()


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.