public abstract class AbstractTaskResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected HistoryService |
historyService |
protected IdentityService |
identityService |
protected PermissionService |
permissionService |
protected RepositoryService |
repositoryService |
protected TaskService |
taskService |
protected UserCache |
userCache |
| Constructor and Description |
|---|
AbstractTaskResource() |
| Modifier and Type | Method and Description |
|---|---|
protected List<UserRepresentation> |
getInvolvedUsers(String taskId) |
TaskRepresentation |
getTask(String taskId,
javax.servlet.http.HttpServletResponse response) |
protected void |
populateAssignee(TaskInfo task,
TaskRepresentation rep) |
TaskRepresentation |
updateTask(String taskId,
TaskUpdateRepresentation updated) |
@Autowired protected TaskService taskService
@Autowired protected HistoryService historyService
@Autowired protected UserCache userCache
@Autowired protected PermissionService permissionService
@Autowired protected RepositoryService repositoryService
@Autowired protected IdentityService identityService
public TaskRepresentation getTask(String taskId, javax.servlet.http.HttpServletResponse response)
protected void populateAssignee(TaskInfo task, TaskRepresentation rep)
protected List<UserRepresentation> getInvolvedUsers(String taskId)
public TaskRepresentation updateTask(String taskId, TaskUpdateRepresentation updated)
Copyright © 2017 Alfresco. All rights reserved.