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
IOExceptionXmlExceptionpublic List<RuleBaseValues> parseRules(InputStream input) throws IOException, XmlException
IOExceptionXmlExceptionpublic List<RuleBaseValues> parseRules(org.jdom.Element element) throws XmlException
element - top-level 'data' element which should contain a XmlExceptionpublic List<RuleDelegationBo> parseRuleDelegations(org.jdom.Element element) throws XmlException
element - top-level 'data' element which should contain a XmlExceptionpublic RuleResponsibilityBo parseResponsibility(org.jdom.Element element, RuleBaseValues rule) throws XmlException
XmlExceptionpublic Timestamp formatDate(String dateLabel, String dateString) throws XmlException
XmlExceptionCopyright © 2005–2016 The Kuali Foundation. All rights reserved.