@Deprecated
public interface WorkflowContext
The following features are supported:
RuntimePackage.getWorkflowContext()| Modifier and Type | Method and Description |
|---|---|
|
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. |
getParameters()
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...
RuntimePackage.getWorkflowContext_Parameters()java.util.concurrent.ExecutorService getThreadPool()
If the meaning of the 'Thread Pool' attribute isn't clear, there really should be more of a description here...
RuntimePackage.getWorkflowContext_ThreadPool()getStates()
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...
RuntimePackage.getWorkflowContext_States()getLog()
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...
RuntimePackage.getWorkflowContext_Log()WorkflowLogEntryType getLogLevel()
WorkflowLogEntryType.
If the meaning of the 'Log Level' attribute isn't clear, there really should be more of a description here...
WorkflowLogEntryType,
setLogLevel(WorkflowLogEntryType),
RuntimePackage.getWorkflowContext_LogLevel()void setLogLevel(WorkflowLogEntryType value)
Log Level' attribute.
value - the new value of the 'Log Level' attribute.WorkflowLogEntryType,
getLogLevel()void reset(WorkflowComponent component)
void resetState(WorkflowComponent component)
void resetLog(WorkflowComponent component)