| 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 | |
| DATABASE — Final static property, interface flex.data.assemblers.SQLAssemblerConstants | |
| DatabaseTimeoutSettings — class, package flex.data.config | |
| Common settings for the different database connections available to the SQL Assembler. | |
| DatabaseTimeoutSettings() — Constructor, class flex.data.config.DatabaseTimeoutSettings | |
| DataDestination — class, package flex.data | |
| Subclass of MessageDestination which provides DataService-specific destination functionality, such as data item paging. | |
| DataDestination() — Constructor, class flex.data.DataDestination | |
| Constructs an unmanaged DataDestination instance. | |
| DataDestination(boolean enableManagement) — Constructor, class flex.data.DataDestination | |
| Constructs a DataDestination with the indicated management. | |
| DataDestinationControl — class, package flex.management.runtime.data | |
| The DataDestinationControl class is the MBean implementation for monitoring and managing a DataDestination at runtime. | |
| DataDestinationControl(flex.data:DataDestination destination, flex.management:BaseControl parent) — Constructor, class flex.management.runtime.data.DataDestinationControl | |
| Constructs a new DataDestinationControl instance. | |
| DataDestinationControlMBean — Interface, package flex.management.runtime.data | |
| Defines the runtime monitoring and management interface for managed DataDestinations. | |
| DataErrorMessage — class, package flex.data.messages | |
| This special type of ErrorMessage is used to transport additional data specific to data conflict and synchronization errors that cannot be accomodated by the base error message type. | |
| DataErrorMessage() — Constructor, class flex.data.messages.DataErrorMessage | |
| DataErrorMessage(flex.data:DataSyncException s) — Constructor, class flex.data.messages.DataErrorMessage | |
| DATA_FILE — Final static property, class com.adobe.livecycle.output.client.OutputOptionsSpecConstants | |
| Represents the data file that contains XML form data that is merged with the form. | |
| DataMessage — class, package flex.data.messages | |
| This type of Message represents communications between client and server DataServices. | |
| DataMessage() — Constructor, class flex.data.messages.DataMessage | |
| DataNetworkSettings — class, package flex.data.config | |
| Network policy settings for a DataCollection. | |
| DataNetworkSettings() — Constructor, class flex.data.config.DataNetworkSettings | |
| Creates a DataNetworkSettings instance with default settings. | |
| DataServiceControl — class, package flex.management.runtime.data | |
| The DataServiceControl class is the MBean implemenation for monitoring and managing a DataService at runtime. | |
| DataServiceControl(flex.data:DataService service, flex.management:BaseControl parent) — Constructor, class flex.management.runtime.data.DataServiceControl | |
| Constructs a DataServiceControl, assigning its id, managed data service and parent MBean. | |
| DataServiceControlMBean — Interface, package flex.management.runtime.data | |
| Defines the runtime monitoring and management interface for managed data services. | |
| DataServiceException — class, package flex.data | |
| Exception type for DataService errors. | |
| DataServiceException() — Constructor, class flex.data.DataServiceException | |
| DataServiceTransaction — class, package flex.data | |
| A DataServiceTransaction instance is created for each operation that modifies the state of objects managed by Data Management Services. | |
| DATASOURCE — Final static property, interface flex.data.assemblers.SQLAssemblerConstants | |
| DatasourceSettings — class, package flex.data.config | |
| Datasource-specific settings for the SQL Assembler database connection. | |
| DatasourceSettings() — Constructor, class flex.data.config.DatasourceSettings | |
| DataSyncException — class, package flex.data | |
| A DayaSyncException describes a data conflict that arises as a result of a client attempt to commit a "sync" DataService operation. | |
| DataSyncException(flex.data:ChangeObject co) — Constructor, class flex.data.DataSyncException | |
| You can use this constructor when no single property is known to have caused a conflict, and when no known safe state of the Object is known to exist. | |
| DataSyncException(flex.data:ChangeObject co, java.lang:Object serverVersion) — Constructor, class flex.data.DataSyncException | |
| You can use this constructor when no single property is known to have caused a conflict, but the known safe state of the Object is available. | |
| DataSyncException(flex.data:ChangeObject co, java.lang:Object serverVersion, java.lang:String propertyName) — Constructor, class flex.data.DataSyncException | |
| You can use this constructor when a single property is known to have caused a conflict. | |
| DataSyncException(flex.data:ChangeObject co, java.lang:Object serverVersion, java.util:List propertyNames) — Constructor, class flex.data.DataSyncException | |
| You can use this constructor when multiple properties are known to have caused a conflict. | |
| DataSyncException(java.lang:Object serverVersion, java.util:List propertyNames) — Constructor, class flex.data.DataSyncException | |
| You use this version of the constructor when you are using the Assembler interface and do not have a ChangeObject corresponding to the change. | |
| DataType — Interface, package com.adobe.idp.dsc.registry.infomodel | |
| Data type. | |
| DataTypeNotFoundException — class, package com.adobe.idp.dsc.registry | |
| An exception indicating that the data type was not found. | |
| DataTypeNotFoundException(java.lang:String aDataTypeId) — Constructor, class com.adobe.idp.dsc.registry.DataTypeNotFoundException | |
| Constructor that uses the specified data type. | |
| DataTypeNotFoundException(java.lang:String aDataTypeId, int aMajorVersion, int aMinorVersion) — Constructor, class com.adobe.idp.dsc.registry.DataTypeNotFoundException | |
| Constructor that uses the specified data type and version information. | |
| DateFilter — Interface, package com.adobe.idp.taskmanager.dsc.client.query | |
| A DateFilter object is used to sort according to date ranges. | |
| DDXMMsgSet — class, package com.adobe.service.ddxm.client | |
| The DDXMMsgSet class specifies general and error messages related to processing the DDX document. | |
| DDXMMsgSet() — Constructor, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| DDXM_N00000_PROCESSING_START — Final static property, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| Start processing a DDX result node. | |
| DDXM_N00001_PROCESSING_SUCCESS — Final static property, 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, 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, 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, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| An error occurred while processing a DDX result node. | |
| DDXM_S00002_INPUT_NOT_FOUND — Final static property, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| Input not found. | |
| DDXM_S00003_SPEC_VALIDATION_FAILED — Final static property, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| The DDX document failed to validate according to the specification. | |
| DDXM_S00004_CONTEXT_EXCEPTION — Final static property, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| A JAXB context exception occurred. | |
| DDXM_S00005_DOCUMENT_CONVERSION_ERROR — Final static property, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| An error occurred while converting a document. | |
| DDXM_S00006_CLONE_EXCEPTION — Final static property, 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, 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, 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, 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, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| The input DDX document failed basic schema validation. | |
| DDXM_S00011_SCHEMA_ERROR — Final static property, 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, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| The input DDX document could not be parsed. | |
| DDXM_S00013_MULTIPLE_INPUTS_FOUND — Final static property, 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, 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, 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, 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, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| The file attachment to be imported cannot be found. | |
| DDXM_S03002_ATTACH_PDFDOCUMENT_NULL — Final static property, 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, 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, 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, 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, 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, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| A FilenameEncoding element is required for FileAttachmentsSource. | |
| DDXM_S03008_ATTACH_FILE_REQUIRED_ERROR — Final static property, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| The PasswordEncryptionProfile element must specify a name other than None. | |
| DDXM_S08004_ILLEGAL_PASSWORD — Final static property, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| A password contains illegal characters. | |
| DDXM_S08005_MUST_SPECIFY_ONE_OR_TWO_DIFFERENT_PASSWORDS — Final static property, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| The BluePrintNode parent does not have a blueprint. | |
| DDXM_S12001_PAGELABEL_NOPAGELABEL — Final static property, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| The PageLabels element cannot have both NoPageLabels and PageLabel set. | |
| DDXM_S12002_PAGELABEL_FIRSTDOCUMENT — Final static property, 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, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| The PageOverlay or PageUnderlay element node cannot be found. | |
| DDXM_S13002_OVERLAY_SOURCE_ERROR — Final static property, 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, 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, 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, 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, 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, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| Elements such as Header have an alternation attribute. | |
| DDXM_S14005_EXCEEDS_ONE_OCCURANCE — Final static property, 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, 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, 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, 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, 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, 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, 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, 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, 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, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| The page number must be a positive value. | |
| DDXM_S14015_SOURCE_OR_SOURCEMATCH_REQUIRED — Final static property, 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, 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, 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, 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, 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, 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, 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, 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, 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, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| The parent node should be a BluePrintNode element. | |
| DDXM_S18001_TOC_DEFINITION_NOT_FOUND — Final static property, 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, 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, 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, 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, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| An error occurred while building the table of contents. | |
| DDXM_S19001_NEGATIVE_RANGE_START — Final static property, 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, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| The document range given is missing the ending number. | |
| DDXM_S19003_INVALID_RANGE_START — Final static property, 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, 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, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| The document number is less than one. | |
| DDXM_S19006_RANGE_END_LESS_THAN_START — Final static property, 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, 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, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| This error is internal. | |
| DDXM_S19009_TOKENIZER_PARSE_ERROR — Final static property, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| A list of tokens is invalid. | |
| DDXM_S19010_TOKENIZER_CHAR_REUSE — Final static property, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| This error is internal. | |
| DDXM_S20001_MISSING_DEFAULT_COVERSHEET_DOCUMENT — Final static property, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| The specified document failed to close properly. | |
| DDXM_W00002_DOCUMENT_FAILED_TO_CLOSE — Final static property, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| The specified document failed to close properly. | |
| DDXM_W00003_DOCUMENT_FAILED_TO_DELETE — Final static property, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| The specified document could not be deleted. | |
| DDXM_W00004_SCHEMA_WARNING — Final static property, 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, 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, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| An invalid or unknown log level was specified. | |
| DDXM_W00007_LOGGING_IMPACTS_PERFORMANCE — Final static property, 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, 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, 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, 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, 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, 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, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| A supplied text-align attribute was invalid. | |
| DDXM_W06003_IGNORED_HF_STYLEREF — Final static property, 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, 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, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| The supplied font-weight attribute is not allowed. | |
| DDXM_W06006_INVALID_FONT_STYLE — Final static property, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| The supplied font-style attribute is not allowed. | |
| DDXM_W06007_IGNORED_ATTRIBUTE — Final static property, 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, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| The supplied vertical-align attribute is not allowed. | |
| DDXM_W06009_OVERRIDDEN_ATTRIBUTE — Final static property, 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, 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, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| The start attribute of a PageLabel element is invalid. | |
| DDXM_W12002_PAGELABEL_BLANKPAGE — Final static property, 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, 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, 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, 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, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| Incremental saving is prohibited with encryption. | |
| DDXM_W14004_CLONE_NOT_SUPPORTED — Final static property, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| An error occurred while trying to clone a PDFMDocHandle. | |
| DDXM_W14005_EMPTY_SOURCE_LIST — Final static property, 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, 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, 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, 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, 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, class com.adobe.service.ddxm.client.DDXMMsgSet | |
| A Package element had a style reference within a StyleProfile. | |
| DDXM_W20002_ONEENCODING_RECOMMENDED — Final static property, 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, 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, interface com.adobe.idp.taskmanager.dsc.client.query.StatusFilter | |
| Deadlined status. | |
| DEADLINE_INSTRUCTIONS — Final static property, 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, 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, interface com.adobe.idp.taskmanager.dsc.client.task.TaskManager | |
| Completes a task with a deadline event. | |
| DEBUG_ENABLED — Final static property, class com.adobe.livecycle.output.client.RenderOptionsSpecConstants | |
| A constant that defines how the Output service generates debugging information. | |
| DEBUG_ENABLED_ID — Final static property, class com.adobe.livecycle.output.client.RenderOptionsSpecConstants | |
| A numeric identifier value for the DEBUG_ENABLED constant. | |
| DEBUG_OFF — Final static property, class com.adobe.livecycle.output.client.PrintedOutputOptionsSpecConstants | |
| The Output service does not generate debugging information. | |
| DEBUG_ON — Final static property, class com.adobe.livecycle.output.client.PrintedOutputOptionsSpecConstants | |
| The Output service generates debug files in svcdata/Output/Debug. | |
| DEBUG_PERF — Final static property, class com.adobe.livecycle.output.client.PrintedOutputOptionsSpecConstants | |
| The Output service generates debugging information. | |
| 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, class com.adobe.livecycle.barcodedforms.BarcodedFormsService | |
| Decodes barcodes in an LiveCycle document object. | |
| 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, 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. | |
| decodeAndLogin(java.lang:String encoded, flex.messaging.security:LoginManager lm) — Static Method , class flex.messaging.services.AuthenticationService | |
| decrementAttributeIdRefCount(java.lang:String attributeId) — method, class flex.messaging.MessageBroker | |
| Decrements the count of destinations actively using an Application or Session level scoped assembler identified by the passed in attributeId. | |
| DEFACL_DEF_DOMAIN — Final static property, class com.adobe.idp.um.api.UMConstants | |
| The default domain. | |
| DEFACL_GRP_PREFIX — Final static property, class com.adobe.idp.um.api.UMConstants | |
| The default ACL group prefix. | |
| Default — Final static property, class com.adobe.livecycle.convertpdfservice.client.enumeration.Style | |
| Represents the default style. | |
| DEFAULT — Final static property, class flex.data.PropertySpecifier | |
| DEFAULT_ACL_USER_ID — Final static property, class com.adobe.idp.taskmanager.dsc.client.task.TaskManagerConstants | |
| The default ACL user identifier used to store the default ACL. | |
| DEFAULT_ALIAS — Final static property, class com.adobe.livecycle.signatures.client.types.Credential | |
| DEFAULT_CATEGORY_ID — Final static property, interface com.adobe.idp.dsc.registry.service.ServiceRegistry | |
| DEFAULT_EXCLUDE — Final static property, class com.adobe.repository.RepositoryLoadProfile | |
| Constant used to create a RepositoryLoadProfile that excludes everything by default. | |
| DEFAULT_FONT_STYLE — Final static property, class com.adobe.service.ddxm.client.EnvironmentConstants | |
| The default font style for adding content to pages. | |
| DEFAULT_INITIAL_INSTANCES — Final static property, class com.adobe.idp.dsc.registry.service.ServicePoolConfigurationInfo | |
| DEFAULT_MAX_ASYCHRONOUS_INSTANCES — Final static property, class com.adobe.idp.dsc.registry.service.ServicePoolConfigurationInfo | |
| DEFAULT_MAX_CONNECTIONS_HOST — Final static property, class flex.messaging.services.http.HTTPConnectionManagerSettings | |
| The default maximum number of connections allowed per host. | |
| DEFAULT_MAX_INSTANCES — Final static property, class com.adobe.idp.dsc.registry.service.ServicePoolConfigurationInfo | |
| DEFAULT_MAX_STREAMING_CONNECTIONS_PER_SESSION — Final static property, class flex.messaging.client.UserAgentSettings | |
| The default number of streaming connections per session. | |
| DEFAULT_MAX_TOTAL_CONNECTIONS — Final static property, class flex.messaging.services.http.HTTPConnectionManagerSettings | |
| The default maximum number of connections allowed overall. | |
| DefaultMBeanServerLocator — class, package flex.management | |
| The default implementation of an MBeanServerLocator. | |
| DefaultMBeanServerLocator() — Constructor, class flex.management.DefaultMBeanServerLocator | |
| DEFAULT_PAGING_SERVICE_NAME — Final static property, class flex.messaging.io.PagedRowSet | |
| Pageable Rowset Service Name. | |
| DEFAULT_PROJECT — Final static property, class com.adobe.repository.RepositoryLoadProfile | |
| Constant used to create a RepositoryLoadProfile that projects everything by default. | |
| DEFAULT_TIMEOUT — Final static property, class flex.messaging.config.NetworkSettings | |
| DEFAULT_TSP_SIZE — Final static property, class com.adobe.livecycle.signatures.client.types.TSPOptionSpec | |
| The default size, in bytes, of this TSP request. | |
| DEFAULT_WAIT_TIME — Final static property, class com.adobe.idp.dsc.registry.service.ServicePoolConfigurationInfo | |
| delete(com.celequest.api.function:IUDAggregateState aggregateState, com.celequest.api.type:ISQLValue[] values) — method, interface com.celequest.api.function.IUDAggregateFunction | |
| Deletes a set of values (that were previously inserted) from the aggregate state. | |
| deleteAttachment(long taskId, long attachmentId) — method, interface com.adobe.idp.taskmanager.dsc.client.task.TaskManager | |
| Removes an attachment from the specfied task. | |
| deleteConflictMode — Property, class flex.data.assemblers.HibernateType | |
| deleteDomain(java.lang:String domainName) — method, interface com.adobe.idp.um.api.DirectoryManager | |
| Deletes the domain and all associated principals from the system. | |
| deleteDomain(java.lang:String domainName) — method, class com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient | |
| Deletes the domain and all associated principals from the system. | |
| DELETE_FROM_COLLECTION — Final static property, class flex.data.UpdateCollectionChanges | |
| deleteItem(java.lang:String destination, java.lang:Object item) — method, class flex.data.DataServiceTransaction | |
| Sends a deleteItem method to the clients that are sync'd to sequences that contain this item. | |
| deleteItem(java.lang:Object previousVersion) — method, class flex.data.assemblers.AbstractAssembler | |
| This is called when the client application removes an item managed by the destination corresponding to this assembler. | |
| deleteItem(java.lang:Object previousVersion) — method, interface flex.data.assemblers.Assembler | |
| This is called when the client application removes an item managed by the destination corresponding to this assembler. | |
| deleteItem(java.lang:Object clientVersion) — method, class flex.data.assemblers.HibernateAssembler | |
| Deletes the hibernate item. | |
| deleteItem(java.lang:Object deleteItem) — method, class flex.data.assemblers.SQLAssembler | |
| Deletes the item. | |
| DELETE_ITEM — Final static property, interface flex.data.assemblers.SQLAssemblerConstants | |
| deleteItemWithId(java.lang:String destination, java.util:Map identity) — method, class flex.data.DataServiceTransaction | |
| This version of the deleteItem method does not provide for conflict detection if the item has been modified before the delete occurs; it is deleted. | |
| deleteLocalGroup(java.lang:String groupOid) — method, interface com.adobe.idp.um.api.DirectoryManager | |
| Deletes the specified local group. | |
| deleteLocalGroup(java.lang:String groupOid) — method, class com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient | |
| Deletes the specified local group. | |
| deleteLocalUser(java.lang:String userOid) — method, interface com.adobe.idp.um.api.DirectoryManager | |
| Deletes a local user from the system. | |
| deleteLocalUser(java.lang:String userOid) — method, class com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient | |
| Deletes a local user from the system. | |
| DELETE_OPERATION — Final static property, class flex.data.messages.DataMessage | |
| deletePermsForPrincipalForRes(java.lang:String principalOid, java.lang:String resourceId, java.util:List permList) — method, 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, 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, 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, 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, interface com.adobe.livecycle.rightsmanagement.client.PolicyManager | |
| Deletes the specified policy. | |
| deleteResource(java.lang:String resourceUri) — method, 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, 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, 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, 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, interface com.adobe.idp.um.api.AuthorizationManager | |
| Deletes the role. | |
| deleteRole(java.lang:String roleId) — method, class com.adobe.livecycle.usermanager.client.AuthorizationManagerServiceClient | |
| Deletes the role. | |
| deleteWatermark(java.lang:String watermarkId) — method, interface com.adobe.livecycle.rightsmanagement.client.WatermarkManager | |
| Deletes the specified watermark. | |
| Delimiter — final class, 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, package com.adobe.repository.bindings | |
| This class maintains information helpful to synchronizing local copies of resources with those in the Repository. | |
| DeltaInfo() — Constructor, class com.adobe.repository.bindings.DeltaInfo | |
| DeltaList — class, 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, class com.adobe.repository.bindings.DeltaList | |
| deploy(com.adobe.idp.dsc.registry.infomodel:ServiceConfiguration aConfig) — method, 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, 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, class com.adobe.repository.infomodel.bean.Resource | |
| Represents a deployment status of active. | |
| DEPLOYMENT_STATUS_DEPLOYED — Final static property, class com.adobe.repository.infomodel.bean.Resource | |
| Represents a deployment status of deployed. | |
| DEPLOYMENT_STATUS_INACTIVE — Final static property, class com.adobe.repository.infomodel.bean.Resource | |
| Represents a deployment status of inactive. | |
| DEPLOYMENT_STATUS_UNSPECIFIED — Final static property, class com.adobe.repository.infomodel.bean.Resource | |
| Represents a resource for which a deployment status has not been specified. | |
| DEPTH_INFINITE — Final static property, class com.adobe.repository.infomodel.bean.Lock | |
| DEPTH_INFINITE — Final static property, 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, 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, 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, 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, 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, class com.adobe.idp.dsc.filter.Sort | |
| Desccending sort order. | |
| DESCENDING — Final static property, interface com.adobe.idp.taskmanager.dsc.client.query.SortOrder | |
| Sort the result set in descending order on the associated attribute. | |
| describeDestination() — method, class flex.messaging.Destination | |
| Returns a ConfigMap of destination properties that the client needs. | |
| describeEndpoint() — method, class flex.messaging.endpoints.AbstractEndpoint | |
| Returns a ConfigMap of endpoint properties that the client needs. | |
| describeEndpoint() — method, interface flex.messaging.endpoints.Endpoint | |
| Returns a ConfigMap of endpoint properties that the client needs. | |
| describeService(flex.messaging.endpoints:Endpoint endpoint) — method, class flex.messaging.services.AbstractService | |
| Returns a ConfigMap service properties that the client needs. | |
| describeService(flex.messaging.endpoints:Endpoint endpoint) — method, class flex.messaging.services.AuthenticationService | |
| describeService(flex.messaging.endpoints:Endpoint endpoint) — method, interface flex.messaging.services.Service | |
| Describes the service for the client. | |
| describeServices(flex.messaging.endpoints:Endpoint endpoint) — method, class flex.messaging.MessageBroker | |
| Describe services and the channels used by the services for the client. | |
| description — Property, class flex.management.jmx.MBeanAttributeInfo | |
| The description of the attribute. | |
| description — Property, class flex.management.jmx.MBeanConstructorInfo | |
| The description of the constructor. | |
| description — Property, class flex.management.jmx.MBeanInfo | |
| The description of the MBean. | |
| description — Property, class flex.management.jmx.MBeanOperationInfo | |
| The operation description. | |
| description — Property, class flex.management.jmx.MBeanParameterInfo | |
| The description for the parameter. | |
| DESCRIPTION — Final static property, class com.adobe.idp.dsc.registry.endpoint.EndpointCategoryFilter | |
| Represents the description of the category. | |
| DESCRIPTION — Final static property, class com.adobe.idp.dsc.registry.endpoint.EndpointFilter | |
| Represents the description of the endpoint. | |
| DESCRIPTION — Final static property, class com.adobe.idp.dsc.registry.service.ServiceCategoryFilter | |
| The service category description. | |
| DESCRIPTION — Final static property, class com.adobe.idp.dsc.registry.service.ServiceConfigurationFilter | |
| The description. | |
| DESCRIPTION — Final static property, class flex.messaging.io.StatusInfoProxy | |
| Brief description of the error. | |
| deserializeValue(java.lang:Class aTargetType, java.lang:String aVal, java.lang:ClassLoader aClassLoader) — method, 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). | |
| destination — Property, class flex.data.assemblers.HibernateType | |
| Destination — class, package flex.messaging | |
| The Destination class is a source and sink for messages sent through a service destination and uses an adapter to process messages. | |
| Destination() — Constructor, class flex.messaging.Destination | |
| Constructs an unmanaged Destination instance. | |
| Destination(boolean enableManagement) — Constructor, class flex.messaging.Destination | |
| Constructs a Destination with the indicated management. | |
| DESTINATION — Final static property, class flex.data.DataDestination | |
| DESTINATION_CLIENT_ID_HEADER — Final static property, interface flex.messaging.messages.Message | |
| The name for the destination client Id header, used to target a message back to the proper client when multiple clients share a channel. | |
| DestinationControl — class, package flex.management.runtime.messaging | |
| The DestinationControl class is the MBean implementation for monitoring and managing a Destination at runtime. | |
| DestinationControl(flex.messaging:Destination destination, flex.management:BaseControl parent) — Constructor, class flex.management.runtime.messaging.DestinationControl | |
| Constructs a new DestinationControl instance. | |
| DestinationControlMBean — Interface, package flex.management.runtime.messaging | |
| Defines the runtime monitoring and management interface for managed destinations. | |
| destinationId — Property, class flex.data.assemblers.HibernateType | |
| destroyFactoryInstance(flex.messaging:FactoryInstance instanceInfo) — method, interface flex.messaging.DestructibleFlexFactory | |
| This method is called when a component that uses this factory is removed. | |
| destroyFactoryInstance(flex.messaging:FactoryInstance inst) — method, class flex.messaging.factories.JavaFactory | |
| This method is called when a component using this factory is being destroyed. | |
| DestructibleFlexFactory — Interface, package flex.messaging | |
| Implementors of FlexFactory should also implement this interface if their factory has custom destruction behavior. | |
| DETAILED — Final static property, class com.adobe.livecycle.docconverter.client.PDFAConversionOptionSpec.ResultLevel | |
| List all available info. | |
| DETAILED — Final static property, class com.adobe.livecycle.docconverter.client.PDFAValidationOptionSpec.ResultLevel | |
| DETAIL_LOG_CATEGORY — Final static property, class flex.data.assemblers.HibernateAssembler | |
| DETAILS — Final static property, class flex.messaging.io.StatusInfoProxy | |
| Long description of the error. | |
| DetermineAutomatically — Final static property, class com.adobe.livecycle.convertpdfservice.client.enumeration.ColorSpace | |
| Determine the color space automatically. | |
| DetermineAutomatically — Final static property, class com.adobe.livecycle.convertpdfservice.client.enumeration.PageSize | |
| Determine page size and width from the input document | |
| DictionaryProxy — class, package flex.messaging.io | |
| Proxies serialization of a Dictionary and considers all keys as String based property names. | |
| DictionaryProxy() — Constructor, class flex.messaging.io.DictionaryProxy | |
| DictionaryProxy(java.util:Dictionary defaultInstance) — Constructor, class flex.messaging.io.DictionaryProxy | |
| DIRECTION_INBOUND — Final static property, class flex.messaging.endpoints.amf.SuspendableAMFFilter | |
| Indicates a filter is in its inbound processing state. | |
| DIRECTION_OUTBOUND — Final static property, class flex.messaging.endpoints.amf.SuspendableAMFFilter | |
| Indicates a filter is in its outbound processing state. | |
| DirectIP — Final static property, class com.adobe.livecycle.output.client.PrinterProtocol | |
| A standard protocol for remote printing as well as managing print jobs. | |
| DirectoryGroupProvider — Interface, 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, class com.adobe.idp.um.spi.UMSPIConstants | |
| Directory group provider constant. | |
| DIRECTORY_GROUP_PROVIDER — Final static property, class com.adobe.idp.um.spi.UMSPIConstants.ServiceProviderSpecificationIds | |
| Directory group provider specification identifier. | |
| DirectoryManager — Interface, package com.adobe.idp.um.api | |
| This is the primary interface for directory management. | |
| DirectoryManagerServiceClient — class, 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, class com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient | |
| Directory manager service client constructor. | |
| DirectoryPrincipalProvider — Interface, package com.adobe.idp.um.spi.directoryservices | |
| The DirectoryPrincipalProvider interface is the base interface for user and group provider interfaces. | |
| DirectoryProviderConfig — class, 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, 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, class com.adobe.idp.um.spi.directoryservices.DirectoryProviderConfig | |
| Creates a new DirectoryProviderConfig object based on the provided configuration information. | |
| DirectorySyncInfo — class, 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, class com.adobe.idp.um.api.infomodel.DirectorySyncInfo | |
| Constructor that creates a synchronization information object. | |
| DirectoryUserProvider — Interface, 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, class com.adobe.idp.um.spi.UMSPIConstants | |
| Directory user provider constant. | |
| DIRECTORY_USER_PROVIDER — Final static property, class com.adobe.idp.um.spi.UMSPIConstants.ServiceProviderSpecificationIds | |
| Directory user provider specification identifier. | |
| disable(com.adobe.idp.dsc.registry.infomodel:Endpoint aEndpoint) — method, interface com.adobe.idp.dsc.registry.endpoint.EndpointRegistry | |
| Disables an endpoint. | |
| disable(com.adobe.idp.dsc.registry.infomodel:Endpoint aEndpoint) — method, class com.adobe.idp.dsc.registry.endpoint.client.EndpointRegistryClient | |
| disable() — method, interface com.celequest.api.agent.IAgent | |
| disable is called when a DISABLE request is received from the Celequest server. | |
| Disabled — Final static property, class com.adobe.livecycle.formsservice.client.HTMLToolbar | |
| The HTML toolbar is disabled. | |
| DISCONNECT_OPERATION — Final static property, class flex.messaging.messages.CommandMessage | |
| This operation is used to indicate that a channel has disconnected. | |
| dispose() — method, 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, 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, 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, package com.adobe.livecycle.distiller.client | |
| This class converts PostScript, Encapsulated PostScript, and PRN files to compact, reliable, and more secure PDF files over a network. | |
| DistillerServiceClient(com.adobe.idp.dsc.clientsdk:ServiceClientFactory factory) — Constructor, class com.adobe.livecycle.distiller.client.DistillerServiceClient | |
| This is the constructor for creating a DistillerServiceClient object. | |
| DN — Final static property, class com.adobe.idp.um.api.UMConstants.SynchronizationUniqueAttributes | |
| Domain name. | |
| doAuthentication(java.lang:String username, java.lang:Object credentials) — method, interface flex.messaging.security.LoginCommand | |
| The gateway calls this method to perform programmatic, custom authentication. | |
| doAuthorization(java.security:Principal principal, java.util:List roles) — method, interface flex.messaging.security.LoginCommand | |
| The gateway calls this method to perform programmatic authorization. | |
| DOC — Final static property, class com.adobe.livecycle.generatepdf.client.ConvertPDFFormatType | |
| Microsoft .doc file format. | |
| DocConverterException — class, package com.adobe.livecycle.docconverter.client | |
| DocConverterException is the base class for exceptions thrown from the LiveCycle DocConverter service. | |
| DocConverterException() — Constructor, class com.adobe.livecycle.docconverter.client.DocConverterException | |
| Constructs a new exception with a null message and cause. | |
| DocConverterException(java.lang:String message) — Constructor, class com.adobe.livecycle.docconverter.client.DocConverterException | |
| Constructs a new exception with the given message. | |
| DocConverterException(java.lang:String message, java.lang:Throwable cause) — Constructor, class com.adobe.livecycle.docconverter.client.DocConverterException | |
| Constructs a new exception with the given message and cause. | |
| DocConverterException(java.lang:Throwable cause) — Constructor, class com.adobe.livecycle.docconverter.client.DocConverterException | |
| Constructs a new exception with the given cause. | |
| DocConverterServiceClient — class, package com.adobe.livecycle.docconverter.client | |
| Enables you to create a Java object that converts a PDF document to a PDF/A document. | |
| DocConverterServiceClient(com.adobe.idp.dsc.clientsdk:ServiceClientFactory serviceClientFactory) — Constructor, class com.adobe.livecycle.docconverter.client.DocConverterServiceClient | |
| A constructor that creates a DocConverterServiceClient client. | |
| doCloseResponse() — method, class flex.messaging.endpoints.RTMPTProtocolHandler.RTMPTRequest | |
| Generates the HttpResponse for an RTMPT 'close' command from the remote host. | |
| Document — class, 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, class com.adobe.idp.Document | |
| Creates a new Document out of the content specified by the byte array. | |
| Document(java.io:InputStream is) — Constructor, 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, 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, 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, class com.adobe.idp.Document | |
| Do not use. | |
| Document(com.adobe.idp:Document doc) — Constructor, class com.adobe.idp.Document | |
| Creates a copy of the Document supplied as input. | |
| DOCUMENT_ADD_ANNOTATION_EVENT — Final static property, interface com.adobe.livecycle.rightsmanagement.client.EventManager | |
| The constant that represents the event where a user adds an annotation to a policy-protected document. | |
| DocumentBytes — class, package com.adobe.livecycle.signatures.client.spi.types | |
| Represents the bytes of a PDF document that a signature handler accepts. | |
| DocumentBytes(java.net:URI documentType, byte[] fullBytes, byte[] hashedBytes) — Constructor, class com.adobe.livecycle.signatures.client.spi.types.DocumentBytes | |
| A constructor that creates a DocumentBytes object. | |
| DOCUMENT_CHANGE_REVOKE_URL_EVENT — Final static property, 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, 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, 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, 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, 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. | |
| DocumentHash — class, package com.adobe.livecycle.signatures.client.spi.types | |
| Represents the hashing method that is used for a signed document. | |
| DocumentHash(java.net:URI digestAlgorithm, byte[] digestValue) — Constructor, class com.adobe.livecycle.signatures.client.spi.types.DocumentHash | |
| A constructor that creates a DocumentHash object. | |
| DocumentManager — Interface, 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, 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, interface com.adobe.idp.taskmanager.dsc.client.task.FormInstance | |
| Prefix used for persisted documents. | |
| DOCUMENT_PRINT_HIGH_EVENT — Final static property, interface com.adobe.livecycle.rightsmanagement.client.EventManager | |
| The constant that represents the event where a policy-protected document is prStringed using high resolution. | |
| DOCUMENT_PRINT_LOW_EVENT — Final static property, interface com.adobe.livecycle.rightsmanagement.client.EventManager | |
| The constant that represents the event where a policy-protected document is prStringed using low resolution. | |
| DOCUMENT_REVISED — Final static property, 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, 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, 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, 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, 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, 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, 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, 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, interface com.adobe.livecycle.rightsmanagement.client.EventManager | |
| The constant that represents the event where a policy-protected document is opened. | |
| DOC_UPGRADE_FINE — Final static property, interface com.adobe.livecycle.signatures.client.types.exceptions.ExceptionMsgIds | |
| doDataResponse(flex.messaging.endpoints.RTMPTProtocolHandler:RTMPTConnection tunnelConnection) — method, class flex.messaging.endpoints.RTMPTProtocolHandler.RTMPTRequest | |
| Generates the HttpResponse for an RTMPT 'idle' or 'send' command from the remote host that may tunnel data from the server back to the remote host. | |
| doFcsIdent2Response() — method, class flex.messaging.endpoints.RTMPTProtocolHandler.RTMPTRequest | |
| Generates the HttpResponse for an RTMPT 'fcs/ident2' command from the remote host. | |
| doInTransaction(com.adobe.idp.dsc.transaction:TransactionContext aTxCtx) — method, 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, 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 — Property, class flex.management.jmx.ObjectName | |
| The domain part of the object name. | |
| Domain — Interface, package com.adobe.idp.um.api.infomodel | |
| This is the interface containing domain information. | |
| DOMAIN_ANONYMOUS_APS — Final static property, 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, class com.adobe.idp.um.api.UMConstants.SpecialDefaultPrincipals | |
| The name of the default domain. | |
| Domain.DomainNameComprator — class, package com.adobe.idp.um.api.infomodel | |
| Class used to compare domains. | |
| Domain.DomainNameComprator() — Constructor, class com.adobe.idp.um.api.infomodel.Domain.DomainNameComprator | |
| DOMAINENTITY — Final static property, class com.adobe.idp.um.api.UMConstants.ExternalPrincipalStorageProviderTypes | |
| DOMAINID — Final static property, class com.adobe.idp.um.api.UMConstants.ExternalPrincipalStorageProviderTypes | |
| DOMAIN_LIST — Final static property, class com.adobe.idp.um.api.UMConstants.AuthenticationOptions | |
| Constant that holds the list of domain names against which the authentication had to be made | |
| DOMAIN_NAME — Final static property, class com.adobe.idp.um.api.UMConstants.AuthenticationOptions | |
| Constant that holds the domain name against which the authentication had to be made | |
| DOMAIN_PREFIX — Final static property, class flex.management.BaseControl | |
| The prefix used for the domain part of control MBean names. | |
| DOMAIN_STATUS_CURRENT — Final static property, class com.adobe.idp.um.api.infomodel.RoleMembershipSearchFilter | |
| Current (active) domain. | |
| DOMAIN_STATUS_FIELD — Final static property, class com.adobe.idp.um.api.infomodel.RoleMembershipSearchFilter | |
| Domain status. | |
| doneReading() — method, 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. | |
| DO_NOT_EXECUTE_FILL — Final static property, interface flex.data.assemblers.Assembler | |
| Constant used as the return value from the refreshFill method. | |
| doOpenResponse(flex.messaging.endpoints.RTMPTProtocolHandler:RTMPTConnection tunnelConnection) — method, class flex.messaging.endpoints.RTMPTProtocolHandler.RTMPTRequest | |
| Generates the HttpResponse for an RTMPT 'open' command from the remote host. | |
| DRIVER_CLASS — Final static property, interface flex.data.assemblers.SQLAssemblerConstants | |
| DRIVER_PASSWORD — Final static property, interface flex.data.assemblers.SQLAssemblerConstants | |
| DRIVER_URL — Final static property, interface flex.data.assemblers.SQLAssemblerConstants | |
| DRIVER_USER — Final static property, interface flex.data.assemblers.SQLAssemblerConstants | |
| DSAKeyValueType — class, package com.adobe.livecycle.signatures.client.spi.types | |
| Represents the Digital Signature Algorithm (DSA) key value related to the keys used by the signature handler. | |
| DSAKeyValueType() — Constructor, class com.adobe.livecycle.signatures.client.spi.types.DSAKeyValueType | |
| A constructor that creates a DSAKeyValueType object. | |
| DSAKeyValueType(byte[] p, byte[] q, byte[] g, byte[] y, byte[] j, byte[] seed, byte[] pgenCounter) — Constructor, class com.adobe.livecycle.signatures.client.spi.types.DSAKeyValueType | |
| A constructor that creates a DSAKeyValueType object. | |
| DSC_CALLER_OPERATION — Static Property, 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, 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, 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, class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties | |
| Represents the context of the LiveCycle component. | |
| DSC_CREDENTIAL — Static Property, class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties | |
| Represents a credential specification. | |
| DSC_CREDENTIAL_PASSWORD — Static Property, class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties | |
| Represents a LiveCycle password. | |
| DSC_CREDENTIAL_USERNAME — Static Property, class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties | |
| Represents a LiveCycle user name. | |
| DSC_DEFAULT_EJB_ENDPOINT — Static Property, class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties | |
| Specifies the default EJB end point. | |
| DSC_DEFAULT_SOAP_ENDPOINT — Static Property, class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties | |
| Specifies the default SOAP end point. | |
| DSC_DIRECT_PASSTHROUGH — Static Property, class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties | |
| An IN VM Passthrough stratgey that allows the VM provider to pass input and output parameters directly between the client and the target Service. | |
| DSC_DOCUMENT_HTTP_ENDPOINT — Static Property, class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties | |
| Specifies the HTTP end point used for uploading/downloading the content of the com.adobe.idp.Document object. | |
| DSC_EJB_PROTOCOL — Final static property, class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties | |
| Specifies the EJB protocol. | |
| DSC_IN_VM_PASSTHROUGH_STRATEGY — Static Property, 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, class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties | |
| Specifies that LiveCycle is deployed on a JBoss J2EE Application Server. | |
| DSC_PASSTHROUGH_BY_PROXY — Static Property, class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties | |
| An IN VM Passthrough stratgey that forces the VM provider to create a Proxy around input and output parameters allowing them to work across what would typically be incompatible ClassLoaders. | |
| DSC_PASSTHROUGH_BY_SERIALIZATION — Static Property, class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties | |
| An IN VM Passthrough stratgey that forces the VM provider to automatically serialize the requests and responses sent between a caller and the target Service. | |
| DSC_PROVIDER_PROPERTIES_RESOURCE — Static Property, class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties | |
| The resource path (per ClassLoader.getResource()) where the Provider.properties can be found. | |
| DSC_SERVER_TYPE — Final static property, 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, class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties | |
| Specifies the SOAP protocol. | |
| DSC_TRANSPORT_PROTOCOL — Final static property, class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties | |
| Specifies the client transport protocol. | |
| DSC_WEBLOGIC_SERVER_TYPE — Final static property, 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, class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties | |
| Specifies that LiveCycle is deployed on an IBM WebSphere J2EE Application Server. | |
| DSGroupContainmentRecord — class, 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, class com.adobe.idp.um.spi.directoryservices.DSGroupContainmentRecord | |
| Creates a new DSGroupContainmentRecord object. | |
| DSPrincipalCollection — class, package com.adobe.idp.um.spi.directoryservices | |
| The DSPrincipalCollection class provides a container for storing sets of user records. | |
| DSPrincipalCollection() — Constructor, class com.adobe.idp.um.spi.directoryservices.DSPrincipalCollection | |
| Creates a new DSPrincipalCollection object. | |
| DSPrincipalIdRecord — class, package com.adobe.idp.um.spi.directoryservices | |
| The DSPrincipalIdRecord class provides a container for the unique identification of a principal. | |
| DSPrincipalIdRecord() — Constructor, class com.adobe.idp.um.spi.directoryservices.DSPrincipalIdRecord | |
| DSPrincipalRecord — class, 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, class com.adobe.idp.um.spi.directoryservices.DSPrincipalRecord | |
| Default constructor. | |
| duplexLongEdge — Final static property, class com.adobe.livecycle.convertpdfservice.client.enumeration.Pagination | |
| Represents a duplex long edge pagination value. | |
| duplexLongEdge — Final static property, class com.adobe.livecycle.output.client.Pagination | |
| Represents a duplex long edge pagination value. | |
| duplexShortEdge — Final static property, class com.adobe.livecycle.convertpdfservice.client.enumeration.Pagination | |
| Represents a duplex short edge pagination value. | |
| duplexShortEdge — Final static property, class com.adobe.livecycle.output.client.Pagination | |
| Represents a duplex short edge pagination value. | |
| DuplicateApplicationException — class, package com.adobe.idp.applicationmanager.application | |
| An exception indicating that a duplicate application was found. | |
| DuplicateApplicationException(java.lang:Throwable throwable) — Constructor, class com.adobe.idp.applicationmanager.application.DuplicateApplicationException | |
| Constructor that uses a throwable exception. | |
| DuplicateApplicationException(java.lang:String msg) — Constructor, class com.adobe.idp.applicationmanager.application.DuplicateApplicationException | |
| Constructor that uses a message to be displayed. | |
| DuplicateComponentException — class, 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, class com.adobe.idp.dsc.registry.component.DuplicateComponentException | |
| Constructor identifying the duplicate component using the component identifier and version. | |
| DuplicateConnectorException — class, package com.adobe.idp.dsc.registry | |
| An exception indicating that a duplicate connector has been encountered. | |
| DuplicateConnectorException(DSCError error) — Constructor, class com.adobe.idp.dsc.registry.DuplicateConnectorException | |
| Constructor that uses the specified document service component error. | |
| DuplicateEndpointCategoryException — class, package com.adobe.idp.dsc.registry | |
| An exception indicating that a duplicate endpoint category has been encountered. | |
| DuplicateEndpointCategoryException(DSCError error) — Constructor, class com.adobe.idp.dsc.registry.DuplicateEndpointCategoryException | |
| Constructor that uses the specified document service component error. | |
| DuplicateEndpointException — class, package com.adobe.idp.dsc.registry | |
| An exception indicating that a duplicate endpoint has been encountered. | |
| DuplicateEndpointException(DSCError error) — Constructor, class com.adobe.idp.dsc.registry.DuplicateEndpointException | |
| Constructor that uses the specified document service component error. | |
| DuplicateServiceCategoryException — class, package com.adobe.idp.dsc.registry.service | |
| Duplicate service category exception. | |
| DuplicateServiceCategoryException(java.lang:String aCategoryId) — Constructor, class com.adobe.idp.dsc.registry.service.DuplicateServiceCategoryException | |
| Constructor that creates the exception using the service category identifier. | |
| DuplicateServiceConfigurationException — class, package com.adobe.idp.dsc.registry.service | |
| Duplicate service configuration exception. | |
| DuplicateServiceConfigurationException(java.lang:String aServiceId, int aMajorVersion, int aMinorVersion) — Constructor, class com.adobe.idp.dsc.registry.service.DuplicateServiceConfigurationException | |
| Constructor that creates the exception using the service identifier and version information. | |
| DuplicateServiceException — class, package com.adobe.idp.dsc.registry.service | |
| Duplicate service exception. | |
| DuplicateServiceException(java.lang:String aServiceId) — Constructor, class com.adobe.idp.dsc.registry.service.DuplicateServiceException | |
| Constructor that creates the exception using the service identifier. | |
| DuplicateSessionException — class, package flex.messaging.endpoints | |
| Exception class used to indicate duplicate client sessions were detected. | |
| DuplicateSessionException() — Constructor, class flex.messaging.endpoints.DuplicateSessionException | |
| Default constructor. | |
| DuplicateSignatureFieldException — class, 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, 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, class com.adobe.livecycle.signatures.client.types.exceptions.DuplicateSignatureFieldException | |
| Constructs a new exception with a given message. | |
| DuplicateSignatureFieldException(java.lang:Throwable chainedException) — Constructor, 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, 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, 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, class com.adobe.livecycle.signatures.client.types.exceptions.DuplicateSignatureFieldException | |
| Constructs a new exception with a given message. | |
| DYNAMIC_SIZING_HEADER — Final static property, class flex.data.messages.DataMessage | |
| 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/8.2/programLC/programmer/javadoc/all-index-D.html