PlanGraph Class [AX 2012]
The PlanGraph class builds a graph of the plan.
| Method | Description | |
|---|---|---|
| build | Builds the graph. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| child | Retrieves the record ID of the child from the specified table buffer. |
| 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.) |
| init | Initializes the class variables. |
| initBuffers | Initializes the table buffers. |
| initializeLeaves | Initializes the setStartActivities set that represents the leaves of the graph. |
| initializeRootAndCross | Initializes the setEndActivities and setCrossActivities sets. |
| isValid | Indicates whether the plan is valid. |
| merge | Merges the other plans into the current structure. |
| mustIncludePlanActivityRelationship | Determines whether the current relation must be included in the graph. |
| new | Initializes a new instance of the PlanGraph 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.) |
| parent | Retrieves a record ID from the specified table buffer that represents the parent. |
| parmPlan | Gets or sets the Plan parameter. |
| parmSilent | Gets or sets the Silent parameter. |
| readPlanData | Reads the plan structure by inspecting the activities and relationships. |
| relatedPlan | Finds a Plan record for the specified plan reference. |
| selectPlanActivityRelationship | Selects a PlanActivityRelationship record and the related records for the specified plan. |
| selectPlanPlanActivity | Selects the PlanPlanActivity records for the specified plan. |
| setErrorNodes | Retrieves the set of PlanActivity record IDs that did not pass validation. |
| 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.) |
| updateChildren | Updates the map object for child activities. |
| updateParents | Updates the map object for parent activities. |
| updatePlanActivities | Updates the map object for plan activities. |
| updatePlanReference | Updates the map object for plan references. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validate | Validates the graph. |
| validateNode | Validates a node in the graph. |
| 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 PlanGraph class. |
| ::newPlan | Initializes a new PlanGraph object. |
Community Additions
ADD
Show: