org.kuali.rice.kew.routeheader
Class StandardDocumentContent
java.lang.Object
   org.kuali.rice.kew.routeheader.StandardDocumentContent
org.kuali.rice.kew.routeheader.StandardDocumentContent
- All Implemented Interfaces: 
- java.io.Serializable, DocumentContent
- Direct Known Subclasses: 
- AttributeDocumentContent
- public class StandardDocumentContent 
- extends java.lang.Object- implements DocumentContent, java.io.Serializable
Standard implementation of DocumentContent which nows hows to parse a
 String that it's constructed with into content with the application,
 attribute, and searchable content sections.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
StandardDocumentContent
public StandardDocumentContent(java.lang.String docContent)
                        throws org.kuali.rice.kew.exception.InvalidXmlException
- Throws:
- org.kuali.rice.kew.exception.InvalidXmlException
StandardDocumentContent
public StandardDocumentContent(java.lang.String docContent,
                               RouteContext routeContext)
                        throws org.kuali.rice.kew.exception.InvalidXmlException
- Throws:
- org.kuali.rice.kew.exception.InvalidXmlException
getApplicationContent
public org.w3c.dom.Element getApplicationContent()
- 
- Specified by:
- getApplicationContentin interface- DocumentContent
 
- 
 
getAttributeContent
public org.w3c.dom.Element getAttributeContent()
- 
- Specified by:
- getAttributeContentin interface- DocumentContent
 
- 
 
getDocContent
public java.lang.String getDocContent()
- 
- Specified by:
- getDocContentin interface- DocumentContent
 
- 
 
getDocument
public org.w3c.dom.Document getDocument()
- 
- Specified by:
- getDocumentin interface- DocumentContent
 
- 
 
getSearchableContent
public org.w3c.dom.Element getSearchableContent()
- 
- Specified by:
- getSearchableContentin interface- DocumentContent
 
- 
 
getRouteContext
public RouteContext getRouteContext()
- 
- Specified by:
- getRouteContextin interface- DocumentContent
 
- 
 
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.