public abstract class TaskProviderBase extends Object implements TaskProvider
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
log |
protected List<TaskRunner> |
taskList |
| Constructor and Description |
|---|
TaskProviderBase(String storeId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getStoreId()
The storeId with which the TaskProvider is associated.
|
List<String> |
getSupportedTasks() |
String |
performTask(String taskName,
String taskParameters) |
protected org.slf4j.Logger log
protected List<TaskRunner> taskList
public TaskProviderBase(String storeId)
public String getStoreId()
TaskProvidergetStoreId in interface TaskProviderpublic List<String> getSupportedTasks()
getSupportedTasks in interface TaskProviderpublic String performTask(String taskName, String taskParameters) throws Exception
performTask in interface TaskProviderExceptionCopyright © 2009–2017 DuraSpace. All rights reserved.