Uses of Enum Class
pro.taskana.common.api.TaskanaEngine.ConnectionManagementMode
Packages that use TaskanaEngine.ConnectionManagementMode
-
Uses of TaskanaEngine.ConnectionManagementMode in pro.taskana.common.api
Methods in pro.taskana.common.api that return TaskanaEngine.ConnectionManagementModeModifier and TypeMethodDescriptionTaskanaEngine.getConnectionManagementMode()Returns the ConnectionManagementMode of the TaskanaEngine.Returns the enum constant of this class with the specified name.TaskanaEngine.ConnectionManagementMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in pro.taskana.common.api with parameters of type TaskanaEngine.ConnectionManagementModeModifier and TypeMethodDescriptionstatic 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.ConnectionManagementModeModifier and TypeFieldDescriptionprotected TaskanaEngine.ConnectionManagementModeTaskanaEngineImpl.modeMethods in pro.taskana.common.internal that return TaskanaEngine.ConnectionManagementModeMethods in pro.taskana.common.internal with parameters of type TaskanaEngine.ConnectionManagementModeModifier and TypeMethodDescriptionstatic TaskanaEngineTaskanaEngineImpl.createTaskanaEngine(TaskanaConfiguration taskanaConfiguration, TaskanaEngine.ConnectionManagementMode connectionManagementMode) voidTaskanaEngineImpl.setConnectionManagementMode(TaskanaEngine.ConnectionManagementMode mode) Constructors in pro.taskana.common.internal with parameters of type TaskanaEngine.ConnectionManagementModeModifierConstructorDescriptionprotectedTaskanaEngineImpl(TaskanaConfiguration taskanaConfiguration, TaskanaEngine.ConnectionManagementMode connectionManagementMode)