Class TaskScopedObjectProvider
- java.lang.Object
-
- com.flowable.platform.service.action.TaskScopedObjectProvider
-
- All Implemented Interfaces:
ScopedObjectProvider<Task,HistoricTaskInstance>
public class TaskScopedObjectProvider extends Object implements ScopedObjectProvider<Task,HistoricTaskInstance>
-
-
Field Summary
Fields Modifier and Type Field Description protected TaskService
taskService
-
Constructor Summary
Constructors Constructor Description TaskScopedObjectProvider(TaskService taskService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Task
getScopedObject(String scopeType, String scopeId, SecurityScope securityScope)
String
getScopeType()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.flowable.action.api.runtime.ScopedObjectProvider
getHistoricScopedObject
-
-
-
-
Field Detail
-
taskService
protected TaskService taskService
-
-
Constructor Detail
-
TaskScopedObjectProvider
public TaskScopedObjectProvider(TaskService taskService)
-
-
Method Detail
-
getScopeType
public String getScopeType()
- Specified by:
getScopeType
in interfaceScopedObjectProvider<Task,HistoricTaskInstance>
-
getScopedObject
public Task getScopedObject(String scopeType, String scopeId, SecurityScope securityScope)
- Specified by:
getScopedObject
in interfaceScopedObjectProvider<Task,HistoricTaskInstance>
-
-