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 Detail

      • getSupportedTasks

        List<String> getSupportedTasks()
      • getStoreId

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