UnitOfMeasureUpgradeExecutor Class [AX 2012]
The UnitOfMeasureUpgradeExecutor class executes upgrade for all tables that have references to the UnitOfMeasure table.
| Method | Description | |
|---|---|---|
| addReferenceCoverage | Adds a reference to the coverage set. |
| addReferenceUpgradeJob | Adds a natural key to surrogate key upgrade job to the upgrade jobs set. |
| addStandardUpgradeJob | Adds a standard upgrade job to the upgrade jobs set. |
| addSymbolUpgradeJob | Adds a natural key to the surrogate key upgrade job to the upgrade jobs set. |
| addUpgradeJob | Adds an upgrade job to the upgrade jobs set. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isReferenceCovered | Determines whether a reference is covered by an upgrade script. |
| new | Initializes a new instance of the UnitOfMeasureUpgradeExecutor class. |
| 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.) |
| runAllNotExecutedUpgradeJobs | Executes all registered upgrade jobs that were not executed explicitly. |
| runUpgradeJob | Executes an upgrade job. |
| 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.) |
| 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.) |
| ::construct | Initializes a new instance of the UnitOfMeasureUpgradeExecutor class. |
| ::pmfPostRegisterUpgradeJobs | Registers the Process Industries upgrade jobs for the references to the UnitOfMeasure table. |
| ::registerUpgradeJobs | Registers all upgrade jobs for the references to the UnitOfMeasure table. |
| ::registerUpgradeJobs_PSA | Registers all upgrade jobs for the references to the UnitOfMeasure table. |
| ::registerUpgradeJobs_Retail | Registers all upgrade jobs for the references to the UnitOfMeasure table. |
Community Additions
ADD
Show: