Represents the document. This object will be created by the receiver before it invokes the Framework. It has the following methods:
getTempObject
Retrieves temporary information for passing among handlers
public Object getTempObject(String objectName)
setTempObject
Sets temporary information for passing among handlers
public void setTempObject(String objectName, Object objectValue)
getAttribute
Retrieves a console-defined attribute
public Object getAttribute(String name)
setAttribute
Sets console-defined attribute
public void setAttribute(String name, Object value)
getAttributes
Retrieves the entire attribute map
public Map getAttributes()
None
getTransportHeaders
Retrieves transport headers
public HashMap getTransportHeaders()
None
setTransportHeaders
Sets transport headers
public setTransportHeaders(Hashmap transportHeaders)
getDocument
Retrieves the document content as a file
public File getDocument()
None
setDocument
Sets the document content in the file object
public void setDocument(File document)
getDocumentUUID
Gets the unique reference ID for this document. Every document is assigned a unique ID.
String getDocumentUUID()
None