Package org.duracloud.storage.provider
Interface TaskProvider
-
- All Known Implementing Classes:
TaskProviderBase
public interface TaskProviderA Task Provider performs tasks which are specific to a particular provider implementation, and thus cannot be generalized as part of StorageProvider.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetStoreId()The storeId with which the TaskProvider is associated.List<String>getSupportedTasks()StringperformTask(String taskName, String taskParameters)
-