@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 Identifiable
public XProcessingElement getStartingElement()
public void setStartingElement(XProcessingElement startingElement)
public void setBeanName(String s)
setBeanName
in interface org.springframework.beans.factory.BeanNameAware
public ExecutionResult processMessage(XMessageContext messageContext, XProcessingElement nextProcessingElement) throws Exception
Exception
public void init(org.springframework.context.ApplicationContext context)
init
in interface Initializable
public void destroy()
destroy
in interface Initializable
public XProject getProject()
public void setProject(XProject project)
Copyright © 2016–2019 AdroitLogic. All rights reserved.