org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime
Interface WorkflowContext


Deprecated.

@Deprecated
public interface WorkflowContext

A representation of the model object 'Workflow Context'.

The following features are supported:

See Also:
RuntimePackage.getWorkflowContext()
Generated:
Model:

Method Summary
  getLog()
          Deprecated. Returns the value of the 'Log' map.
 WorkflowLogEntryType getLogLevel()
          Deprecated. Returns the value of the 'Log Level' attribute.
  getParameters()
          Deprecated. Returns the value of the 'Parameters' map.
  getStates()
          Deprecated. Returns the value of the 'States' map.
 java.util.concurrent.ExecutorService getThreadPool()
          Deprecated. Returns the value of the 'Thread Pool' attribute.
 void reset(WorkflowComponent component)
          Deprecated.  
 void resetLog(WorkflowComponent component)
          Deprecated.  
 void resetState(WorkflowComponent component)
          Deprecated.  
 void setLogLevel(WorkflowLogEntryType value)
          Deprecated. Sets the value of the 'Log Level' attribute.
 

Method Detail

getParameters

 getParameters()
Deprecated. 
Returns the value of the 'Parameters' map. The key is of type WorkflowParameter, and the value is of type org.eclipse.emf.ecore.EObject,

If the meaning of the 'Parameters' map isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parameters' map.
See Also:
RuntimePackage.getWorkflowContext_Parameters()
Generated:
Model:
mapType="org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.WorkflowParameterMap"

getThreadPool

java.util.concurrent.ExecutorService getThreadPool()
Deprecated. 
Returns the value of the 'Thread Pool' attribute.

If the meaning of the 'Thread Pool' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Thread Pool' attribute.
See Also:
RuntimePackage.getWorkflowContext_ThreadPool()
Generated:
Model:
dataType="org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.ExecutorService" transient="true" changeable="false"

getStates

 getStates()
Deprecated. 
Returns the value of the 'States' map. The key is of type WorkflowComponent, and the value is of type WorkflowState,

If the meaning of the 'States' map isn't clear, there really should be more of a description here...

Returns:
the value of the 'States' map.
See Also:
RuntimePackage.getWorkflowContext_States()
Generated:
Model:
mapType="org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.WorkflowStateMap"

getLog

 getLog()
Deprecated. 
Returns the value of the 'Log' map. The key is of type WorkflowComponent, and the value is of type WorkflowLog,

If the meaning of the 'Log' map isn't clear, there really should be more of a description here...

Returns:
the value of the 'Log' map.
See Also:
RuntimePackage.getWorkflowContext_Log()
Generated:
Model:
mapType="org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.WorkflowLogMap"

getLogLevel

WorkflowLogEntryType getLogLevel()
Deprecated. 
Returns the value of the 'Log Level' attribute. The literals are from the enumeration WorkflowLogEntryType.

If the meaning of the 'Log Level' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Log Level' attribute.
See Also:
WorkflowLogEntryType, setLogLevel(WorkflowLogEntryType), RuntimePackage.getWorkflowContext_LogLevel()
Generated:
Model:

setLogLevel

void setLogLevel(WorkflowLogEntryType value)
Deprecated. 
Sets the value of the 'Log Level' attribute.

Parameters:
value - the new value of the 'Log Level' attribute.
See Also:
WorkflowLogEntryType, getLogLevel()
Generated:

reset

void reset(WorkflowComponent component)
Deprecated. 

Generated:
Model:

resetState

void resetState(WorkflowComponent component)
Deprecated. 

Generated:
Model:

resetLog

void resetLog(WorkflowComponent component)
Deprecated. 

Generated:
Model: