@ConfigurationProperties(prefix="jbpm") public class JBPMProperties extends Object implements org.springframework.beans.factory.InitializingBean
Modifier and Type | Class and Description |
---|---|
static class |
JBPMProperties.Executor |
static class |
JBPMProperties.Quartz |
Constructor and Description |
---|
JBPMProperties() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
Map<String,String> |
getAddons() |
JBPMProperties.Executor |
getExecutor() |
JBPMProperties.Quartz |
getQuartz() |
void |
setAddons(Map<String,String> addons) |
void |
setExecutor(JBPMProperties.Executor executor) |
void |
setQuartz(JBPMProperties.Quartz quartz) |
public JBPMProperties.Executor getExecutor()
public void setExecutor(JBPMProperties.Executor executor)
public JBPMProperties.Quartz getQuartz()
public void setQuartz(JBPMProperties.Quartz quartz)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.