DimensionTreeNode Class [AX 2012]
The DimensionTreeNode class is used to represent the contents of a DimensionConstraintNode record plus the associated DimensionConstrainNodeCriteria records.
| Method | Description | |
|---|---|---|
| addGreaterThan | Adds a greater-than criteria to the node. |
| addLessThan | Adds a less-than criteria to the node. |
| addRange | Adds a range criteria to the node. |
| addWildcard | Adds a wildcard criteria to the node. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clearCriteria | Clears all criteria values for the node. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getAllCriteria | Gets all criteria values for the node. |
| getChildNodes | Gets the list of child nodes for this parent node. |
| getConstraintNode | Gets a populated constraint node table buffer for the node. |
| getConstraintNodeCriteria | Gets a populated contraint node criteria table buffer for the specified criteria. |
| getConstraintText | Gets a string that represents all of the criteria for the node. |
| getCriteria | Gets the specified criteria. |
| getRangeFrom | Gets the RangeFrom value of specified range criteria. |
| getRangeTo | Gets the RangeTo value of the specified range criteria. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getWildcardString | Gets the value of the specified wildcard criteria. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isCriteriaIntersecting | Checks whether the specified criteria intersects with the existing criteria. |
| isCriteriaValid | Checks whether the criteria has been correctly specified. |
| isRangeCriteria | Checks whether the specified criteria is a range restriction. |
| new | Initializes a new instance of the DimensionTreeNode 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.) |
| parmActiveFrom | Gets or sets the ActiveFrom parameter. |
| parmActiveTo | Gets or sets the ActiveTo parameter. |
| parmConstraintNodeId | Gets the ID of the constraint node record. |
| parmCriteriaCount | Gets the CriteriaCount value. |
| parmDescription | Gets or sets the Description parameter. |
| parmIsOptional | Gets or sets the IsOptional parameter. |
| parmName | Gets or sets the Name parameter. |
| setRecordIds | Set several record IDs associated with a persisted DimensionConstraintNode record. |
| 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 | Constructs an instance of the DimensionTreeNode class. |
| ::constructEmpty | Constructs an empty instance of the DimensionTreeNode class. |
| ::formatWildcardString | Converts a wildcard string by exchanging the SQL wildcard character and the Display wildcard character. |
| ::getCriteriaFromCriteriaRecord | Gets the criteria from the criteria record. |
| ::getSiblingNodes | Gets the list of sibling nodes for the specified parent node. |
Community Additions
ADD
Show: