@AutoInitialize(initOrder=3) public class SubFlow extends Object implements Identifiable, org.springframework.beans.factory.BeanNameAware, Initializable
| Constructor and Description |
|---|
SubFlow() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
String |
getId() |
XProject |
getProject() |
XProcessingElement |
getStartingElement() |
void |
init(org.springframework.context.ApplicationContext context) |
ExecutionResult |
processMessage(XMessageContext messageContext,
XProcessingElement nextProcessingElement) |
void |
setBeanName(String s) |
void |
setProject(XProject project) |
void |
setStartingElement(XProcessingElement startingElement) |
public String getId()
getId in interface Identifiablepublic XProcessingElement getStartingElement()
public void setStartingElement(XProcessingElement startingElement)
public void setBeanName(String s)
setBeanName in interface org.springframework.beans.factory.BeanNameAwarepublic ExecutionResult processMessage(XMessageContext messageContext, XProcessingElement nextProcessingElement) throws Exception
Exceptionpublic void init(org.springframework.context.ApplicationContext context)
init in interface Initializablepublic void destroy()
destroy in interface Initializablepublic XProject getProject()
public void setProject(XProject project)
Copyright © 2016–2019 AdroitLogic. All rights reserved.