public class PrefillData extends Object
| Constructor and Description |
|---|
PrefillData() |
PrefillData(InputStream inputStream,
ContentType contentType) |
PrefillData(InputStream inputStream,
ContentType contentType,
List<FileAttachmentWrapper> fileAttachmentWrappers,
Map<String,String> metaData)
Prefill data of the form
|
PrefillData(InputStream inputStream,
ContentType contentType,
Map<String,String> fileAttachmentMap,
Map<String,String> customContext)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ContentType |
getContentType()
Returns the content type
|
Map<String,String> |
getCustomContext()
Returns metadata required during form prefill
|
Map<String,String> |
getFileAttachmentMap()
Deprecated.
|
List<FileAttachmentWrapper> |
getFileAttachmentWrappers()
Returns list of
FileAttachmentWrapper |
InputStream |
getInputStream()
Returns the input stream
|
public PrefillData()
public PrefillData(InputStream inputStream, ContentType contentType)
public PrefillData(InputStream inputStream, ContentType contentType, Map<String,String> fileAttachmentMap, Map<String,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(InputStream inputStream, ContentType contentType, List<FileAttachmentWrapper> fileAttachmentWrappers, Map<String,String> metaData)
inputStream - input stream representing form datacontentType - content type ContentType of the prefill datafileAttachmentWrappers - reference to the file attachment wrapper object FileAttachmentWrappermetaData - any custom metadata required during form prefillpublic ContentType getContentType()
public InputStream getInputStream()
public Map<String,String> getFileAttachmentMap()
public List<FileAttachmentWrapper> getFileAttachmentWrappers()
FileAttachmentWrapperCopyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.