public interface TaskManager
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
TaskInfo |
abort(String identifier) |
List<TaskInfo> |
get(String[] identifiers) |
List<TaskInfo> |
getTasksByStatusAndTabularResource(Long tabularResourceId,
TaskStatus status) |
List<TaskInfo> |
getTasksByTabularResource(Long tabularResourceId) |
TaskInfo |
remove(String identifier) |
TaskInfo |
resubmit(String identifier) |
TaskInfo |
resume(ResumeOperationRequest request) |
static final String SERVICE_NAME
TaskInfo remove(String identifier) throws NoSuchTaskException, InternalSecurityException
TaskInfo abort(String identifier) throws NoSuchTaskException, InternalSecurityException
List<TaskInfo> getTasksByTabularResource(Long tabularResourceId) throws NoSuchTabularResourceException, InternalSecurityException
List<TaskInfo> getTasksByStatusAndTabularResource(Long tabularResourceId, TaskStatus status) throws NoSuchTabularResourceException, InternalSecurityException
TaskInfo resubmit(String identifier) throws NoSuchTaskException, InternalSecurityException
TaskInfo resume(ResumeOperationRequest request) throws NoSuchTaskException, InternalSecurityException
Copyright © 2017. All Rights Reserved.