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.

class PrintMgmtNodeInstance

Run On

Called

  MethodDescription
Gg807722.pubmethod(en-us,AX.60).gif addChild Adds an instance of the PrintMgmtNodeInstance class as a child of this instance of the PrintMgmtNodeInstance class.
Gg807722.pubmethod(en-us,AX.60).gif addSetupDocument Adds an instance of the PrintMgmtSetupDoc class to this instance of the PrintMgmtNodeInstance class.
Gg807722.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg807722.pubmethod(en-us,AX.60).gif convertToSetupFolder Converts an instance of the PrintMgmtNodeInstance class to an instance of the PrintMgmtSetupFolder class.
Gg807722.pubmethod(en-us,AX.60).gif equal Compares this instance of the PrintMgmtNodeInstance class to the passed in as a parameter.
Gg807722.pubmethod(en-us,AX.60).gif getChildren Returns the children of the node instance.
Gg807722.pubmethod(en-us,AX.60).gif getIdentifier Returns an identifier that uniquely identifies the node instance.
Gg807722.pubmethod(en-us,AX.60).gif getLeaf Retrieves the leaf node of this node.
Gg807722.pubmethod(en-us,AX.60).gif getSetupDocuments Returns instances of the PrintMgmtSetupDoc class for this node instance.
Gg807722.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg807722.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg807722.pubmethod(en-us,AX.60).gif isValidReference Determines whether this instance of the PrintMgmtNodeInstance class has a valid table reference.
Gg807722.pubmethod(en-us,AX.60).gif new Constructs an instance of the PrintMgmtNodeIntance class.
Gg807722.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg807722.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg807722.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg807722.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg807722.pubmethod(en-us,AX.60).gif parmNodeDefinition Gets or sets the NodeDefinition parameter.
Gg807722.pubmethod(en-us,AX.60).gif parmParent Gets or sets the Parent parameter.
Gg807722.pubmethod(en-us,AX.60).gif parmReferencedTableBuffer Gets or sets the ReferencedTableBuffer parameter.
Gg807722.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg807722.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg807722.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg807722.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg807722.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg807722.pubmethod(en-us,AX.60).gif Gg807722.static(en-us,AX.60).gif ::merge Merges two nodes into one.
Gg807722.pubmethod(en-us,AX.60).gif Gg807722.static(en-us,AX.60).gif ::mergeIntoEffectiveSettings Merges node settings between a parent and child node.
Top

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.

Object Class
  PrintMgmtNodeInstance Class

Community Additions

ADD
Show: