Uses of Class
pro.taskana.common.api.TaskanaEngine.ConnectionManagementMode
-
Packages that use TaskanaEngine.ConnectionManagementMode Package Description pro.taskana.common.api pro.taskana.common.internal -
-
Uses of TaskanaEngine.ConnectionManagementMode in pro.taskana.common.api
Methods in pro.taskana.common.api that return TaskanaEngine.ConnectionManagementMode Modifier and Type Method Description TaskanaEngine.ConnectionManagementModeTaskanaEngine. getConnectionManagementMode()Returns the ConnectionManagementMode of the TaskanaEngine.static TaskanaEngine.ConnectionManagementModeTaskanaEngine.ConnectionManagementMode. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskanaEngine.ConnectionManagementMode[]TaskanaEngine.ConnectionManagementMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in pro.taskana.common.api with parameters of type TaskanaEngine.ConnectionManagementMode Modifier and Type Method Description static TaskanaEngineTaskanaEngine. buildTaskanaEngine(TaskanaConfiguration configuration, TaskanaEngine.ConnectionManagementMode connectionManagementMode)Builds an TaskanaEngine based on TaskanaConfiguration and SqlConnectionMode.voidTaskanaEngine. setConnectionManagementMode(TaskanaEngine.ConnectionManagementMode mode)Sets ConnectionManagementMode of the TaskanaEngine. -
Uses of TaskanaEngine.ConnectionManagementMode in pro.taskana.common.internal
Fields in pro.taskana.common.internal declared as TaskanaEngine.ConnectionManagementMode Modifier and Type Field Description protected TaskanaEngine.ConnectionManagementModeTaskanaEngineImpl. modeMethods in pro.taskana.common.internal that return TaskanaEngine.ConnectionManagementMode Modifier and Type Method Description TaskanaEngine.ConnectionManagementModeTaskanaEngineImpl. getConnectionManagementMode()Methods in pro.taskana.common.internal with parameters of type TaskanaEngine.ConnectionManagementMode Modifier and Type Method Description static TaskanaEngineTaskanaEngineImpl. createTaskanaEngine(TaskanaConfiguration taskanaConfiguration, TaskanaEngine.ConnectionManagementMode connectionManagementMode)voidTaskanaEngineImpl. setConnectionManagementMode(TaskanaEngine.ConnectionManagementMode mode)Constructors in pro.taskana.common.internal with parameters of type TaskanaEngine.ConnectionManagementMode Constructor Description TaskanaEngineImpl(TaskanaConfiguration taskanaConfiguration, TaskanaEngine.ConnectionManagementMode connectionManagementMode)
-