org.kuali.rice.kew.routeheader
Class AttributeDocumentContent

java.lang.Object
  extended by org.kuali.rice.kew.routeheader.StandardDocumentContent
      extended by org.kuali.rice.kew.routeheader.AttributeDocumentContent
All Implemented Interfaces:
Serializable, DocumentContent

public class AttributeDocumentContent
extends StandardDocumentContent

DocumentContent which is generated from a List of attributes. Used by the RoutingReportAction to aid in generation of document content when running routing reports.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
WorkflowAttribute, RoutingReportAction, Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
AttributeDocumentContent(List attributes)
           
 
Method Summary
private static String generateDocContent(List attributes)
           
 
Methods inherited from class org.kuali.rice.kew.routeheader.StandardDocumentContent
getApplicationContent, getAttributeContent, getDocContent, getDocument, getRouteContext, getSearchableContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

AttributeDocumentContent

public AttributeDocumentContent(List attributes)
                         throws XmlException
Throws:
XmlException
Method Detail

generateDocContent

private static String generateDocContent(List attributes)


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