Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.flow
Interface WorkflowClientExternal

All Known Subinterfaces:
DynamicWorkflowClientExternal
All Known Implementing Classes:
DynamicWorkflowClientExternalImpl, WorkflowClientExternalBase

public interface WorkflowClientExternal


Method Summary
 DataConverter getDataConverter()
           
 GenericWorkflowClientExternal getGenericClient()
           
 StartWorkflowOptions getSchedulingOptions()
           
 WorkflowExecution getWorkflowExecution()
           
 void requestCancelWorkflowExecution()
           
 void terminateWorkflowExecution(String reason, String details, ChildPolicy childPolicy)
           
 

Method Detail

requestCancelWorkflowExecution

void requestCancelWorkflowExecution()

terminateWorkflowExecution

void terminateWorkflowExecution(String reason,
                                String details,
                                ChildPolicy childPolicy)

getDataConverter

DataConverter getDataConverter()

getSchedulingOptions

StartWorkflowOptions getSchedulingOptions()

getGenericClient

GenericWorkflowClientExternal getGenericClient()

getWorkflowExecution

WorkflowExecution getWorkflowExecution()


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