Package edu.sampleu.travel.workflow

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
XmlUtils  
 



Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.