SIGProcedureProvider Class [AX 2012]
The SIGProcedureProvider class is an abstract base class for the built-in signature providers.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canClose | Determines whether the signature form can be closed. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| extendProcedureGroup | Builds the signature dialog box. method called to build the signature dialog. |
| fieldModified | Executes when a field on the signature dialog box has been modified. |
| getAuditFieldList | Builds the signature setup records. |
| getDocumentList | Gets a list of the documents to be signed. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isSigned | Indicates whether the document have been signed. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| run | Signs the document list and adds it to the cache. |
| setSigneeId | |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setTmpSignDocument | Sets the reference to the data source of the signature dialog box. |
| setupAllowed | Indicates whether class or a class derived from this calss can be included in the setup dialog box. |
| sign | Starts the signature dialog box with the implementing provider. |
| signatureRequired | Indicates whether the signature requirement for a class has been enabled. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| 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.) |
| ::getProviderDescription | Gets the description for a signature provider. |
Community Additions
ADD
Show: