org.eclipse.emf.mwe.ewm.launcher
Interface IWorkflowLauncherConstants


public interface IWorkflowLauncherConstants

This interface provides the constants used by the workflow launcher. The launch configuration attributes should be specified by clients using the ATTR constants defined in this interface.

Author:
bhunt

Field Summary
static java.lang.String ATTR_CONTEXT_URI
          Launch configuration attribute specifying the URI of the workflow runtime context.
static java.lang.String ATTR_WORKFLOW_URI
          Launch configuration attribute specifying the URI of the workflow model to run.
static java.lang.String LAUNCH_CONFIGURATION
          The ID of the launch configuration extension.
static java.lang.String PLUGIN_ID
           
 

Field Detail

PLUGIN_ID

static final java.lang.String PLUGIN_ID
See Also:
Constant Field Values

LAUNCH_CONFIGURATION

static final java.lang.String LAUNCH_CONFIGURATION
The ID of the launch configuration extension.

See Also:
Constant Field Values

ATTR_WORKFLOW_URI

static final java.lang.String ATTR_WORKFLOW_URI
Launch configuration attribute specifying the URI of the workflow model to run. This attribute is required.

See Also:
Constant Field Values

ATTR_CONTEXT_URI

static final java.lang.String ATTR_CONTEXT_URI
Launch configuration attribute specifying the URI of the workflow runtime context. This attribute is required.

See Also:
Constant Field Values