org.kuali.rice.kew.routeheader
Class StandardDocumentContent

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

public class StandardDocumentContent
extends Object
implements DocumentContent, 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

Constructor Summary
StandardDocumentContent(String docContent)
           
StandardDocumentContent(String docContent, RouteContext routeContext)
           
 
Method Summary
 Element getApplicationContent()
           
 Element getAttributeContent()
           
 String getDocContent()
           
 Document getDocument()
           
 RouteContext getRouteContext()
           
 Element getSearchableContent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardDocumentContent

public StandardDocumentContent(String docContent)

StandardDocumentContent

public StandardDocumentContent(String docContent,
                               RouteContext routeContext)
Method Detail

getApplicationContent

public Element getApplicationContent()
Specified by:
getApplicationContent in interface DocumentContent

getAttributeContent

public Element getAttributeContent()
Specified by:
getAttributeContent in interface DocumentContent

getDocContent

public String getDocContent()
Specified by:
getDocContent in interface DocumentContent

getDocument

public Document getDocument()
Specified by:
getDocument in interface DocumentContent

getSearchableContent

public Element getSearchableContent()
Specified by:
getSearchableContent in interface DocumentContent

getRouteContext

public RouteContext getRouteContext()
Specified by:
getRouteContext in interface DocumentContent


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.