| Class Summary | 
| AccountAttribute | Resolves FO's using the accounts associated with the document XPath xpath =
 KualiWorkflowUtils.getXPath(documentContent.getDocument()); List qualifiers = new ArrayList(); NodeList
 accountNums = (NodeList)xstreamSafeEval(xpath, "//edu.sampleu.travel.workflow.bo.TravelAccount/number",
 documentContent.getDocument(), XPathConstants.NODESET); for (int i = 0; i < accountNums.getLength(); i++) { Node accountNum =
 accountNums.item(i); String accuntNumVal = accountNum.getNodeValue(); } | 
| CustomActionListAttributeImpl |  | 
| DestinationRuleAttribute |  | 
| EmployeeAttribute | An attribute implementation that can resolve organizational roles | 
| TravelAccountRulesEngineExecutor | A simple sample RulesEngineExecutor usable in the sample app which is hard-coded to select a context with
 namespaceCode="KR-SAP" and name="Travel Account ". | 
| XmlUtils |  |