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()
TaskProvider
getStoreId
in interface TaskProvider
public List<String> getSupportedTasks()
getSupportedTasks
in interface TaskProvider
public String performTask(String taskName, String taskParameters)
performTask
in interface TaskProvider
Copyright © 2009–2016 DuraSpace. All rights reserved.