org.kuali.kfs.sys.spring.datadictionary
Class WorkflowAttributesBeanDefinitionParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.kuali.kfs.sys.spring.datadictionary.KualiBeanDefinitionParserBase
org.kuali.kfs.sys.spring.datadictionary.WorkflowAttributesBeanDefinitionParser
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.BeanDefinitionParser
public class WorkflowAttributesBeanDefinitionParser
- extends KualiBeanDefinitionParserBase
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
ID_ATTRIBUTE |
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkflowAttributesBeanDefinitionParser
public WorkflowAttributesBeanDefinitionParser()
doParse
protected void doParse(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext,
org.springframework.beans.factory.support.BeanDefinitionBuilder bean)
- Description copied from class:
KualiBeanDefinitionParserBase
- Parse the supplied
Element
and populate the supplied
BeanDefinitionBuilder
as required.
The default implementation delegates to the doParse
version without ParserContext argument.
- Specified by:
doParse
in class KualiBeanDefinitionParserBase
- Parameters:
element
- the XML element being parsedparserContext
- the object encapsulating the current state of the parsing processbean
- used to define the BeanDefinition
- See Also:
#doParse(Element, BeanDefinitionBuilder)
parseChildElements
protected void parseChildElements(Element workflowAttributeElement,
org.springframework.beans.factory.support.BeanDefinitionBuilder bean)
parseSearchableAttributes
protected List<org.kuali.rice.kns.datadictionary.SearchingTypeDefinition> parseSearchableAttributes(NodeList workflowAttributesChildren)
extractWorkflowAttributeElements
protected List<Element> extractWorkflowAttributeElements(NodeList nodes,
String attributeElementName)
parseSearchingTypes
protected org.kuali.rice.kns.datadictionary.SearchingTypeDefinition parseSearchingTypes(NodeList workflowAttributesChildren)
parseAttributeDefinition
protected org.kuali.rice.kns.datadictionary.WorkflowAttributeMetadata parseAttributeDefinition(Element workflowAttributeDefinitionElement)
parseSearchingAttribute
protected org.kuali.rice.kns.datadictionary.WorkflowAttributeMetadata parseSearchingAttribute(Element workflowAttributeDefinitionElement)
parseRoutingAttribute
protected org.kuali.rice.kns.datadictionary.WorkflowAttributeMetadata parseRoutingAttribute(Element workflowAttributeDefinitionElement)
parseDocumentValueAttributeDefinition
protected List<String> parseDocumentValueAttributeDefinition(Element workflowAttributeDefinitionElement)
parseRoutingTypes
protected Map<String,org.kuali.rice.kns.datadictionary.RoutingTypeDefinition> parseRoutingTypes(NodeList workflowAttributesChildren)
parseDocumentCollectionPath
protected org.kuali.rice.kns.datadictionary.DocumentCollectionPath parseDocumentCollectionPath(Element workflowAttributeDefinitionElement)
parseDocumentValuesPathGroup
protected org.kuali.rice.kns.datadictionary.DocumentValuePathGroup parseDocumentValuesPathGroup(Element workflowAttributeDefinitionElement)
getBaseBeanTypeParent
protected String getBaseBeanTypeParent(Element element)
- Specified by:
getBaseBeanTypeParent
in class KualiBeanDefinitionParserBase
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.