public interface TaskanaEngine
| Modifier and Type | Interface and Description |
|---|---|
static class |
TaskanaEngine.ConnectionManagementMode
Connection management mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
closeConnection()
Closes the client's connection, sets it to null and switches to mode PARTICIPATE.
|
ClassificationService |
getClassificationService()
The ClassificationService can be used for operations on all Categories.
|
TaskanaEngineConfiguration |
getConfiguration()
The Taskana configuration.
|
TaskMonitorService |
getTaskMonitorService()
The TaskMonitorService can be used for monitoring Tasks.
|
TaskService |
getTaskService()
The TaskService can be used for operations on all Tasks.
|
WorkbasketService |
getWorkbasketService()
The WorkbasketService can be used for operations on all Workbaskets.
|
void |
setConnection(Connection connection)
Set the connection to be used by taskana in mode CONNECTION_MANAGED_EXTERNALLY.
|
void |
setConnectionManagementMode(TaskanaEngine.ConnectionManagementMode mode)
sets the connection management mode for taskana.
|
TaskService getTaskService()
TaskMonitorService getTaskMonitorService()
WorkbasketService getWorkbasketService()
ClassificationService getClassificationService()
TaskanaEngineConfiguration getConfiguration()
void setConnectionManagementMode(TaskanaEngine.ConnectionManagementMode mode)
mode - See ConnectionManagementModevoid setConnection(Connection connection)
connection - - The java.sql.Connection that is controlled by the clientvoid closeConnection()
Copyright © 2018. All rights reserved.