public class SpringTaskanaEngineConfiguration extends TaskanaEngineConfiguration
classificationCategoriesByTypeMap, classificationTypes, dataSource, dbSchemaCreator, domains, propertiesFileName, propertiesSeparator, roleMap, schemaName, securityEnabled, securityVerifier, useManagedTransactions| Constructor and Description |
|---|
SpringTaskanaEngineConfiguration(DataSource dataSource,
boolean useManagedTransactions,
boolean securityEnabled,
String schemaName) |
SpringTaskanaEngineConfiguration(DataSource dataSource,
boolean useManagedTransactions,
boolean securityEnabled,
String propertiesFileName,
String propertiesSeparator,
String schemaName) |
| Modifier and Type | Method and Description |
|---|---|
TaskanaEngine |
buildTaskanaEngine()
This method creates the Spring-based TaskanaEngine without an sqlSessionFactory.
|
void |
setDataSource(DataSource dataSource) |
addCustomHolidays, createDatasource, createDefaultDataSource, getAllClassificationCategories, getClassificationCategoriesByType, getClassificationCategoriesByTypeMap, getClassificationTypes, getCleanupJobFirstRun, getCleanupJobMinimumAge, getCleanupJobRunEvery, getCustomHolidays, getDatasource, getDomains, getMaxNumberOfJobRetries, getMaxNumberOfUpdatesPerTransaction, getRoleMap, getSchemaName, getUseManagedTransactions, initTaskanaProperties, isCorpusChristiEnabled, isDeleteHistoryOnTaskDeletionEnabled, isGermanPublicHolidaysEnabled, isSecurityEnabled, isTaskCleanupJobAllCompletedSameParentBusiness, setClassificationCategoriesByType, setClassificationTypes, setCleanupJobFirstRun, setCleanupJobMinimumAge, setCleanupJobRunEvery, setCorpusChristiEnabled, setDeleteHistoryOnTaskDeletionEnabled, setDomains, setGermanPublicHolidaysEnabled, setMaxNumberOfJobRetries, setMaxNumberOfUpdatesPerTransaction, setRoleMap, setSchemaName, setTaskCleanupJobAllCompletedSameParentBusiness, shouldUseLowerCaseForAccessIdspublic SpringTaskanaEngineConfiguration(DataSource dataSource, boolean useManagedTransactions, boolean securityEnabled, String schemaName) throws SQLException
SQLExceptionpublic SpringTaskanaEngineConfiguration(DataSource dataSource, boolean useManagedTransactions, boolean securityEnabled, String propertiesFileName, String propertiesSeparator, String schemaName) throws SQLException
SQLExceptionpublic TaskanaEngine buildTaskanaEngine()
buildTaskanaEngine in class TaskanaEngineConfigurationpublic void setDataSource(DataSource dataSource)
Copyright © 2020. All rights reserved.