public class InlineFlowParser extends AbstractFlowParser
DECISION_ELE, END_ELE, endCounter, EXIT_CODE_ATTR, FAIL_ELE, FLOW_ELE, ID_ATTR, NEXT_ATTR, NEXT_ELE, ON_ATTR, RESTART_ATTR, SPLIT_ELE, STEP_ELE, STOP_ELE, TO_ATTR| Constructor and Description |
|---|
InlineFlowParser(java.lang.String flowName,
java.lang.String jobFactoryRef)
Construct a
InlineFlowParser with the specified name and using the
provided job repository ref. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doParse(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder) |
createTransition, findAllReachableElements, getBatchStatusFromEndTransitionName, getBeanClass, getNextElements, getNextElements, getStateTransitionReference, setJobFactoryRef, verifyUniquePatterndoParse, getBeanClassName, getParentName, parseInternalpublic InlineFlowParser(java.lang.String flowName,
java.lang.String jobFactoryRef)
InlineFlowParser with the specified name and using the
provided job repository ref.flowName - the name of the flowjobFactoryRef - the reference to the JobParserJobFactoryBean
from the enclosing tagprotected void doParse(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
doParse in class AbstractFlowParserelement - the top level element containing a flow definitionparserContext - the ParserContext