public class TaskScopedObjectProvider extends Object implements ScopedObjectProvider<Task,HistoricTaskInstance>
| Modifier and Type | Field and Description |
|---|---|
protected TaskService |
taskService |
| Constructor and Description |
|---|
TaskScopedObjectProvider(TaskService taskService) |
| Modifier and Type | Method and Description |
|---|---|
Task |
getScopedObject(String scopeType,
String scopeId,
SecurityScope securityScope) |
String |
getScopeType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHistoricScopedObjectprotected TaskService taskService
public TaskScopedObjectProvider(TaskService taskService)
public String getScopeType()
getScopeType in interface ScopedObjectProvider<Task,HistoricTaskInstance>public Task getScopedObject(String scopeType, String scopeId, SecurityScope securityScope)
getScopedObject in interface ScopedObjectProvider<Task,HistoricTaskInstance>