org.kuali.rice.kew.routeheader
Interface DocumentContent

All Superinterfaces:
Serializable
All Known Implementing Classes:
AttributeDocumentContent, StandardDocumentContent

public interface DocumentContent
extends Serializable

A facade for the XML content of the document. Provides methods for accessing the various relevant portions of the content as well as the entire document content in DOM or String form. If the document does not contain a particular piece, then the associated getter should return null.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 Element getApplicationContent()
           
 Element getAttributeContent()
           
 String getDocContent()
           
 Document getDocument()
           
 RouteContext getRouteContext()
           
 Element getSearchableContent()
           
 

Method Detail

getDocument

Document getDocument()

getApplicationContent

Element getApplicationContent()

getAttributeContent

Element getAttributeContent()

getSearchableContent

Element getSearchableContent()

getDocContent

String getDocContent()

getRouteContext

RouteContext getRouteContext()


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.