|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.common.StringKey
org.eclipse.stardust.engine.api.model.SubProcessModeKey
public class SubProcessModeKey
Enumeration of possible subprocess execution modes.
| Field Summary | |
|---|---|
static SubProcessModeKey |
ASYNC_SEPARATE
Subprocesses will be executed asynchronously, means the calling activity will just trigger the subprocess and then continue. |
static SubProcessModeKey |
SYNC_SEPARATE
Subprocesses will be executed synchronously, means the calling activity will wait for subprocess completion. |
static SubProcessModeKey |
SYNC_SHARED
Subprocesses will be executed synchronously, means the calling activity will wait for subprocess completion. |
| Method Summary | |
|---|---|
static SubProcessModeKey |
getKey(String id)
Obtain a key instance from an ID. |
| Methods inherited from class org.eclipse.stardust.common.StringKey |
|---|
compareTo, equals, getId, getKey, getKey, getKeys, getKeys, getName, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final SubProcessModeKey SYNC_SHARED
public static final SubProcessModeKey SYNC_SEPARATE
public static final SubProcessModeKey ASYNC_SEPARATE
| Method Detail |
|---|
public static SubProcessModeKey getKey(String id)
id - The ID of the key to be retrieved.
null if the ID was invalid.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||