Interface WorkflowComponentWithID

All Superinterfaces:
WorkflowComponent
All Known Implementing Classes:
AbstractEMFWorkflowComponent, AbstractWorkflowAdvice, AbstractWorkflowComponent, AbstractWorkflowComponent2, CompositeComponent, ConditionalComponent, DirectoryCleaner, FeatureComponent, FileCopy, IfComponent, Reader, Workflow, WorkflowComponentWithModelSlot, Writer

public interface WorkflowComponentWithID extends WorkflowComponent
This is a workflow component that has an Id, so that it can be output in the logger.
  • Method Details

    • setId

      void setId(String id)
      Sets the ID of the workflow component.
      Parameters:
      id - the ID
    • getId

      String getId()
      Returns the ID of the component.
      Returns:
      the component ID
    • getLogMessage

      String getLogMessage()
      Returns the log message,
      Returns:
      the log message