Interface TaskSaveService

All Known Implementing Classes:
DefaultTaskSaveService

public interface TaskSaveService
Provides task saving service.
Author:
Daniel Serleg
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Saves the task definition.
  • Method Details

    • saveTaskDefinition

      void saveTaskDefinition(TaskDefinition taskDefinition)
      Saves the task definition. If it is a Composed Task then the task definitions required for a ComposedTaskRunner task are also created.
      Parameters:
      taskDefinition - the task definition object