|
|||||||||
| 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.ImplementationType
public class ImplementationType
The implementation type of an activity.
| Field Summary | |
|---|---|
static ImplementationType |
Application
An activity which executes an application, either interactive or non-interactive. |
static ImplementationType |
Manual
An interactive activity which does not execute any application. |
static ImplementationType |
Route
An activity which is used for routing to other activities via the transitions. |
static ImplementationType |
SubProcess
An activity which contains a sub process. |
| Method Summary | |
|---|---|
static ImplementationType |
get(String id)
|
String[] |
getContexts()
Gets the identifiers of the predefined application contexts. |
boolean |
isSubProcess()
|
| 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 ImplementationType Manual
public static final ImplementationType Application
public static final ImplementationType SubProcess
public static final ImplementationType Route
| Method Detail |
|---|
public static ImplementationType get(String id)
public String[] getContexts()
public final boolean isSubProcess()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||