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


Deprecated.

@Deprecated
public interface WorkflowLog

A representation of the model object 'Workflow Log'.

The following features are supported:

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

Method Summary
  getDebugs()
          Deprecated. Returns the value of the 'Debugs' containment reference list.
 FeatureMap getEntries()
          Deprecated. Returns the value of the 'Entries' attribute list.
  getErrors()
          Deprecated. Returns the value of the 'Errors' containment reference list.
  getInfos()
          Deprecated. Returns the value of the 'Infos' containment reference list.
 WorkflowLogEntryType getLogLevel()
          Deprecated. Returns the value of the 'Log Level' attribute.
  getWarnings()
          Deprecated. Returns the value of the 'Warnings' containment reference list.
 void logDebug(java.lang.String message)
          Deprecated.  
 void logError(java.lang.String message)
          Deprecated.  
 void logInfo(java.lang.String message)
          Deprecated.  
 void logWarning(java.lang.String message)
          Deprecated.  
 void setLogLevel(WorkflowLogEntryType value)
          Deprecated. Sets the value of the 'Log Level' attribute.
 

Method Detail

getEntries

FeatureMap getEntries()
Deprecated. 
Returns the value of the 'Entries' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

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

Returns:
the value of the 'Entries' attribute list.
See Also:
RuntimePackage.getWorkflowLog_Entries()
Generated:
Model:
dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" extendedMetaData="kind='group'"

getErrors

 getErrors()
Deprecated. 
Returns the value of the 'Errors' containment reference list. The list contents are of type WorkflowLogEntry.

If the meaning of the 'Errors' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Errors' containment reference list.
See Also:
RuntimePackage.getWorkflowLog_Errors()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="group='#entries'"

getWarnings

 getWarnings()
Deprecated. 
Returns the value of the 'Warnings' containment reference list. The list contents are of type WorkflowLogEntry.

If the meaning of the 'Warnings' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Warnings' containment reference list.
See Also:
RuntimePackage.getWorkflowLog_Warnings()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="group='#entries'"

getInfos

 getInfos()
Deprecated. 
Returns the value of the 'Infos' containment reference list. The list contents are of type WorkflowLogEntry.

If the meaning of the 'Infos' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Infos' containment reference list.
See Also:
RuntimePackage.getWorkflowLog_Infos()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="group='#entries'"

getDebugs

 getDebugs()
Deprecated. 
Returns the value of the 'Debugs' containment reference list. The list contents are of type WorkflowLogEntry.

If the meaning of the 'Debugs' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Debugs' containment reference list.
See Also:
RuntimePackage.getWorkflowLog_Debugs()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="group='#entries'"

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.getWorkflowLog_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:

logError

void logError(java.lang.String message)
Deprecated. 

Generated:
Model:

logWarning

void logWarning(java.lang.String message)
Deprecated. 

Generated:
Model:

logInfo

void logInfo(java.lang.String message)
Deprecated. 

Generated:
Model:

logDebug

void logDebug(java.lang.String message)
Deprecated. 

Generated:
Model: