Interface TaskProvider

All Known Implementing Classes:
TaskProviderBase

public interface TaskProvider
A Task Provider performs tasks which are specific to a particular provider implementation, and thus cannot be generalized as part of StorageProvider.
  • Method Details

    • getSupportedTasks

      List<String> getSupportedTasks()
    • performTask

      String performTask(String taskName, String taskParameters) throws Exception
      Throws:
      Exception
    • getStoreId

      String getStoreId()
      The storeId with which the TaskProvider is associated.
      Returns:
      The storeId