public class DefaultAdapterConfiguration extends Object implements com.effektif.workflow.api.Configuration
| Modifier and Type | Field and Description |
|---|---|
protected com.effektif.workflow.impl.configuration.Brewery |
brewery |
| Constructor and Description |
|---|
DefaultAdapterConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(Class<T> type) |
Object |
get(String name) |
com.effektif.workflow.impl.configuration.Brewery |
getBrewery() |
com.effektif.workflow.api.WorkflowEngine |
getWorkflowEngine() |
void |
set(Object bean) |
void |
set(Object bean,
String name) |
void |
setBrewery(com.effektif.workflow.impl.configuration.Brewery brewery) |
void |
start() |
void |
stop() |
public <T> T get(Class<T> type)
get in interface com.effektif.workflow.api.Configurationpublic com.effektif.workflow.impl.configuration.Brewery getBrewery()
public void setBrewery(com.effektif.workflow.impl.configuration.Brewery brewery)
public com.effektif.workflow.api.WorkflowEngine getWorkflowEngine()
getWorkflowEngine in interface com.effektif.workflow.api.Configurationpublic Object get(String name)
get in interface com.effektif.workflow.api.Configurationpublic void set(Object bean, String name)
set in interface com.effektif.workflow.api.Configurationpublic void set(Object bean)
set in interface com.effektif.workflow.api.Configurationpublic void start()
start in interface com.effektif.workflow.api.Configurationpublic void stop()
stop in interface com.effektif.workflow.api.ConfigurationCopyright © 2016. All rights reserved.