ODWEK client HashMap keys
For the advanced implementation, the HashMap keys are used to access stored data and metadata that a custom transform might require and additionally to return the transformed data to ODWEK.
About this task
The following table includes the advanced implementation HashMap keys.
HashMap key | Description |
---|---|
TXFRM_RESP_DATA | The HashMap key for the transformed data byte[] to be returned to ODWEK. |
TXFRM_REQ_NAME | Name of transform for this request as a Java String. |
TXFRM_REQ_DATA | Original Content Manager OnDemand document data contained in this request as a byte[]. |
TXFRM_REQ_PROPS | Document details as specified/requested in the XML returned as a Java Properties object. |
TXFRM_REQ_RES | Content Manager OnDemand resource data contained in this request (where applicable) as a byte[]. |