public class SimpleFlowFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
SimpleFlowFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Check mandatory properties (name).
|
Object |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setName(String name)
The name of the flow that is created by this factory.
|
void |
setStateTransitions(List<StateTransition> stateTransitions)
The raw state transitions for the flow.
|
public void setName(String name)
name - the value of the namepublic void setStateTransitions(List<StateTransition> stateTransitions)
stateTransitions - the list of transitionspublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic Object getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBeanExceptionpublic Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeanpublic boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBeanCopyright © 2013. All Rights Reserved.