PrintMgmtNodeInstance Class [AX 2012]
The PrintMgmtNodeInstance class contains print management settings that relate to an instance of the PrintMgmtNode class and a particular table buffer record.
| Method | Description | |
|---|---|---|
| addChild | Adds an instance of the PrintMgmtNodeInstance class as a child of this instance of the PrintMgmtNodeInstance class. |
| addSetupDocument | Adds an instance of the PrintMgmtSetupDoc class to this instance of the PrintMgmtNodeInstance class. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| convertToSetupFolder | Converts an instance of the PrintMgmtNodeInstance class to an instance of the PrintMgmtSetupFolder class. |
| equal | Compares this instance of the PrintMgmtNodeInstance class to the passed in as a parameter. |
| getChildren | Returns the children of the node instance. |
| getIdentifier | Returns an identifier that uniquely identifies the node instance. |
| getLeaf | Retrieves the leaf node of this node. |
| getSetupDocuments | Returns instances of the PrintMgmtSetupDoc class for this node instance. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isValidReference | Determines whether this instance of the PrintMgmtNodeInstance class has a valid table reference. |
| new | Constructs an instance of the PrintMgmtNodeIntance 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.) |
| parmNodeDefinition | Gets or sets the NodeDefinition parameter. |
| parmParent | Gets or sets the Parent parameter. |
| parmReferencedTableBuffer | Gets or sets the ReferencedTableBuffer parameter. |
| 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.) |
| ::merge | Merges two nodes into one. |
| ::mergeIntoEffectiveSettings | Merges node settings between a parent and child node. |
This class relates a particular instance of the PrintMgmtNode class to a specific record that has print management information associated with it. It holds all of this information together to compare it to other instances of the PrintMgmtNodeInstance class when displaying print management information and retrieving settings when printing documents. This class is used internally by the print management classes and should not be used directly by those integrating with print management.
Community Additions
ADD
Show: