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