A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
DataType — Interface in package com.adobe.idp.dsc.registry.infomodel
Data type.
DataTypeNotFoundException — Class in package com.adobe.idp.dsc.registry
An exception indicating that the data type was not found.
DataTypeNotFoundException(java.lang:String aDataTypeId) — Constructor in class com.adobe.idp.dsc.registry.DataTypeNotFoundException
Constructor that uses the specified data type.
DataTypeNotFoundException(java.lang:String aDataTypeId, int aMajorVersion, int aMinorVersion) — Constructor in class com.adobe.idp.dsc.registry.DataTypeNotFoundException
Constructor that uses the specified data type and version information.
DateFilter — Interface in package com.adobe.idp.taskmanager.dsc.client.query
A DateFilter object is used to sort according to date ranges.
DDXMMsgSet — Class in package com.adobe.service.ddxm.client
The DDXMMsgSet class specifies general and error messages related to processing the DDX document.
DDXMMsgSet() — Constructor in class com.adobe.service.ddxm.client.DDXMMsgSet
DDXM_N00000_PROCESSING_START — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
Start processing a DDX result node.
DDXM_N00001_PROCESSING_SUCCESS — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
Indicates successful assembly of a DDX result node.
DDXM_N20001_UNABLE_TO_EDIT_PDF_PACKAGE_FILE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The Package file selected for edit was not a modifiable document.
DDXM_N20002_IGNORED_PACKAGE_FILE_ATTRIBUTE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The attribute provided for the PackageFile element contained within a PDF element is not applicable to its identified purpose.
DDXM_S00001_PROCESSING_RESULT_ERROR — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
An error occurred while processing a DDX result node.
DDXM_S00002_INPUT_NOT_FOUND — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
Input not found.
DDXM_S00003_SPEC_VALIDATION_FAILED — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The DDX document failed to validate according to the specification.
DDXM_S00004_CONTEXT_EXCEPTION — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A JAXB context exception occurred.
DDXM_S00005_DOCUMENT_CONVERSION_ERROR — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
An error occurred while converting a document.
DDXM_S00006_CLONE_EXCEPTION — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A clone is not supported for a class.
DDXM_S00007_UNHANDLED_EXCEPTION_ON_NON_RESULT — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
An exception occurred during processing of a DDX node that was not a result node.
DDXM_S00008_DOCUMENT_TASK_ERROR — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A particular operation could not be performed on the specified document.
DDXM_S00009_CONVERSION_FAILED — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
This error is internal and should be reported along with a sample that reproduces the condition.
DDXM_S00010_SCHEMA_VALIDATION_FAILED — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The input DDX document failed basic schema validation.
DDXM_S00011_SCHEMA_ERROR — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
An error occurred while validating the DDX document against the schema.
DDXM_S00012_PARSING_FAILURE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The input DDX document could not be parsed.
DDXM_S00013_MULTIPLE_INPUTS_FOUND — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
Multiple input values have been found where only one input value is allowed in the java.util.Map object that is passed to the invoke method.
DDXM_S00014_STYLE_DUPLICATE_PROFILE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
More than one StyleProfile element with the given name was specified.
DDXM_S00015_DUPLICATE_RESULT_NAME — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
More than one ResultNode value with a given name was specified.
DDXM_S00018_PACKAGE_FILE_EDIT_VALIDATION_FAILED — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A Package file failed an internal validation and was not modified.
DDXM_S03001_ATTACH_FILEDATA_NOTFOUND — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The file attachment to be imported cannot be found.
DDXM_S03002_ATTACH_PDFDOCUMENT_NULL — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The PDF document that is the target for the ImportAttachments operation cannot be found.
DDXM_S03003_ATTACH_NAMEKEYS_AND_PAGES_ERROR — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The FileAttachment element cannot have both nameKeys and pages attributes specified.
DDXM_S03004_ATTACH_APPEARANCE_ERROR — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The AttachmentAppearance child element must be present if the user is importing page-level attachments into a PDF document.
DDXM_S03005_ATTACH_ENCODING_REQUIRED_ERROR — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The FilenameEncoding element is required for both FileAttachmentsResult and FileAttachmentsSource.
DDXM_S03006_ATTACH_PDFSOURCE_REQUIRED_ERROR — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A PDF source document is required for the FileAttachmentsResult element.
DDXM_S03007_ATTACH_ONEENCODING_REQUIRED_ERROR — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A FilenameEncoding element is required for FileAttachmentsSource.
DDXM_S03008_ATTACH_FILE_REQUIRED_ERROR — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A File element is required for the FileAttachmentsSource element.
DDXM_S03009_ATTACH_FILENAME_ATTR_REQUIRED_ERROR — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A filename attribute is required for the File element.
DDXM_S03010_ATTACH_ONEFILE_REQUIRED_ERROR — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
Only one File element is allowed for the FileAttachments source= element.
DDXM_S04001_SOURCE_AND_RESULT_ERROR — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A Bookmarks element cannot specify both a source and result attribute.
DDXM_S04002_SOURCE_AND_CHILDREN_ERROR — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The Bookmarks element cannot contain both a source attribute and child elements.
DDXM_S04003_BOOKMARKS_FILTER_ERROR — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The Bookmarks element must have a child or a descendent that contains a PDF source.
DDXM_S05001_PDFDOCUMENT_NULL — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The target PDF document for the Comments operation cannot be found.
DDXM_S05002_SOURCE_AND_RESULT_ERROR — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The source and result attributes cannot both be specified on a Comments element.
DDXM_S05003_SOURCE_AND_FILTER_ERROR — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The source and filter attributes cannot both be specified on a Comments element.
DDXM_S05004_SOURCE_AND_CHILDREN_ERROR — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The Comments element cannot have both a source attribute and child elements.
DDXM_S05006_COMMENTS_DATEPARSE_ERROR — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The Comments attributes beforeDate and afterDate values are invalid dates.
DDXM_S05008_IMPORT_COMMENTS_FAILED — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
When creating a temp file for exporting comments, I/O exceptions may occur.
DDXM_S06001_INVALID_LEADER_CHILDREN — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
While a leader is an inline text element, it may not contain any other elements.
DDXM_S06002_INVALID_LEFT_CHILDREN — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A Header or Footer element may have only one Left, Center, or Right child element.
DDXM_S06003_INVALID_CENTER_CHILDREN — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A Header or Footer element may have only one Left, Center, or Right child element.
DDXM_S06004_INVALID_RIGHT_CHILDREN — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A Header or Footer element may have only one Left, Center, or Right child element.
DDXM_S06005_HF_DEFINITION_NOT_FOUND — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A Header or Footer element has the styleReference attribute set, but the corresponding StyleProfile element does not contain a Header or Footer definition.
DDXM_S06006_WB_DEFINITION_NOT_FOUND — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A Watermark or Background element has the styleReference attribute set, but the corresponding StyleProfile element does not contain a Watermark or Background definition.
DDXM_S06007_HF_DEFINITION_MISSING_CHILDREN — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A Header or Footer element within a StyleProfile element has no children.
DDXM_S06008_WB_DEFINITION_MISSING_CHILDREN — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A Watermark or Background element within a StyleProfile element has no children.
DDXM_S06009_HF_CHILDREN_IN_STYLEREFERENCE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A Header or Footer element has the styleReference attribute set and also has one or more child elements.
DDXM_S06010_WB_CHILDREN_IN_STYLEREFERENCE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A Watermark or Background element has the styleReference attribute set and also has one or more child elements.
DDXM_S06011_HF_STYLEREF_NOT_FOUND — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A Header or Footer element has the styleReference attribute set, but the corresponding StyleProfile element could not be found.
DDXM_S06012_WB_STYLEREF_NOT_FOUND — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A Watermark or Background element has the styleReference attribute set, but the corresponding StyleProfile element could not be found.
DDXM_S06013_INVALID_SPACE_CHILDREN — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
While a Space is an inline text element, it may not contain any other elements.
DDXM_S06014_ERROR_PROCESSING_STYLEDTEXT_COMPONENT — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
An error occurred while processing a component of StyledText content.
DDXM_S06015_INVALID_CONTENT_CHILDREN — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A content element may only have either one StyledText or one PDF source child element.
DDXM_S08001_MUST_SPECIFY_ACCESS_PASSWORD — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
When specifying a PasswordAccessProfile element, provide either the master password or the open password.
DDXM_S08002_MUST_SPECIFY_OPEN_PASSWORD_OR_PERMISSIONS — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The EncryptionSettings element must have exactly one child, which must be the Permissions element.
DDXM_S08003_NAME_BESIDES_NONE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The PasswordEncryptionProfile element must specify a name other than None.
DDXM_S08004_ILLEGAL_PASSWORD — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A password contains illegal characters.
DDXM_S08005_MUST_SPECIFY_ONE_OR_TWO_DIFFERENT_PASSWORDS — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The PasswordEncryptionProfile element must specify a master password, a user password, or both.
DDXM_S08006_INVALID_COMPATIBILITY — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The CompatibilityLevel element must match one of the predefined values.
DDXM_S08007_SPECIFY_OPENPW_ONLY_FOR_FILE_ATTACHMENTS — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
When specifying a PasswordEncryptionProfile element that encrypts file attachments, the open password must be specified.
DDXM_S08008_COPY_REQUIRES_ACROBAT5_OR_LATER — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
Specifying copy permission is allowed only when the CompatibilityLevel element is Acrobat 5 or later.
DDXM_S08009_EDIT_FORM_FILLIN_REQUIRES_ACROBAT5_OR_LATER — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
Specifying formFillinAndSign edit permission is allowed only when the CompatibilityLevel element is Acrobat 5 or later.
DDXM_S08010_PRINT_LOW_REQUIRES_ACROBAT5_OR_LATER — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
Specifying low print permission is allowed only when the CompatibilityLevel element is Acrobat 5 or later.
DDXM_S08011_SCREEN_READING_REQUIRES_ACROBAT5_OR_LATER — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
Specifying screenReading permission is allowed only when the CompatibilityLevel is Acrobat 5 or later.
DDXM_S08012_SCREEN_READING_INCOMPATIBLE_WITH_COPY — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The screenReading option is incompatible with copy permission.
DDXM_S08013_SCREEN_READING_INCOMPATIBLE_WITH_EDIT_EXTRACT — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The screenReading option is incompatible with edit extract permission.
DDXM_S08014_PASSWORD_ACCESS_DUPLICATE_PROFILE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
More than one PasswordAccessProfile value with the given name has been specified.
DDXM_S08015_PASSWORD_ACCESS_NO_SUCH_PROFILE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A PasswordAccessProfile value has been referenced but no such profile is defined.
DDXM_S08016_PASSWORD_ENCRYPTION_DUPLICATE_PROFILE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
More than one PasswordEncryptionProfile value with the given name was specified.
DDXM_S08017_PASSWORD_ENCRYPTION_NO_SUCH_PROFILE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A PasswordEncryptionProfile value has been referenced but no such profile was ever defined.
DDXM_S10001_METADATA_WRONG_PARENT — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The parent of the object should be a PDFResult object.
DDXM_S11001_LINKS_PERMISSION_FAILURE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The requested Links operation failed due to permission restrictions on the PDF document.
DDXM_S11002_SOURCE_AND_RESULT_ERROR — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The source and result attributes cannot both be specified on a Links element.
DDXM_S11003_SOURCE_AND_CHILDREN_ERROR — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The Links element cannot have both a source attribute and child elements.
DDXM_S11004_LINKS_FILTER_ERROR — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The Links filter element must have a PDF source as a child or as a descendent.
DDXM_S11005_LINKS_BAD_PARENT — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The BluePrintNode parent does not have a blueprint.
DDXM_S12001_PAGELABEL_NOPAGELABEL — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The PageLabels element cannot have both NoPageLabels and PageLabel set.
DDXM_S12002_PAGELABEL_FIRSTDOCUMENT — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The PageLabels element cannot have a PageLabel of continue for the first document.
DDXM_S13001_OVERLAY_NODE_ERROR — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The PageOverlay or PageUnderlay element node cannot be found.
DDXM_S13002_OVERLAY_SOURCE_ERROR — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The PageOverlay or PageUnderlay operations cannot locate the source PDF document.
DDXM_S13003_UNSUPPORTED_ON_XFA — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
An operation failed while working on pages from an XFA document.
DDXM_S14001_INITIAL_VIEW_SETTINGS_NO_XFA — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The attempt to alter the initial view settings of XFA forms has been ignored.
DDXM_S14002_INITIAL_VIEW_SETTINGS_ILLEGAL_MAGNIFICATION — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The magnification must be positive or must be one of the special strings.
DDXM_S14003_CONFLICTING_ELEMENTS — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
Elements such as Header and NoHeader may not be siblings of one another.
DDXM_S14004_INVALID_ALTERNATING_ELEMENTS — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
Elements such as Header have an alternation attribute.
DDXM_S14005_EXCEEDS_ONE_OCCURANCE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
This message reports that elements that can only appear once appears multiple times.
DDXM_S14006_PDFSOURCE_OR_PDFGROUP_REQUIRED — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
Some operations require a PDF source on which to operate.
DDXM_S14007_PDFSOURCE_PAGES_INVALID — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
An error occured in the value of the pages attribute.
DDXM_S14008_CONFLICTING_BASE_DOCUMENTS — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
Two documents specified in the DDX document are marked as base documents, but their source attributes do not match.
DDXM_S14009_RESERVED_RESULT_NAME — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
Two documents specified in the DDX document are marked as base documents, but their source attributes do not match.
DDXM_S14010_MISSING_BASE_DOCUMENT — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The baseDocument element could not be identified.
DDXM_S14011_INITIAL_VIEW_SETTINGS_NO_SUCH_PROFILE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
An InitialViewProfile element is referenced but no such profile is defined.
DDXM_S14012_INITIAL_VIEW_SETTINGS_DUPLICATE_PROFILE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
More than one InitialViewProfile element with a given name is specified.
DDXM_S14013_INVALID_INPUTLIST_SELECT — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The select attribute of a PDF source element is invalid.
DDXM_S14014_INITIAL_VIEW_SETTINGS_ILLEGAL_PAGE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The page number must be a positive value.
DDXM_S14015_SOURCE_OR_SOURCEMATCH_REQUIRED — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
Specify either a source or sourceMatch attribute for the PDF source element.
DDXM_S14016_INPUTS_REQUIRED_NONE_SELECTED — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
Specifying matchMode='Exclude', select='1-last' and required='true' for a PDF source element is invalid.
DDXM_S14017_EMPTY_SOURCE_LIST — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A PDF source document is required, but no documents were found that satisfy the specification.
DDXM_S14018_OPTIONAL_BASE_DOCUMENT — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The schema cannot restrict the order of elements and must therefore be flexible.
DDXM_S14019_PDF_REQUIRED — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
Some operations require a PDF source on which to operate by specifying the PDF directly, through a PDFGroup which must eventually contain a PDF source, or through a PackageFiles element, which results in the inclusion of a default cover sheet for the PDF Package.
DDXM_S14020_PACKAGEFILES_VARIANT_NOT_ALLOWED — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A PDF source element may not contain a PackageFiles import or source element.
DDXM_S14021_EXACTLY_ONE_PDF_SOURCE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
There must be exactly one PDF source element for the named parent element.
DDXM_S15001_CANT_INSTANTIATE_DOC_BUILDER — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
In order to construct the DocInfo XML, a DocumentBuilder must be instantiated.
DDXM_S15002_XML_GENERATION_ERROR — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
An error occured during the process of generating XML from a document.
DDXM_S17001_NO_THUMBNAILS_BAD_PARENT — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The parent node should be a BluePrintNode element.
DDXM_S18001_TOC_DEFINITION_NOT_FOUND — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A TableOfContents element has the styleReference attribute set, but the corresponding StyleProfile element does not contain a TableOfContents definition.
DDXM_S18002_TOC_DEFINITION_MISSING_CHILDREN — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A TableOfContents element within a StyleProfile element has no children.
DDXM_S18003_TOC_CHILDREN_IN_STYLEREFERENCE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A TableOfContents element has the styleReference attribute set and also has one or more child elements.
DDXM_S18004_TOC_STYLEREF_NOT_FOUND — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A TableOfContents element has the styleReference attribute set but the corresponding StyleProfile element could not be found.
DDXM_S18005_TOC_ERROR — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
An error occurred while building the table of contents.
DDXM_S19001_NEGATIVE_RANGE_START — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A document range cannot begin with a negative number or "-".
DDXM_S19002_MISSING_RANGE_END — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The document range given is missing the ending number.
DDXM_S19003_INVALID_RANGE_START — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The starting number for the indicated document range is invalid.
DDXM_S19004_INVALID_RANGE_END — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The ending number for the indicated document range is invalid.
DDXM_S19005_PAGE_LESS_THAN_ONE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The document number is less than one.
DDXM_S19006_RANGE_END_LESS_THAN_START — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The ending page for the page range is less than the starting page.
DDXM_S19007_EMPTY_SELECTION_LIST — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The selection list size is less than or equal to zero.
DDXM_S19008_TOKENIZER_MUST_SPECIFY_SEPARATORS_OR_WHITESPACE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
This error is internal.
DDXM_S19009_TOKENIZER_PARSE_ERROR — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A list of tokens is invalid.
DDXM_S19010_TOKENIZER_CHAR_REUSE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
This error is internal.
DDXM_S20001_MISSING_DEFAULT_COVERSHEET_DOCUMENT — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The default _AdobeCoverSheet resource is not available, which indicates that the installation has been corrupted.
DDXM_S20002_PACKAGE_CHILDREN_CONFLICT — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The Package element may contain either a PDF source element, or it may contain Schema, DisplayOrder, and SortOrder elements, but not both.
DDXM_S20003_PACKAGE_DEFINITION_NOT_FOUND — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The Package had the styleReference attribute set, but the corresponding StyleProfile element does not contain a Package definition.
DDXM_S20004_PACKAGE_CHILDREN_IN_STYLEREFERENCE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A Package element had the styleReference attribute set and also had one or more child elements.
DDXM_S20005_CLONE_FAILED — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A Package within a StyleProfile could not be installed.
DDXM_S20005_PACKAGE_STYLEREF_NOT_FOUND — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A Package element has the styleReference attribute set but the corresponding StyleProfile element could not be found.
DDXM_S20006_PACKAGEFILE_DATA_NOTFOUND — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The Package file to include was not provided either as an input nor as a previous result in the DDX.
DDXM_S20007_DESTINATION_PDFPACKAGE_MISSING — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The PDF Package in which to include the Package file is missing.
DDXM_S20008_PACKAGEFILES_CHILD_ELEMENT_NOT_ALLOWED — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
When PackageFiles is a source element (it contains a source attribute), then it is limited to the following child elements (unlike other variants of PackageFiles).
DDXM_S20009_NO_CHILDREN_ALLOWED — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
No child elements are allowed for this element per the DDX specification, even though the schema allows it.
DDXM_S20010_PACKAGEFILES_IMPORT_MUST_HAVE_NO_CHILDREN — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A PackageFiles import element must have no child elements.
DDXM_S20011_PACKAGEFILES_IMPORT_INCONSISTENT_ATTRIBUTES — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A PackageFiles import element may only have one attribute: import.
DDXM_S20012_PACKAGEFILES_SELECT_FILTER_INCONSISTENT_ATTRIBUTES — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A PackageFiles select or filter element may only have the nameKeys attribute.
DDXM_S20013_PACKAGEFILES_SOURCE_INCONSISTENT_ATTRIBUTES — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A PackageFiles source element may only have the source attribute, and optionally, the nameKey attribute, set.
DDXM_S20014_NOPACKAGE_ERROR — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
An internal error occurred while flattening the PDF Package as a result of the NoPackage element.
DDXM_W00001_DOCUMENT_NOT_CLOSED — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The specified document failed to close properly.
DDXM_W00002_DOCUMENT_FAILED_TO_CLOSE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The specified document failed to close properly.
DDXM_W00003_DOCUMENT_FAILED_TO_DELETE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The specified document could not be deleted.
DDXM_W00004_SCHEMA_WARNING — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
Parsing the DDX document generated a warning, which is included in the message.
DDXM_W00005_UNUSED_TRANSIENT_RESULT — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
If a transient result block containing return="false" is never used, the block is never executed.
DDXM_W00006_INVALID_LOG_LEVEL — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
An invalid or unknown log level was specified.
DDXM_W00007_LOGGING_IMPACTS_PERFORMANCE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The logging subsystem will generate low-level debugging messages for this job, which will affect performance.
DDXM_W00008_NULL_INPUT_MAP_OBJECT — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The given key in the input map had a null value.
DDXM_W00009_EMPTY_LIST_IN_INPUT_MAP — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The given key in the input map referenced an empty list.
DDXM_W00010_BAD_INPUT_MAP_OBJECT — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The given key in the input map referenced an object that could not be converted to a supported document type.
DDXM_W05001_FILTEREDCOMMENTS_NULL — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A comments filter operation was executed, but no comments in the PDF document met the specified criteria.
DDXM_W06001_INVALID_DATE_FORMAT — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A supplied date format pattern is missing or is invalid.
DDXM_W06002_INVALID_TEXT_ALIGN — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A supplied text-align attribute was invalid.
DDXM_W06003_IGNORED_HF_STYLEREF — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A TableOfContents element is a child of StyleProfile element and also has the styleReference attribute set.
DDXM_W06004_IGNORED_WB_STYLEREF — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A TableOfContents element is a child of StyleProfile element and also has the styleReference attribute set.
DDXM_W06005_INVALID_FONT_WEIGHT — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The supplied font-weight attribute is not allowed.
DDXM_W06006_INVALID_FONT_STYLE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The supplied font-style attribute is not allowed.
DDXM_W06007_IGNORED_ATTRIBUTE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
An element has the styleReference attribute set as well as other attributes.
DDXM_W06008_INVALID_FONT_VALIGN — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The supplied vertical-align attribute is not allowed.
DDXM_W06009_OVERRIDDEN_ATTRIBUTE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
An element has an improper value for an attribute, which was overridden.
DDXM_W10001_METADATA_UPDATE_FAILURE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The metadata of the document could not be updated, probably due to permisssion restrictions.
DDXM_W12001_INVALID_PAGELABEL_START — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The start attribute of a PageLabel element is invalid.
DDXM_W12002_PAGELABEL_BLANKPAGE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The BlankPage element only supports a PageLabel mode of continue.
DDXM_W12003_PAGELABEL_NOT_DEFINE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
PageLabels: start/prefix/format specified are ignored since the PageLabel mode is not Define.
DDXM_W14001_CANT_DETERMINE_XFANESS — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
An error occurred while checking whether the document is an XFA form.
DDXM_W14002_INITIAL_VIEW_SETTINGS_FULL_SCREEN_REQUIRES_SINGLE_PAGE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
When setting full-screen mode for initial view settings, a single-page layout is being forced.
DDXM_W14003_CANNOT_INCREMENTAL_SAVE_WITH_ENCRYPTION — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
Incremental saving is prohibited with encryption.
DDXM_W14004_CLONE_NOT_SUPPORTED — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
An error occurred while trying to clone a PDFMDocHandle.
DDXM_W14005_EMPTY_SOURCE_LIST — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
No documents were found in the inputs map for an optional PDF source document.
DDXM_W17001_NO_THUMBNAILS_TO_DELETE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
An attempt has been made to delete thumbnails from a document that does not contain thumbnails.
DDXM_W18001_IGNORED_TOC_STYLEREF — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A TableOfContents element is a child of StyleProfile and also has the styleReference attribute set.
DDXM_W18002_SOME_BOOKMARKS_NOT_USED — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
Some bookmarks of the document were not used to generate the table of contents because they did not reference a page.
DDXM_W18003_IGNORED_TOC_ATTRIBUTE — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A TableOfContents element has the styleReference attribute set as well as other attributes.
DDXM_W20001_IGNORED_STYLEREF — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A Package element had a style reference within a StyleProfile.
DDXM_W20002_ONEENCODING_RECOMMENDED — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
A FilenameEncoding element is recommended for the PackageFiles source element.
DDXM_W20003_MISSING_ADOBE_COVERSHEET_DOCUMENT — Final static property in class com.adobe.service.ddxm.client.DDXMMsgSet
The _AdobeCoverSheet resource for the specified locale could not be obtained and thus the default locale is being used instead.
deadlined — Final static property in interface com.adobe.idp.taskmanager.dsc.client.query.StatusFilter
Deadlined status.
DEADLINE_INSTRUCTIONS — Final static property in class com.adobe.idp.taskmanager.dsc.client.events.EventConstants
The node name for the deadline instructions in the event data.
DEADLINE_ROUTE_NAME — Final static property in class com.adobe.idp.taskmanager.dsc.client.events.EventConstants
The node name for the deadline instructions in the event data.
deadlineTask(long aTaskId, java.lang:String deadlineAction, boolean aChangeInstructions, java.lang:String aDeadlineInstructions) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.TaskManager
Completes a task with a deadline event.
DEBUG_ENABLED — Final static property in class com.adobe.livecycle.output.client.RenderOptionsSpecConstants
DEBUG_ENABLED_ID — Final static property in class com.adobe.livecycle.output.client.RenderOptionsSpecConstants
decode(com.adobe.idp:Document document, java.lang:Boolean pdf417, java.lang:Boolean dataMatrix, java.lang:Boolean qrCode, java.lang:Boolean codabar, java.lang:Boolean code128, java.lang:Boolean code39, java.lang:Boolean ean13, java.lang:Boolean ean8, com.adobe.livecycle.barcodedforms:CharSet charSet) — Method in class com.adobe.livecycle.barcodedforms.client.BarcodedFormsServiceClient
Decodes all the barcodes in a Document object and returns a org.w3c.dom.Document object that contains data that was retrieved from the barcode.
DEFACL_DEF_DOMAIN — Final static property in class com.adobe.idp.um.api.UMConstants
The default domain.
DEFACL_GRP_PREFIX — Final static property in class com.adobe.idp.um.api.UMConstants
The default ACL group prefix.
DEFAULT_ACL_USER_ID — Final static property in class com.adobe.idp.taskmanager.dsc.client.task.TaskManagerConstants
The default ACL user identifier used to store the default ACL.
DEFAULT_CATEGORY_ID — Final static property in interface com.adobe.idp.dsc.registry.service.ServiceRegistry
DEFAULT_EXCLUDE — Final static property in class com.adobe.repository.RepositoryLoadProfile
Constant used to create a RepositoryLoadProfile that excludes everything by default.
DEFAULT_FONT_STYLE — Final static property in class com.adobe.service.ddxm.client.EnvironmentConstants
The default font style for adding content to pages.
DEFAULT_PROJECT — Final static property in class com.adobe.repository.RepositoryLoadProfile
Constant used to create a RepositoryLoadProfile that projects everything by default.
DEFAULT_TSP_SIZE — Final static property in class com.adobe.livecycle.signatures.client.types.TSPOptionSpec
The default size, in bytes, of this TSP request.
deleteAttachment(long taskId, long attachmentId) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.TaskManager
Removes an attachment from the specfied task.
deleteDomain(java.lang:String domainName) — Method in interface com.adobe.idp.um.api.DirectoryManager
Deletes the domain and all associated principals from the system.
deleteDomain(java.lang:String domainName) — Method in class com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient
Deletes the domain and all associated principals from the system.
deleteLocalGroup(java.lang:String groupOid) — Method in interface com.adobe.idp.um.api.DirectoryManager
Deletes the specified local group.
deleteLocalGroup(java.lang:String groupOid) — Method in class com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient
Deletes the specified local group.
deleteLocalUser(java.lang:String userOid) — Method in interface com.adobe.idp.um.api.DirectoryManager
Deletes a local user from the system.
deleteLocalUser(java.lang:String userOid) — Method in class com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient
Deletes a local user from the system.
deletePermsForPrincipalForRes(java.lang:String principalOid, java.lang:String resourceId, java.util:List permList) — Method in interface com.adobe.idp.um.api.AuthorizationManager
Removes the specified permissions from the principal for the given resource instance.
deletePermsForPrincipalForRes(java.lang:String principalOid, java.lang:String resourceId, java.util:List permList) — Method in class com.adobe.livecycle.usermanager.client.AuthorizationManagerServiceClient
Removes the specified permissions from the principal for the given resource instance.
deletePermsForPrincipalsForRes(java.util:List principalOid, java.lang:String resourceId, java.util:List permList) — Method in interface com.adobe.idp.um.api.AuthorizationManager
Removes the specified permissions from the List of principals for the given resource instance.
deletePermsForPrincipalsForRes(java.util:List principalOid, java.lang:String resourceId, java.util:List permList) — Method in class com.adobe.livecycle.usermanager.client.AuthorizationManagerServiceClient
Removes the specified permissions from the List of principals for the given resource instance.
deletePolicy(java.lang:String policySetName, java.lang:String policyName) — Method in interface com.adobe.livecycle.rightsmanagement.client.PolicyManager
Deletes the specified policy.
deleteResource(java.lang:String resourceUri) — Method in interface com.adobe.repository.bindings.ResourceRepository
Permanently removes the com.adobe.repository.infomodel.bean.Resource identified by resourceUri from the repository.
deleteResource(java.lang:String resourceUri) — Method in class com.adobe.repository.bindings.dsc.client.ResourceRepositoryClient
Permanently removes the com.adobe.repository.infomodel.bean.Resource identified by resourceUri from the repository.
deleteResources(java.lang:String[] resourceUris) — Method in interface com.adobe.repository.bindings.ResourceRepository
Permanently removes the com.adobe.repository.infomodel.bean.Resource objects identified by resourceUris from the repository.
deleteResources(java.lang:String[] resourceUris) — Method in class com.adobe.repository.bindings.dsc.client.ResourceRepositoryClient
Permanently removes the com.adobe.repository.infomodel.bean.Resource objects identified by resourceUris from the repository.
deleteRole(java.lang:String roleId) — Method in interface com.adobe.idp.um.api.AuthorizationManager
Deletes the role.
deleteRole(java.lang:String roleId) — Method in class com.adobe.livecycle.usermanager.client.AuthorizationManagerServiceClient
Deletes the role.
deleteWatermark(java.lang:String watermarkId) — Method in interface com.adobe.livecycle.rightsmanagement.client.WatermarkManager
Deletes the specified watermark.
Delimiter — Final class in package com.adobe.livecycle.barcodedforms
Represents data delimiter enumeration values used by the Barcoded Forms service when it converts delimited data to XML (XDP or XFDF) data.
DeltaInfo — Class in package com.adobe.repository.bindings
This class maintains information helpful to synchronizing local copies of resources with those in the Repository.
DeltaInfo() — Constructor in class com.adobe.repository.bindings.DeltaInfo
DeltaList — Class in package com.adobe.repository.bindings
This class maintains synchronization information on folders containing resources of interest, which are resources being examined for changes.
DeltaList() — Constructor in class com.adobe.repository.bindings.DeltaList
deploy(com.adobe.idp.dsc.registry.infomodel:ServiceConfiguration aConfig) — Method in interface com.adobe.idp.dsc.registry.service.ServiceRegistry
Transitions an Inactive service configuration into an Active, but STOPPED state.
deploy(com.adobe.idp.dsc.registry.infomodel:ServiceConfiguration aConfig) — Method in class com.adobe.idp.dsc.registry.service.client.ServiceRegistryClient
Transitions an Inactive service configuration into an Active, but STOPPED state.
DEPLOYMENT_STATUS_ACTIVE — Final static property in class com.adobe.repository.infomodel.bean.Resource
Represents a deployment status of active.
DEPLOYMENT_STATUS_DEPLOYED — Final static property in class com.adobe.repository.infomodel.bean.Resource
Represents a deployment status of deployed.
DEPLOYMENT_STATUS_INACTIVE — Final static property in class com.adobe.repository.infomodel.bean.Resource
Represents a deployment status of inactive.
DEPLOYMENT_STATUS_UNSPECIFIED — Final static property in class com.adobe.repository.infomodel.bean.Resource
Represents a resource for which a deployment status has not been specified.
DEPTH_INFINITE — Final static property in class com.adobe.repository.infomodel.bean.Lock
DEPTH_INFINITE — Final static property in class com.adobe.repository.infomodel.bean.ResourceCollection
Depth constant indicating that an operation should apply/return a resource collection and all members, or children.
DEPTH_ONE — Final static property in class com.adobe.repository.infomodel.bean.Lock
Depth constant indicating that a lock/unlock operation should apply to a resource or a resource collection and its internal members, or immediate children.
DEPTH_ONE — Final static property in class com.adobe.repository.infomodel.bean.ResourceCollection
Depth constant indicating that an operation should apply/return a resource collection and its internal members, or immediate children.
DEPTH_ZERO — Final static property in class com.adobe.repository.infomodel.bean.Lock
Depth constant indicating that a lock/unlock operation should apply to a resource or a resource collection only and none of its internal members, or immediate children.
DEPTH_ZERO — Final static property in class com.adobe.repository.infomodel.bean.Resource
Depth constant indicating that an operation should apply/return a resource collection only and none of its internal members, or immediate children.
DESC — Final static property in class com.adobe.idp.dsc.filter.Sort
Desccending sort order.
DESCENDING — Final static property in interface com.adobe.idp.taskmanager.dsc.client.query.SortOrder
Sort the result set in descending order on the associated attribute.
DESCRIPTION — Final static property in class com.adobe.idp.dsc.registry.service.ServiceCategoryFilter
The service category description.
DESCRIPTION — Final static property in class com.adobe.idp.dsc.registry.service.ServiceConfigurationFilter
The description.
deserializeValue(java.lang:Class aTargetType, java.lang:String aVal, java.lang:ClassLoader aClassLoader) — Method in interface com.adobe.idp.dsc.datatype.TextSerializer
Converts the values passed in from a java.lang.String to its expected data type (either the configuration or runtime data type).
DetermineAutomatically — Final static property in class com.adobe.livecycle.convertpdfservice.client.enumeration.ColorSpace
Determine the color space automatically.
DirectoryGroupProvider — Interface in package com.adobe.idp.um.spi.directoryservices
The DirectoryGroupProvider interface defines a mechanism for retrieving the user records that belong to a specific user group from a repository.
DIRECTORY_GROUP_PROVIDER — Final static property in class com.adobe.idp.um.spi.UMSPIConstants
Directory group provider constant.
DIRECTORY_GROUP_PROVIDER — Final static property in class com.adobe.idp.um.spi.UMSPIConstants.ServiceProviderSpecificationIds
Directory group provider specification identifier.
DirectoryManager — Interface in package com.adobe.idp.um.api
This is the primary interface for directory management.
DirectoryManagerServiceClient — Class in package com.adobe.livecycle.usermanager.client
This is the client implementation of the com.adobe.idp.um.api.DirectoryManager class.
DirectoryManagerServiceClient(com.adobe.idp.dsc.clientsdk:ServiceClientFactory serviceClientFactory) — Constructor in class com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient
Directory manager service client constructor.
DirectoryPrincipalProvider — Interface in package com.adobe.idp.um.spi.directoryservices
The DirectoryPrincipalProvider interface is the base interface for user and group provider interfaces.
DirectoryProviderConfig — Class in package com.adobe.idp.um.spi.directoryservices
The DirectoryProviderConfig class provides methods for retrieving information about directory service providers from the User Management configuration settings.
DirectoryProviderConfig(java.lang:String domain, com.adobe.idp.um.spi.directoryservices:UserConfigBO userConfig) — Constructor in class com.adobe.idp.um.spi.directoryservices.DirectoryProviderConfig
Creates a new DirectoryProviderConfig object based on the provided configuration information.
DirectoryProviderConfig(java.lang:String domain, com.adobe.idp.um.spi.directoryservices:GroupConfigBO groupConfig) — Constructor in class com.adobe.idp.um.spi.directoryservices.DirectoryProviderConfig
Creates a new DirectoryProviderConfig object based on the provided configuration information.
DirectorySyncInfo — Class in package com.adobe.idp.um.api.infomodel
Directory synchronization information class.
DirectorySyncInfo(java.lang:String state, int syncStatus, java.util:Date date, int epochMajor) — Constructor in class com.adobe.idp.um.api.infomodel.DirectorySyncInfo
Constructor that creates a synchronization information object.
DirectoryUserProvider — Interface in package com.adobe.idp.um.spi.directoryservices
The DirectoryUserProvider interface defines the mechanism used to retrieve all user records from a given repository.
DIRECTORY_USER_PROVIDER — Final static property in class com.adobe.idp.um.spi.UMSPIConstants
Directory user provider constant.
DIRECTORY_USER_PROVIDER — Final static property in class com.adobe.idp.um.spi.UMSPIConstants.ServiceProviderSpecificationIds
Directory user provider specification identifier.
Disabled — Final static property in class com.adobe.livecycle.formsservice.client.HTMLToolbar
The HTML toolbar is disabled.
dispose() — Method in class com.adobe.idp.Document
Disposes of any local temporary storage resources (for example, file, database data, and so on) occupied by the document content.
disposeJob(com.adobe.idp.jobmanager.common:JobId jobId) — Method in class com.adobe.idp.jobmanager.client.JobManager
Dispose of the job identified by the specified job identifier, and reclaim all of its associated resources.
disposeJob(com.adobe.idp.jobmanager.common:JobId jobId) — Method in interface com.adobe.idp.jobmanager.service.JobManager
Dispose of the job identified by the specified job identifier, and reclaim all of its associated resources.
DistillerServiceClient — Class in package com.adobe.livecycle.distiller.client
This class provides APIs to generate PDF documents from PostScript, Encapsulated PostScript, and PRN files.
DistillerServiceClient(com.adobe.idp.dsc.clientsdk:ServiceClientFactory factory) — Constructor in class com.adobe.livecycle.distiller.client.DistillerServiceClient
This is the constructor for creating a Distiller client instance.
DN — Final static property in class com.adobe.idp.um.api.UMConstants.SynchronizationUniqueAttributes
Domain name.
DOC — Final static property in class com.adobe.livecycle.generatepdf.client.ConvertPDFFormatType
Microsoft .doc file format.
Document — Class in package com.adobe.idp
The Document class passes data of arbitrary size between different LiveCycle services and components via remote RMI calls.
Document(byte[] data) — Constructor in class com.adobe.idp.Document
Creates a new Document out of the content specified by the byte array.
Document(java.io:InputStream is) — Constructor in class com.adobe.idp.Document
Creates a new Document with the content provided by the java.io.InputStream object.
Document(java.net:URL url) — Constructor in class com.adobe.idp.Document
Creates a new Document out of the content accessible via the URL.
Document(java.io:File file, boolean own) — Constructor in class com.adobe.idp.Document
Creates a new Document out of the content stored in the file.
Document(DocumentWriter writer, java.lang:Object obj) — Constructor in class com.adobe.idp.Document
Do not use.
Document(com.adobe.idp:Document doc) — Constructor in class com.adobe.idp.Document
Creates a copy of the Document supplied as input.
DOCUMENT_ADD_ANNOTATION_EVENT — Final static property in interface com.adobe.livecycle.rightsmanagement.client.EventManager
The constant that represents the event where a user adds an annotation to a policy-protected document.
DOCUMENT_CHANGE_REVOKE_URL_EVENT — Final static property in interface com.adobe.livecycle.rightsmanagement.client.EventManager
The constant that represents the event where a user changes the redirection URL for a revoked document.
DOCUMENT_CHANGE_SECURITY_HANDLER_EVENT — Final static property in interface com.adobe.livecycle.rightsmanagement.client.EventManager
The constant that represents the event where a user changes a document so that it no longer uses the Rights Management service for security.
DOCUMENT_CLOSE_EVENT — Final static property in interface com.adobe.livecycle.rightsmanagement.client.EventManager
The constant that represents the event where a user closes a policy-protected document.
DOCUMENT_DATA_TYPE — Final static property in interface com.adobe.idp.taskmanager.dsc.client.task.FormInstance
The com.adobe.idp.Document storage type for tasks.
DOCUMENT_FORM_FILL_EVENT — Final static property in interface com.adobe.livecycle.rightsmanagement.client.EventManager
The constant that represents the event where a user fills in the fields on a policy-protected document.
DocumentManager — Interface in package com.adobe.livecycle.rightsmanagement.client
The DocumentManager interface provides methods for manipulating the policy security of PDF documents.
DOCUMENT_MODIFY_EVENT — Final static property in interface com.adobe.livecycle.rightsmanagement.client.EventManager
The constant that represents the event where a user makes changes to the content of a policy-protected document.
DOCUMENT_PERSIST_PREFIX — Final static property in interface com.adobe.idp.taskmanager.dsc.client.task.FormInstance
Prefix used for persisted documents.
DOCUMENT_PRINT_HIGH_EVENT — Final static property in interface com.adobe.livecycle.rightsmanagement.client.EventManager
The constant that represents the event where a policy-protected document is printed using high resolution.
DOCUMENT_PRINT_LOW_EVENT — Final static property in interface com.adobe.livecycle.rightsmanagement.client.EventManager
The constant that represents the event where a policy-protected document is printed using low resolution.
DOCUMENT_REVISED — Final static property in interface com.adobe.livecycle.rightsmanagement.client.infomodel.License
The constant that indicates that a document was revoked because the document was revised.
DOCUMENT_REVOKE_EVENT — Final static property in interface com.adobe.livecycle.rightsmanagement.client.EventManager
The constant that represents the event where a user or an administrator revokes access to a policy-protected document.
DOCUMENT_SECURE_EVENT — Final static property in interface com.adobe.livecycle.rightsmanagement.client.EventManager
The constant that represents the event where a user secures a document with a policy.
DOCUMENT_SIGN_EVENT — Final static property in interface com.adobe.livecycle.rightsmanagement.client.EventManager
The constant that represents the event where a user digitally signs a policy-protected document.
DOCUMENT_SWITCH_POLICY_EVENT — Final static property in interface com.adobe.livecycle.rightsmanagement.client.EventManager
The constant that represents the event where a user or an administrator switches the policy that is protecting a document.
DOCUMENT_TERMINATED — Final static property in interface com.adobe.livecycle.rightsmanagement.client.infomodel.License
The constant that indicates that a document was revoked because the document was terminated.
DOCUMENT_UNKNOWN_CLIENT_EVENT — Final static property in interface com.adobe.livecycle.rightsmanagement.client.EventManager
The constant that represents the event where a client attempts to connect to the server, but is not a recognized client type.
DOCUMENT_UNREVOKE_EVENT — Final static property in interface com.adobe.livecycle.rightsmanagement.client.EventManager
The constant that represents the event where a user or an administrator provides access to a document that was revoked.
DOCUMENT_VIEW_EVENT — Final static property in interface com.adobe.livecycle.rightsmanagement.client.EventManager
The constant that represents the event where a policy-protected document is opened.
doInTransaction(com.adobe.idp.dsc.transaction:TransactionContext aTxCtx) — Method in interface com.adobe.idp.dsc.transaction.TransactionCallback
This method is called by com.adobe.idp.dsc.transaction.TransactionTemplate#execute() TransactionTemplate.execute().
doInTransaction(com.adobe.idp.dsc.transaction:TransactionContext aTxCtx) — Method in class com.adobe.idp.dsc.transaction.TransactionCallbackWithoutResult
This is called by com.adobe.idp.dsc.transaction.TransactionTemplate#execute() TransactionTemplate.execute() within a transactional context.
Domain — Interface in package com.adobe.idp.um.api.infomodel
This is the interface containing domain information.
DOMAIN_ANONYMOUS_APS — Final static property in class com.adobe.idp.um.api.UMConstants.SpecialDefaultPrincipals
The name of the domain containing the "Anonymous" user as part of anonymous access.
DOMAIN_DEFAULT — Final static property in class com.adobe.idp.um.api.UMConstants.SpecialDefaultPrincipals
The name of the default domain.
Domain.DomainNameComprator — Class in package com.adobe.idp.um.api.infomodel
Class used to compare domains.
Domain.DomainNameComprator() — Constructor in class com.adobe.idp.um.api.infomodel.Domain.DomainNameComprator
DOMAIN_STATUS_CURRENT — Final static property in class com.adobe.idp.um.api.infomodel.RoleMembershipSearchFilter
Current (active) domain.
DOMAIN_STATUS_FIELD — Final static property in class com.adobe.idp.um.api.infomodel.RoleMembershipSearchFilter
Domain status.
doneReading() — Method in class com.adobe.idp.Document
Closes any resources opened by the Document object while reading the content with any of the Document object's read() methods.
DSC_CALLER_OPERATION — Static property in class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties
Set by LiveCycle to enable the target service to identify the caller in the case of nested service invocations.
DSC_CALLER_SERVICE — Static property in class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties
Set by LiveCycle to enable the target service to identify the caller in the case of nested service invocations.
DSC_CALLER_VERSION — Static property in class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties
Set by LiveCycle to enable the target service to identify the caller in the case of nested service invocations.
DSC_CONTEXT — Static property in class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties
Represents the context of the LiveCycle component.
DSC_CREDENTIAL — Static property in class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties
Represents a credential specification.
DSC_CREDENTIAL_PASSWORD — Static property in class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties
Represents a LiveCycle password.
DSC_CREDENTIAL_USERNAME — Static property in class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties
Represents a LiveCycle user name.
DSC_DEFAULT_EJB_ENDPOINT — Static property in class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties
Specifies the default EJB end point.
DSC_DEFAULT_SOAP_ENDPOINT — Static property in class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties
Specifies the default SOAP end point.
DSC_DIRECT_PASSTHROUGH — Static property in class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties
DSC_EJB_PROTOCOL — Final static property in class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties
Specifies the EJB protocol.
DSC_IN_VM_PASSTHROUGH_STRATEGY — Static property in class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties
Specifies the stratgy to use when non-managed clients (for example, Non DSCs) are sending invocation requests through the VM provider, whereby two ClassLoaders are involved; the Clients ClassLoader and the DSC's ClassLoader.
DSC_JBOSS_SERVER_TYPE — Final static property in class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties
Specifies that LiveCycle is deployed on a JBoss J2EE Application Server.
DSC_PASSTHROUGH_BY_PROXY — Static property in class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties
DSC_PASSTHROUGH_BY_SERIALIZATION — Static property in class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties
DSC_SERVER_TYPE — Final static property in class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties
Specifies the server type of the J2EE application server on which LiveCycle is deployed.
DSC_SOAP_PROTOCOL — Final static property in class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties
Specifies the SOAP protocol.
DSC_TRANSPORT_PROTOCOL — Final static property in class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties
Specifies the client transport protocol.
DSC_WEBLOGIC_SERVER_TYPE — Final static property in class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties
Specifies that LiveCycle is deployed on a BEA WebLogic J2EE Application Server.
DSC_WEBSPHERE_SERVER_TYPE — Final static property in class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties
Specifies that LiveCycle is deployed on an IBM WebSphere J2EE Application Server.
DSGroupContainmentRecord — Class in package com.adobe.idp.um.spi.directoryservices
The DSGroupContainmentRecord class provides a container for storing and retrieving the user and group records that belong to a group.
DSGroupContainmentRecord() — Constructor in class com.adobe.idp.um.spi.directoryservices.DSGroupContainmentRecord
Creates a new DSGroupContainmentRecord object.
DSPrincipalCollection — Class in package com.adobe.idp.um.spi.directoryservices
The DSPrincipalCollection class provides a container for storing sets of user records.
DSPrincipalCollection() — Constructor in class com.adobe.idp.um.spi.directoryservices.DSPrincipalCollection
Creates a new DSPrincipalCollection object.
DSPrincipalIdRecord — Class in package com.adobe.idp.um.spi.directoryservices
The DSPrincipalIdRecord class provides a container for the unique identification of a principal.
DSPrincipalIdRecord() — Constructor in class com.adobe.idp.um.spi.directoryservices.DSPrincipalIdRecord
DSPrincipalRecord — Class in package com.adobe.idp.um.spi.directoryservices
The DSPrincipalRecord class provides a container for storing information that constitutes a User Management user or group record.
DSPrincipalRecord() — Constructor in class com.adobe.idp.um.spi.directoryservices.DSPrincipalRecord
Default constructor.
duplexLongEdge — Final static property in class com.adobe.livecycle.output.client.Pagination
Represents a simplex duplex long edge value.
duplexShortEdge — Final static property in class com.adobe.livecycle.output.client.Pagination
Represents a duplex short edge pagination value.
DuplicateApplicationException — Class in package com.adobe.idp.applicationmanager.application
An exception indicating that a duplicate application was found.
DuplicateApplicationException(java.lang:Throwable throwable) — Constructor in class com.adobe.idp.applicationmanager.application.DuplicateApplicationException
Constructor that uses a throwable exception.
DuplicateApplicationException(java.lang:String msg) — Constructor in class com.adobe.idp.applicationmanager.application.DuplicateApplicationException
Constructor that uses a message to be displayed.
DuplicateComponentException — Class in package com.adobe.idp.dsc.registry.component
An exception indicating that a duplicate component has been encountered.
DuplicateComponentException(java.lang:String aComponentId, java.lang:String aVersion) — Constructor in class com.adobe.idp.dsc.registry.component.DuplicateComponentException
Constructor identifying the duplicate component using the component identifier and version.
DuplicateConnectorException — Class in package com.adobe.idp.dsc.registry
An exception indicating that a duplicate connector has been encountered.
DuplicateConnectorException(DSCError error) — Constructor in class com.adobe.idp.dsc.registry.DuplicateConnectorException
Constructor that uses the specified document service component error.
DuplicateEndpointCategoryException — Class in package com.adobe.idp.dsc.registry
An exception indicating that a duplicate endpoint category has been encountered.
DuplicateEndpointCategoryException(DSCError error) — Constructor in class com.adobe.idp.dsc.registry.DuplicateEndpointCategoryException
Constructor that uses the specified document service component error.
DuplicateEndpointException — Class in package com.adobe.idp.dsc.registry
An exception indicating that a duplicate endpoint has been encountered.
DuplicateEndpointException(DSCError error) — Constructor in class com.adobe.idp.dsc.registry.DuplicateEndpointException
Constructor that uses the specified document service component error.
DuplicateServiceCategoryException — Class in package com.adobe.idp.dsc.registry.service
Duplicate service category exception.
DuplicateServiceCategoryException(java.lang:String aCategoryId) — Constructor in class com.adobe.idp.dsc.registry.service.DuplicateServiceCategoryException
Constructor that creates the exception using the service category identifier.
DuplicateServiceConfigurationException — Class in package com.adobe.idp.dsc.registry.service
Duplicate service configuration exception.
DuplicateServiceConfigurationException(java.lang:String aServiceId, int aMajorVersion, int aMinorVersion) — Constructor in class com.adobe.idp.dsc.registry.service.DuplicateServiceConfigurationException
Constructor that creates the exception using the service identifier and version information.
DuplicateServiceException — Class in package com.adobe.idp.dsc.registry.service
Duplicate service exception.
DuplicateServiceException(java.lang:String aServiceId) — Constructor in class com.adobe.idp.dsc.registry.service.DuplicateServiceException
Constructor that creates the exception using the service identifier.
DuplicateSignatureFieldException — Class in package com.adobe.livecycle.signatures.client.types.exceptions
Represents an exception that is thrown if a duplicate signature field is located within a PDF document.
DuplicateSignatureFieldException() — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.DuplicateSignatureFieldException
Constructs a new exception with a null message and cause.
DuplicateSignatureFieldException(java.lang:String errorMsg) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.DuplicateSignatureFieldException
Constructs a new exception with a given message.
DuplicateSignatureFieldException(java.lang:Throwable chainedException) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.DuplicateSignatureFieldException
Constructs a new exception with a given cause.
DuplicateSignatureFieldException(java.lang:String errorMsg, java.lang:Throwable chainedException) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.DuplicateSignatureFieldException
Constructs a new exception with a given message and cause.
DuplicateSignatureFieldException(java.lang:String errorMsg, java.lang:Object[] params) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.DuplicateSignatureFieldException
Constructs a new exception with a given message.
DuplicateSignatureFieldException(java.lang:String errorMsg, java.lang:Object[] params, java.lang:Throwable chainedException) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.DuplicateSignatureFieldException
Constructs a new exception with a given message.
DYNAMIC_XFA — Final static property in class com.adobe.external.pdfutil.client.PDFPropertiesResponse
A form type indicating this document is dynamic XFA.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/javadoc/all-index-D.html