Serialized Form
-
Package com.adobe.aem.adobesign.recipient
-
Class com.adobe.aem.adobesign.recipient.ParticipantInfo extends java.lang.Object implements Serializable
- serialVersionUID:
- 2312627638165016112L
-
Serialized Fields
-
email
java.lang.String email
-
name
java.lang.String name
-
waitingSince
java.util.Date waitingSince
-
-
Class com.adobe.aem.adobesign.recipient.ParticipantSetInfo extends java.lang.Object implements Serializable
- serialVersionUID:
- -59409767564388110L
-
Serialized Fields
-
members
java.util.List<ParticipantInfo> members
-
-
Class com.adobe.aem.adobesign.recipient.RecipientInfo extends java.lang.Object implements Serializable
- serialVersionUID:
- 8926277929473950968L
-
Serialized Fields
-
email
java.lang.String email
Email of the recipient. -
securityOptions
RecipientSecurityOption securityOptions
Security options that apply to the recipient
-
-
Class com.adobe.aem.adobesign.recipient.RecipientPhoneInfo extends java.lang.Object implements Serializable
- serialVersionUID:
- 8464457961419934090L
-
Serialized Fields
-
countryCode
java.lang.String countryCode
An optional phoneInfo country code required for the recipient to view and sign the document if authentication type is PHONE -
phoneNumber
java.lang.String phoneNumber
The phone number required for the recipient to view and sign the document if authentication type is PHONE
-
-
Class com.adobe.aem.adobesign.recipient.RecipientSecurityOption extends java.lang.Object implements Serializable
- serialVersionUID:
- -8724026073470133644L
-
Serialized Fields
-
authenticationMethod
RecipientAuthenticationMethod authenticationMethod
The authentication method for the recipients to have access to view and sign the document. Defaults to none. -
password
java.lang.String password
The password required for the recipient to view and sign the document. Required only when password authentication is selected for the recipient. -
phoneInfos
RecipientPhoneInfo[] phoneInfos
The phoneInfo required for the recipient to view and sign the document,
-
-
Class com.adobe.aem.adobesign.recipient.RecipientSetInfo extends java.lang.Object implements Serializable
- serialVersionUID:
- 2457464737671794697L
-
Serialized Fields
-
memberInfos
java.util.List<RecipientInfo> memberInfos
-
privateMessage
java.lang.String privateMessage
-
role
RecipientSetInfo.RecipientRole role
-
securityOptions
RecipientSecurityOption securityOptions
-
-
Class com.adobe.aem.adobesign.recipient.SigningUrl extends java.lang.Object implements Serializable
- serialVersionUID:
- 6204972871249129450L
-
Serialized Fields
-
email
java.lang.String email
The email of the signer associated with this signing url -
eSignUrl
java.lang.String eSignUrl
The signing url
-
-
Class com.adobe.aem.adobesign.recipient.SigningUrlSetInfo extends java.lang.Object implements Serializable
- serialVersionUID:
- 154104212138763938L
-
Serialized Fields
-
signingUrls
java.util.List<SigningUrl> signingUrls
An array of signing urls for current signer set.
-
-
-
Package com.adobe.aem.dermis.exception
-
Class com.adobe.aem.dermis.exception.DermisException extends AuthenticationException implements Serializable
-
Class com.adobe.aem.dermis.exception.DermisValidationException extends DermisException implements Serializable
-
Serialized Fields
-
violations
java.util.Map<java.lang.String,java.util.List<java.lang.String>> violations
-
-
-
-
Package com.adobe.aem.dermis.model
-
Class com.adobe.aem.dermis.model.AbstractAsset extends java.lang.Object implements Serializable
-
Serialized Fields
-
description
java.lang.String description
-
id
java.lang.String id
-
name
java.lang.String name
-
title
java.lang.String title
-
-
-
Class com.adobe.aem.dermis.model.CombinedSchema extends java.lang.Object implements Serializable
-
Serialized Fields
-
allOf
java.util.List<IAsset> allOf
-
anyOf
java.util.List<IAsset> anyOf
-
oneOf
java.util.List<IAsset> oneOf
-
type
CombinedSchemaType type
-
-
-
Class com.adobe.aem.dermis.model.ConstraintAsset extends TypedAsset implements Serializable
-
Serialized Fields
-
defaultValue
java.lang.String defaultValue
-
exclusiveMaximum
java.lang.Boolean exclusiveMaximum
-
exclusiveMinimum
java.lang.Boolean exclusiveMinimum
-
maximum
java.lang.Double maximum
-
maxItems
java.lang.Integer maxItems
-
maxLength
java.lang.Integer maxLength
-
minimum
java.lang.Double minimum
-
minItems
java.lang.Integer minItems
-
minLength
java.lang.Integer minLength
-
pattern
java.lang.String pattern
-
protect
boolean protect
-
readOnly
boolean readOnly
-
uniqueItems
java.lang.Boolean uniqueItems
-
-
-
Class com.adobe.aem.dermis.model.DataModel extends AbstractAsset implements Serializable
-
Serialized Fields
-
binaryEntity
boolean binaryEntity
defines if the model is binary entity -
defaultBinaryEntity
boolean defaultBinaryEntity
defines if the model has been selected as default binary entity -
genericOperationAllowed
boolean genericOperationAllowed
-
id
java.lang.String id
ID specific to json schema -
properties
java.util.List<IProperty> properties
Properties of a data model -
required
java.lang.String[] required
Required properties of data model -
rootEntity
boolean rootEntity
defines if the model is used as argument or return type of any operation -
schemaName
java.lang.String schemaName
Name of the schema
-
-
-
Class com.adobe.aem.dermis.model.Operation extends AbstractAsset implements Serializable
-
Serialized Fields
-
genericOperation
boolean genericOperation
-
href
java.lang.String href
-
isHidden
boolean isHidden
-
method
IOperation.MethodType method
-
rel
java.lang.String rel
-
schema
IProperty schema
-
source
java.lang.String source
-
targetSchema
IProperty targetSchema
-
-
-
Class com.adobe.aem.dermis.model.Property extends ConstraintAsset implements Serializable
-
Serialized Fields
-
childDataModel
IDataModel childDataModel
-
enumList
java.lang.Object[] enumList
-
freeForm
java.lang.Boolean freeForm
-
isPrimaryKey
java.lang.Boolean isPrimaryKey
-
metadataKey
java.lang.Boolean metadataKey
-
nullable
boolean nullable
-
parameterType
java.lang.String parameterType
-
properties
java.util.List<IProperty> properties
-
required
java.lang.Boolean required
-
rules
IRule rules
-
-
-
Class com.adobe.aem.dermis.model.RestProperty extends Property implements Serializable
-
Serialized Fields
-
collectionFormat
SwaggerCollectionFormatEnum collectionFormat
-
contentType
java.lang.String contentType
-
-
-
Class com.adobe.aem.dermis.model.Schema extends AbstractAsset implements Serializable
-
Serialized Fields
-
$schema
java.lang.String $schema
-
definitions
java.util.List<IDataModel> definitions
-
oneOf
java.lang.String[] oneOf
-
operations
java.util.List<IOperation> operations
-
-
-
Class com.adobe.aem.dermis.model.SharePointProperty extends Property implements Serializable
-
Serialized Fields
-
isHidden
java.lang.Boolean isHidden
-
isIndexed
java.lang.Boolean isIndexed
-
staticName
java.lang.String staticName
-
-
-
Class com.adobe.aem.dermis.model.TypedAsset extends AbstractAsset implements Serializable
-
Serialized Fields
-
formatType
PropertyFormatType formatType
-
mediaBinaryEncoding
java.lang.String mediaBinaryEncoding
-
mediaType
java.lang.String mediaType
-
sourceType
java.lang.String sourceType
-
subType
PropertyType subType
-
subTypeRef
java.lang.String subTypeRef
-
subTypeRefChildKey
java.lang.String subTypeRefChildKey
-
subTypeRefParentKey
java.lang.String subTypeRefParentKey
-
type
PropertyType type
-
typeRef
java.lang.String typeRef
-
typeRefChildKey
java.lang.String typeRefChildKey
-
typeRefParentKey
java.lang.String typeRefParentKey
-
-
-
Class com.adobe.aem.dermis.model.WSProperty extends Property implements Serializable
-
Serialized Fields
-
namespace
java.lang.String namespace
-
-
-
-
Package com.adobe.aem.dermis.model.value
-
Class com.adobe.aem.dermis.model.value.CustomDate extends java.util.Date implements Serializable
-
Serialized Fields
-
localDate
java.time.LocalDate localDate
-
zoneId
java.time.ZoneId zoneId
-
-
-
-
Package com.adobe.aem.transaction.core.exception
-
Class com.adobe.aem.transaction.core.exception.TransactionException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1500623108187528483L
-
Serialized Fields
-
arguments
java.lang.Object[] arguments
-
errorCode
java.lang.String errorCode
-
message
java.lang.String message
-
unresolvedMessage
java.lang.String unresolvedMessage
-
-
-
Package com.adobe.aemds.guide.addon.dor
-
Class com.adobe.aemds.guide.addon.dor.DoRGenerationException extends java.lang.Exception implements Serializable
-
Class com.adobe.aemds.guide.addon.dor.DoRTemplateGenerationException extends java.lang.Exception implements Serializable
-
-
Package com.adobe.aemds.guide.common
-
Class com.adobe.aemds.guide.common.GuideButton extends GuideField implements Serializable
-
Serialized Fields
-
defaultButtonSize
java.lang.String defaultButtonSize
-
defaultButtonType
java.lang.String defaultButtonType
Button type and size are deprecated after 6.2. To add button types or size, use the theme editor. These variables are there to support forms created before 6.2. Hence, it is not to be removed -
defaultType
java.lang.String defaultType
-
-
-
Class com.adobe.aemds.guide.common.GuideCaptcha extends GuideField implements Serializable
-
Serialized Fields
-
configService
AdaptiveFormConfigurationService configService
-
RECAPTCHA_CLOUD_PATH
java.lang.String RECAPTCHA_CLOUD_PATH
-
RECAPTCHA_VALIDATION_SERVICE
java.lang.String RECAPTCHA_VALIDATION_SERVICE
-
-
-
Class com.adobe.aemds.guide.common.GuideChart extends GuideField implements Serializable
-
Class com.adobe.aemds.guide.common.GuideCheckBox extends GuideField implements Serializable
-
Class com.adobe.aemds.guide.common.GuideContainer extends GuideNode implements Serializable
-
Serialized Fields
-
defaultDataXml
java.lang.String defaultDataXml
-
guideModelTransformer
com.adobe.aemds.guide.fdfl.api.GuideModelTransformer guideModelTransformer
-
renderCall
boolean renderCall
-
-
-
Class com.adobe.aemds.guide.common.GuideDatePicker extends GuideField implements Serializable
-
Serialized Fields
-
logger
org.slf4j.Logger logger
-
-
-
Class com.adobe.aemds.guide.common.GuideDropDownList extends GuideField implements Serializable
-
Serialized Fields
-
isFirstOptGroup
boolean isFirstOptGroup
-
-
-
Class com.adobe.aemds.guide.common.GuideField extends GuideNode implements Serializable
-
Serialized Fields
-
displayNoneStyle
java.lang.String displayNoneStyle
-
helpQuestionMarkContent
java.lang.String helpQuestionMarkContent
-
-
-
Class com.adobe.aemds.guide.common.GuideFileUpload extends GuideField implements Serializable
-
Class com.adobe.aemds.guide.common.GuideFootnotePlaceHolder extends GuideTextDraw implements Serializable
-
Class com.adobe.aemds.guide.common.GuideFragmentContainer extends GuideContainer implements Serializable
-
Class com.adobe.aemds.guide.common.GuideImage extends GuideField implements Serializable
-
Serialized Fields
-
image
com.day.cq.wcm.foundation.Image image
-
-
-
Class com.adobe.aemds.guide.common.GuideItemsContainer extends GuideNode implements Serializable
-
Class com.adobe.aemds.guide.common.GuideLayoutContext extends java.lang.Object implements Serializable
-
Serialized Fields
-
layoutContainerAttrs
java.lang.String layoutContainerAttrs
-
layoutContainerClasses
java.lang.String layoutContainerClasses
-
layoutContainerTag
java.lang.String layoutContainerTag
-
layoutNavigatorAttrs
java.lang.String layoutNavigatorAttrs
-
layoutNavigatorClasses
java.lang.String layoutNavigatorClasses
-
layoutNavigatorTag
java.lang.String layoutNavigatorTag
-
-
-
Class com.adobe.aemds.guide.common.GuideListFileAttachmentButton extends GuideButton implements Serializable
-
Class com.adobe.aemds.guide.common.GuideNode extends com.adobe.cq.sightly.WCMUsePojo implements Serializable
-
Serialized Fields
-
baseName
java.lang.String baseName
-
clientLibRef
java.lang.String clientLibRef
-
error
java.lang.String error
-
i18n
com.day.cq.i18n.I18n i18n
-
id
java.lang.String id
-
inlineStyles
java.util.Map<java.lang.String,java.lang.String> inlineStyles
-
locale
java.util.Locale locale
-
localeName
java.lang.String localeName
-
logger
org.slf4j.Logger logger
-
resource
Resource resource
-
resourceProps
ValueMap resourceProps
-
slingRequest
SlingHttpServletRequest slingRequest
-
slingXSSApi
XSSAPI slingXSSApi
-
xssapi
com.adobe.granite.xss.XSSAPI xssapi
-
-
-
Class com.adobe.aemds.guide.common.GuideNumericBox extends GuideField implements Serializable
-
Class com.adobe.aemds.guide.common.GuideNumericStepper extends GuideNumericBox implements Serializable
-
Class com.adobe.aemds.guide.common.GuidePanel extends GuideItemsContainer implements Serializable
-
Class com.adobe.aemds.guide.common.GuidePasswordBox extends GuideField implements Serializable
-
Class com.adobe.aemds.guide.common.GuideRadioButton extends GuideCheckBox implements Serializable
-
Class com.adobe.aemds.guide.common.GuideScribble extends GuideField implements Serializable
-
Class com.adobe.aemds.guide.common.GuideSeparator extends GuideField implements Serializable
-
Class com.adobe.aemds.guide.common.GuideSwitch extends GuideField implements Serializable
-
Class com.adobe.aemds.guide.common.GuideTable extends GuidePanel implements Serializable
-
Class com.adobe.aemds.guide.common.GuideTableRow extends GuidePanel implements Serializable
-
Class com.adobe.aemds.guide.common.GuideTermsAndConditions extends GuideField implements Serializable
-
Class com.adobe.aemds.guide.common.GuideTextBox extends GuideField implements Serializable
-
Class com.adobe.aemds.guide.common.GuideTextDraw extends GuideField implements Serializable
-
-
Package com.adobe.aemds.guide.model
-
Class com.adobe.aemds.guide.model.FormSubmitInfo extends FormDataWrapper implements Serializable
-
Serialized Fields
-
agreementId
java.lang.String agreementId
-
cookies
javax.servlet.http.Cookie[] cookies
-
documentOfRecord
FileAttachmentWrapper documentOfRecord
-
draftId
java.lang.String draftId
-
fileAttachmentMap
java.lang.String fileAttachmentMap
-
formContainerPath
java.lang.String formContainerPath
-
formContainerResource
Resource formContainerResource
-
formSubmitter
java.lang.String formSubmitter
-
locale
java.lang.String locale
-
portalRecordInfo
PortalRecordInfo portalRecordInfo
-
reCaptchaSubmissionData
ReCaptchaSubmissionData reCaptchaSubmissionData
-
referer
java.lang.String referer
-
signData
byte[] signData
-
submissionId
java.lang.String submissionId
-
-
-
-
Package com.adobe.aemds.guide.service
-
Class com.adobe.aemds.guide.service.GuideException extends java.lang.RuntimeException implements Serializable
-
-
Package com.adobe.aemfd.dermis.authentication.exception
-
Class com.adobe.aemfd.dermis.authentication.exception.AuthenticationException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
messageArgs
java.lang.Object[] messageArgs
-
messageCode
java.lang.String messageCode
-
originCode
java.lang.String originCode
-
originContentType
java.lang.String originContentType
-
originMessage
java.lang.String originMessage
-
unresolvedMessage
java.lang.String unresolvedMessage
-
-
-
-
Package com.adobe.fd.assembler.client
-
Class com.adobe.fd.assembler.client.AssemblerException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
httpCode
int httpCode
-
-
Class com.adobe.fd.assembler.client.AssemblerException.ClientException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
className
java.lang.String className
The original exception's class name.
-
-
Class com.adobe.fd.assembler.client.AssemblerOptionSpec extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
defaultStyle
java.lang.String defaultStyle
The CSS style to use when none is specified. -
failOnError
boolean failOnError
Should the job fail on the first error. -
firstBatesNumber
int firstBatesNumber
First numeric value for the first Bates number pattern on the first page. -
logLevel
java.lang.String logLevel
The log level. -
takeOwnership
boolean takeOwnership
If assembler can take ownership of the file and can access the files directly instead of creating temp files * -
validateOnly
boolean validateOnly
Whether the job is validation only or full execution.
-
-
Class com.adobe.fd.assembler.client.AssemblerResult extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
documents
java.util.Map<java.lang.String,Document> documents
The result document map. -
failedBlockNames
java.util.List<java.lang.String> failedBlockNames
The keys of the failed blocks. -
jobLog
Document jobLog
The job log. -
lastBatesNumber
int lastBatesNumber
The numeric portion from the last page stamped with a Bates Number. -
multipleResultsBlocks
java.util.Map<java.lang.String,java.util.List<java.lang.String>> multipleResultsBlocks
A map of result block names a list of document names that was produced by that block. -
numRequestedBlocks
int numRequestedBlocks
The number of requested result blocks. -
successfulBlockNames
java.util.List<java.lang.String> successfulBlockNames
The keys of the successful blocks. -
successfulDocumentNames
java.util.List<java.lang.String> successfulDocumentNames
The keys of the documents map. -
throwables
java.util.Map<java.lang.String,OperationException> throwables
A map of throwables for those blocks that failed.
-
-
Class com.adobe.fd.assembler.client.ConversionException extends AssemblerException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.fd.assembler.client.OperationException extends AssemblerException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
jobLog
Document jobLog
Stores the job log for exceptions thrown from theAssemblerService.invokemethod.
-
-
Class com.adobe.fd.assembler.client.PDFAConversionOptionSpec extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
colorSpace
PDFAConversionOptionSpec.ColorSpace colorSpace
The predefined ColorSpace name : PassFail, Summary, or Detailed. -
compliance
PDFAConversionOptionSpec.Compliance compliance
The compliance level: PDFA1-b. -
logLevel
java.lang.String logLevel
The log level. -
metadataSchemaExtensions
java.util.List<Document> metadataSchemaExtensions
The MetadataSchemaExtension documents. -
optionalContent
PDFAConversionOptionSpec.OptionalContent optionalContent
The optionContent setting of the conversion output: Visible or All (None reserved). -
removeInvalidXMPProperties
boolean removeInvalidXMPProperties
Remove Invalid XMP Properties if set to true -
resultLevel
PDFAConversionOptionSpec.ResultLevel resultLevel
The result level of the conversion output: PassFail, Summary, or Detailed. -
retainPDFFormState
boolean retainPDFFormState
-
signatures
PDFAConversionOptionSpec.Signatures signatures
The Signatures options for the conversion. -
verify
boolean verify
Whether the PDF/A should be verified after conversion.
-
-
Class com.adobe.fd.assembler.client.PDFAConversionResult extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.fd.assembler.client.PDFAValidationOptionSpec extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
allowCertificationSignatures
boolean allowCertificationSignatures
Validation option to allow certification signatures. -
compliance
PDFAConversionOptionSpec.Compliance compliance
The compliance level: PDFA1-b. -
ignoreUnusedResource
boolean ignoreUnusedResource
By default, the validation scan only scans resources that are referenced, either directly or indirectly (e.g., Default color spaces), from a content stream. However, ISO 19005-1 doesn't not make any allowances for this and implicitly stipulates that all reachable resources should be scanned. Clients who wish for validation to be applied to all resources, whether or not they are referenced from a content stream, should set this value to true. However, please note that for some resources, particularly fonts, a full scan is not possible without the context of the resources use within the document (e.g., which font glyphs are in use). -
logLevel
java.lang.String logLevel
The log level. -
resultLevel
PDFAValidationOptionSpec.ResultLevel resultLevel
The result level of the validation output: PassFail, Summary, or Detailed.
-
-
Class com.adobe.fd.assembler.client.PDFAValidationResult extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.fd.assembler.client.ProcessingException extends OperationException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.fd.assembler.client.ValidationException extends AssemblerException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.adobe.fd.docassurance.client.api
-
Class com.adobe.fd.docassurance.client.api.DocAssuranceException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
httpCode
int httpCode
-
-
-
Package com.adobe.fd.forms.api
-
Class com.adobe.fd.forms.api.FormsServiceException extends java.lang.Exception implements Serializable
-
-
Package com.adobe.fd.fp.api.exception
-
Class com.adobe.fd.fp.api.exception.FormsPortalException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -7363820328483991171L
-
Serialized Fields
-
code
java.lang.String code
-
log
org.slf4j.Logger log
Default log. -
messageArgs
java.lang.Object[] messageArgs
-
-
-
Package com.adobe.fd.output.api
-
Class com.adobe.fd.output.api.OutputServiceException extends java.lang.Exception implements Serializable
-
-
Package com.adobe.forms.common.service
-
Class com.adobe.forms.common.service.FileAttachmentWrapper extends java.lang.Object implements Serializable
-
Serialized Fields
-
bindRef
java.lang.String bindRef
-
bytes
byte[] bytes
-
contentType
java.lang.String contentType
-
fileName
java.lang.String fileName
-
logger
org.slf4j.Logger logger
-
uri
java.lang.String uri
-
uuid
java.lang.String uuid
-
-
-
Class com.adobe.forms.common.service.FormDataWrapper extends java.lang.Object implements Serializable
-
Serialized Fields
-
contentType
java.lang.String contentType
-
data
java.lang.String data
-
fileAttachments
java.util.List<FileAttachmentWrapper> fileAttachments
-
-
-
Class com.adobe.forms.common.service.FormsException extends java.lang.RuntimeException implements Serializable
-
-
Package com.adobe.forms.common.submitutils
-
Class com.adobe.forms.common.submitutils.ParameterMap extends java.util.TreeMap<java.lang.String,RequestParameter[]> implements Serializable
-
Serialized Fields
-
stringParameterMap
java.util.Map<java.lang.String,java.lang.String[]> stringParameterMap
-
-
-
-
Package com.adobe.forms.foundation.usc.model
-
Class com.adobe.forms.foundation.usc.model.USCException extends java.lang.Exception implements Serializable
-