Uses of Class
org.operaton.bpm.spring.boot.starter.property.OperatonBpmProperties
Packages that use OperatonBpmProperties
Package
Description
-
Uses of OperatonBpmProperties in org.operaton.bpm.spring.boot.starter
Fields in org.operaton.bpm.spring.boot.starter declared as OperatonBpmPropertiesModifier and TypeFieldDescriptionprotected OperatonBpmPropertiesSpringBootProcessApplication.operatonBpmPropertiesMethods in org.operaton.bpm.spring.boot.starter with parameters of type OperatonBpmPropertiesModifier and TypeMethodDescriptionOperatonBpmConfiguration.createAdminUserConfiguration(OperatonBpmProperties operatonBpmProperties) OperatonBpmConfiguration.createFilterConfiguration(OperatonBpmProperties operatonBpmProperties) OperatonBpmConfiguration.eventPublisherPlugin(OperatonBpmProperties properties, org.springframework.context.ApplicationEventPublisher publisher) OperatonBpmConfiguration.failedJobConfiguration(OperatonBpmProperties operatonBpmProperties) OperatonBpmConfiguration.genericPropertiesConfiguration(OperatonBpmProperties operatonBpmProperties) OperatonBpmConfiguration.historyLevelAutoHandlingConfiguration(OperatonBpmProperties operatonBpmProperties, HistoryLevelDeterminator historyLevelDeterminator) static HistoryLevelDeterminatorOperatonBpmConfiguration.historyLevelDeterminator(OperatonBpmProperties operatonBpmProperties, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) static HistoryLevelDeterminatorOperatonBpmConfiguration.historyLevelDeterminatorMultiDatabase(OperatonBpmProperties operatonBpmProperties, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) OperatonBpmConfiguration.operatonAuthorizationConfiguration(OperatonBpmProperties operatonBpmProperties) OperatonBpmConfiguration.operatonDatasourceConfiguration(OperatonBpmProperties operatonBpmProperties, org.springframework.transaction.PlatformTransactionManager transactionManager, Optional<org.springframework.transaction.PlatformTransactionManager> operatonTransactionManager, DataSource dataSource, Optional<DataSource> operatonDataSource) OperatonBpmConfiguration.operatonDeploymentConfiguration(OperatonBpmProperties operatonBpmProperties) static OperatonHistoryConfigurationOperatonBpmConfiguration.operatonHistoryConfiguration(OperatonBpmProperties operatonBpmProperties) static OperatonJobConfigurationOperatonBpmConfiguration.operatonJobConfiguration(OperatonBpmProperties operatonBpmProperties, JobExecutor jobExecutor) static OperatonMetricsConfigurationOperatonBpmConfiguration.operatonMetricsConfiguration(OperatonBpmProperties operatonBpmProperties) OperatonBpmConfiguration.operatonProcessEngineConfiguration(OperatonBpmProperties operatonBpmProperties, Optional<IdGenerator> idGenerator) Constructors in org.operaton.bpm.spring.boot.starter with parameters of type OperatonBpmPropertiesModifierConstructorDescriptionSpringBootProcessApplication(OperatonBpmProperties operatonBpmProperties, ProcessEngine processEngine, org.springframework.context.ApplicationEventPublisher eventPublisher) -
Uses of OperatonBpmProperties in org.operaton.bpm.spring.boot.starter.configuration.impl
Fields in org.operaton.bpm.spring.boot.starter.configuration.impl declared as OperatonBpmPropertiesModifier and TypeFieldDescriptionprotected OperatonBpmPropertiesAbstractOperatonConfiguration.operatonBpmPropertiesMethods in org.operaton.bpm.spring.boot.starter.configuration.impl with parameters of type OperatonBpmPropertiesModifier and TypeMethodDescriptionstatic JobExecutorDefaultJobConfiguration.JobConfiguration.jobExecutor(org.springframework.core.task.TaskExecutor taskExecutor, OperatonBpmProperties properties) static org.springframework.core.task.TaskExecutorDefaultJobConfiguration.JobConfiguration.operatonTaskExecutor(OperatonBpmProperties properties) Constructors in org.operaton.bpm.spring.boot.starter.configuration.impl with parameters of type OperatonBpmPropertiesModifierConstructorDescriptionprotectedAbstractOperatonConfiguration(OperatonBpmProperties operatonBpmProperties) DefaultAuthorizationConfiguration(OperatonBpmProperties operatonBpmProperties) DefaultDatasourceConfiguration(OperatonBpmProperties operatonBpmProperties, org.springframework.transaction.PlatformTransactionManager transactionManager, Optional<org.springframework.transaction.PlatformTransactionManager> operatonTransactionManager, DataSource dataSource, Optional<DataSource> operatonDataSource) DefaultDeploymentConfiguration(OperatonBpmProperties operatonBpmProperties) DefaultFailedJobConfiguration(OperatonBpmProperties operatonBpmProperties) DefaultHistoryConfiguration(OperatonBpmProperties operatonBpmProperties) DefaultHistoryLevelAutoHandlingConfiguration(OperatonBpmProperties operatonBpmProperties, HistoryLevelDeterminator historyLevelDeterminator) DefaultJobConfiguration(OperatonBpmProperties operatonBpmProperties, JobExecutor jobExecutor) DefaultMetricsConfiguration(OperatonBpmProperties operatonBpmProperties) DefaultProcessEngineConfiguration(OperatonBpmProperties operatonBpmProperties, Optional<IdGenerator> idGenerator) GenericPropertiesConfiguration(OperatonBpmProperties operatonBpmProperties) -
Uses of OperatonBpmProperties in org.operaton.bpm.spring.boot.starter.configuration.impl.custom
Constructors in org.operaton.bpm.spring.boot.starter.configuration.impl.custom with parameters of type OperatonBpmPropertiesModifierConstructorDescriptionCreateAdminUserConfiguration(OperatonBpmProperties operatonBpmProperties) CreateFilterConfiguration(OperatonBpmProperties operatonBpmProperties) -
Uses of OperatonBpmProperties in org.operaton.bpm.spring.boot.starter.event
Constructors in org.operaton.bpm.spring.boot.starter.event with parameters of type OperatonBpmPropertiesModifierConstructorDescriptionEventPublisherPlugin(OperatonBpmProperties properties, org.springframework.context.ApplicationEventPublisher publisher) -
Uses of OperatonBpmProperties in org.operaton.bpm.spring.boot.starter.jdbc
Fields in org.operaton.bpm.spring.boot.starter.jdbc declared as OperatonBpmPropertiesModifier and TypeFieldDescriptionprotected OperatonBpmPropertiesHistoryLevelDeterminatorJdbcTemplateImpl.operatonBpmPropertiesMethods in org.operaton.bpm.spring.boot.starter.jdbc that return OperatonBpmPropertiesModifier and TypeMethodDescriptionHistoryLevelDeterminatorJdbcTemplateImpl.getOperatonBpmProperties()Methods in org.operaton.bpm.spring.boot.starter.jdbc with parameters of type OperatonBpmPropertiesModifier and TypeMethodDescriptionstatic HistoryLevelDeterminatorHistoryLevelDeterminatorJdbcTemplateImpl.createHistoryLevelDeterminator(OperatonBpmProperties operatonBpmProperties, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) voidHistoryLevelDeterminatorJdbcTemplateImpl.setOperatonBpmProperties(OperatonBpmProperties operatonBpmProperties) -
Uses of OperatonBpmProperties in org.operaton.bpm.spring.boot.starter.rest
Methods in org.operaton.bpm.spring.boot.starter.rest with parameters of type OperatonBpmPropertiesModifier and TypeMethodDescriptionOperatonBpmRestJerseyAutoConfiguration.operatonBpmRestInitializer(org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath applicationPath, OperatonBpmProperties props) Constructors in org.operaton.bpm.spring.boot.starter.rest with parameters of type OperatonBpmPropertiesModifierConstructorDescriptionOperatonBpmRestInitializer(org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath applicationPath, OperatonBpmProperties properties) -
Uses of OperatonBpmProperties in org.operaton.bpm.spring.boot.starter.security.oauth2
Constructors in org.operaton.bpm.spring.boot.starter.security.oauth2 with parameters of type OperatonBpmPropertiesModifierConstructorDescriptionOperatonSpringSecurityOAuth2AutoConfiguration(OperatonBpmProperties properties, OAuth2Properties oAuth2Properties) -
Uses of OperatonBpmProperties in org.operaton.bpm.spring.boot.starter.webapp
Constructors in org.operaton.bpm.spring.boot.starter.webapp with parameters of type OperatonBpmPropertiesModifierConstructorDescriptionOperatonBpmWebappAutoConfiguration(org.springframework.core.io.ResourceLoader resourceLoader, OperatonBpmProperties properties)