public class RuleXmlParser extends Object
RuleBaseValues
Constructor and Description |
---|
RuleXmlParser() |
Modifier and Type | Method and Description |
---|---|
Timestamp |
formatDate(String dateLabel,
String dateString) |
RuleResponsibilityBo |
parseResponsibility(org.jdom.Element element,
RuleBaseValues rule) |
List<RuleDelegationBo> |
parseRuleDelegations(org.jdom.Element element)
Parses and saves rule delegations
|
List<RuleDelegationBo> |
parseRuleDelegations(InputStream input) |
List<RuleBaseValues> |
parseRules(org.jdom.Element element)
Parses and saves rules
|
List<RuleBaseValues> |
parseRules(InputStream input) |
public RuleXmlParser()
public List<RuleDelegationBo> parseRuleDelegations(InputStream input) throws IOException, XmlException
IOException
XmlException
public List<RuleBaseValues> parseRules(InputStream input) throws IOException, XmlException
IOException
XmlException
public List<RuleBaseValues> parseRules(org.jdom.Element element) throws XmlException
element
- top-level 'data' element which should contain a XmlException
public List<RuleDelegationBo> parseRuleDelegations(org.jdom.Element element) throws XmlException
element
- top-level 'data' element which should contain a XmlException
public RuleResponsibilityBo parseResponsibility(org.jdom.Element element, RuleBaseValues rule) throws XmlException
XmlException
public Timestamp formatDate(String dateLabel, String dateString) throws XmlException
XmlException
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.