public class ImplementationType
extends org.eclipse.stardust.common.StringKey
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static ImplementationType |
get(String id) |
String[] |
getContexts()
Gets the identifiers of the predefined application contexts.
|
boolean |
isSubProcess() |
public static final ImplementationType Manual
public static final ImplementationType Application
public static final ImplementationType SubProcess
public static final ImplementationType Route
public static ImplementationType get(String id)
public String[] getContexts()
public final boolean isSubProcess()
Copyright © 2016 Eclipse Stardust. All Rights Reserved.