|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.simpleworkflow.flow.common.FlowConstants
public final class FlowConstants
| Field Summary | |
|---|---|
static java.lang.String |
NO_DEFAULT_TASK_LIST
Do not specify task list on registration. |
static int |
NONE
|
static int |
USE_REGISTERED_DEFAULTS
|
static java.lang.String |
USE_WORKER_TASK_LIST
Use task list of the ActivityWorker or WorkflowWorker
that is used to register activity or workflow as the defalt task list for
the activity or workflow type. |
| Constructor Summary | |
|---|---|
FlowConstants()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int NONE
public static final int USE_REGISTERED_DEFAULTS
public static final java.lang.String NO_DEFAULT_TASK_LIST
public static final java.lang.String USE_WORKER_TASK_LIST
ActivityWorker or WorkflowWorker
that is used to register activity or workflow as the defalt task list for
the activity or workflow type.
| Constructor Detail |
|---|
public FlowConstants()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||