KEY_DOCUMENT_CONTENT |
byte[] |
The new document's data to be saved. Can be retrieved with byte[] data = input.getDocumentContent(); . |
KEY_DOCUMENT_ID |
java.lang.String |
The key the new document should be saved under. Can be retrieved with String documentId = input.getDocumentId(); . |
KEY_CLIENT_INSTANCE_ID |
java.lang.String |
Custom configurable value used to pass data from client to content handler. If not set then will be
the session ID. Can be retrieved with String clientInstanceId = input.getClientInstanceId(); |
KEY_HTTP_SERVLET_REQUEST |
javax.servlet.http.HttpServletRequest |
Request that called this method. Can be retrieved with HttpServletRequest request = input.getHttpServletRequest(); |