com.amazonaws.services.simpleworkflow.flow
Class DecisionContext
java.lang.Object
com.amazonaws.services.simpleworkflow.flow.DecisionContext
- Direct Known Subclasses:
- TestDecisionContext
public abstract class DecisionContext
- extends java.lang.Object
Represents the context for decider. Should only be used within the scope of
workflow definition code, meaning any code which is not part of activity
implementations.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecisionContext
public DecisionContext()
getActivityClient
public abstract GenericActivityClient getActivityClient()
getWorkflowClient
public abstract GenericWorkflowClient getWorkflowClient()
getWorkflowClock
public abstract WorkflowClock getWorkflowClock()
getWorkflowContext
public abstract WorkflowContext getWorkflowContext()
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.