public class PrefillData
extends java.lang.Object
Constructor and Description |
---|
PrefillData() |
PrefillData(java.io.InputStream inputStream,
ContentType contentType) |
PrefillData(java.io.InputStream inputStream,
ContentType contentType,
java.util.List<FileAttachmentWrapper> fileAttachmentWrappers,
java.util.Map<java.lang.String,java.lang.String> metaData)
Prefill data of the form
|
PrefillData(java.io.InputStream inputStream,
ContentType contentType,
java.util.Map<java.lang.String,java.lang.String> fileAttachmentMap,
java.util.Map<java.lang.String,java.lang.String> customContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ContentType |
getContentType()
Returns the content type
|
java.util.Map<java.lang.String,java.lang.String> |
getCustomContext()
Returns metadata required during form prefill
|
java.util.Map<java.lang.String,java.lang.String> |
getFileAttachmentMap()
Deprecated.
|
java.util.List<FileAttachmentWrapper> |
getFileAttachmentWrappers()
Returns list of
FileAttachmentWrapper |
java.io.InputStream |
getInputStream()
Returns the input stream
|
public PrefillData()
public PrefillData(java.io.InputStream inputStream, ContentType contentType)
public PrefillData(java.io.InputStream inputStream, ContentType contentType, java.util.Map<java.lang.String,java.lang.String> fileAttachmentMap, java.util.Map<java.lang.String,java.lang.String> customContext)
inputStream
- input stream representing form datacontentType
- content type ContentType
of the prefill datafileAttachmentMap
- map containing file attachment som expression and its valuecustomContext
- any custom context required during form prefillpublic PrefillData(java.io.InputStream inputStream, ContentType contentType, java.util.List<FileAttachmentWrapper> fileAttachmentWrappers, java.util.Map<java.lang.String,java.lang.String> metaData)
inputStream
- input stream representing form datacontentType
- content type ContentType
of the prefill datafileAttachmentWrappers
- reference to the file attachment wrapper object FileAttachmentWrapper
metaData
- any custom metadata required during form prefillpublic ContentType getContentType()
public java.io.InputStream getInputStream()
public java.util.Map<java.lang.String,java.lang.String> getFileAttachmentMap()
public java.util.List<FileAttachmentWrapper> getFileAttachmentWrappers()
FileAttachmentWrapper
public java.util.Map<java.lang.String,java.lang.String> getCustomContext()
Copyright © 2010 - 2023 Adobe. All Rights Reserved