SIGXMLDocument Class [AX 2012]
The SIGXMLDocument class provides definitions and values for XML document functions.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkInternalIntegrity | Verifies the integrity of the signature check log. (Overrides the checkInternalIntegrity Method.) |
| compareFields | Indicates whether a field from the fields and _fieldList match. (Inherited from SIGBaseDocument.) |
| dataDefsUpdated | Updates the XML document extended data type. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fieldMapFromXML | Maps the field values in a XML document node. |
| fillDocumentListView | Creates a list of document fields. (Inherited from SIGBaseDocument.) |
| getAdditionalDataDefs | Retrieves a list of additional data definitions. |
| getAuditLogRef | Retrieves the set audit trail reference. (Inherited from SIGBaseDocument.) |
| getComment | Retrieves the set document comment. (Inherited from SIGBaseDocument.) |
| getFields | Accesses the field list of the document. (Inherited from SIGBaseDocument.) |
| getLoginId | Retrieves the set user ID. (Inherited from SIGBaseDocument.) |
| getLogType | Retrieves the set databaseLog type. (Inherited from SIGBaseDocument.) |
| getReasonCodeId | Retrieves the set ReasonCodeId property. (Inherited from SIGBaseDocument.) |
| getRefRecId | Retrieves the set Reference Record ID. (Inherited from SIGBaseDocument.) |
| getRefTableId | Retrieves the set reference table ID. (Inherited from SIGBaseDocument.) |
| getSignableDocument | Retrieves the value of the document class variable. (Overrides the getSignableDocument Method.) |
| getSignableSigneeId | Retrieves the SigneeId value. (Inherited from SIGBaseDocument.) |
| getSigneeId | Retrieves the SigneeId property. (Inherited from SIGBaseDocument.) |
| getSigningProviderId | Retrieves the ProviderId property. (Inherited from SIGBaseDocument.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initDatabaseLog | Initializes the XML document by using the database log. (Overrides the initDatabaseLog Method.) |
| initFieldList | Initialize the object by using the specified field list. (Overrides the initFieldList Method.) |
| initXMLDocument | Initializes the XML document by using the base class data. |
| isInsertMatch | Indicates whether all non-system fields in the fields container and _logFields parameter match for an insert function. (Inherited from SIGBaseDocument.) |
| isUpdateMatch | Indicates whether all non-system fields in the fields container and _logFields parameter match for an update function. (Inherited from SIGBaseDocument.) |
| new | Initializes a new instance of the SIGXMLDocument class. (Overrides the new Method.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| pack | Serializes the current instance of the SIGXMLDocument class. (Overrides the pack Method.) |
| parmSignature | Gets or sets the Signature parameter. (Inherited from SIGBaseDocument.) |
| parmSignatureDateTime | Gets or sets the SignatureDateTime parameter. (Inherited from SIGBaseDocument.) |
| parmSigningCertificateId | Gets or sets the SigningCertificateId parameter. (Inherited from SIGBaseDocument.) |
| parmStorableSignatureDateTime | Gets or sets the StorableSignatureDateTime parameter. (Inherited from SIGBaseDocument.) |
| parmStorableSigningCertificateId | Gets or sets the StorableSigningCertificateId parameter. (Inherited from SIGBaseDocument.) |
| setAuditLogRef | Sets the auditLogRef property. (Inherited from SIGBaseDocument.) |
| setComment | Updates the XML document comment and class variable to the specified value. (Overrides the setComment Method.) |
| setReasonCodeId | Update the XML document reason code and class variable to the specified value. (Overrides the setReasonCodeId Method.) |
| setRefRecId | Sets the refRecId property. (Inherited from SIGBaseDocument.) |
| setSigneeId | Updates the XML document signee and class variable to the specified value. (Overrides the setSigneeId Method.) |
| setSigningProviderId | Sets the signingProviderId property. (Inherited from SIGBaseDocument.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| unpack | Deserializes the _packedclass parameter value to an instance of the SIGXMLDocument class. (Overrides the unpack Method.) |
| updateDocument | Updates an XML document element to the specified value. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::buildXMLDocument | Creates an XML document from the current record buffer and stored record buffer, if provided. |
| ::buildXMLDocumentFieldList | Creates an XML document from a field list. |
| ::construct | Initializes a new instance of the SIGXMLDocument class. |
Community Additions
ADD
Show: