OMOrganizationNode Class [AX 2012]
| Method | Description | |
|---|---|---|
| addChildAtPositionInternal | Adds a child node to the current node at the specified position without doing any validity checks. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| childNodes | Gets all the children of the current node. |
| createInternal | |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| equals | Tests whether the two nodes represent the same organization |
| getChildIndex | |
| getIsCut | |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasChildren | |
| isLegalEntity | |
| new | |
| 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.) |
| parmConcreteType | Gets the ConcreteType parameter. |
| parmID | Gets the ID parameter. |
| parmName | Gets the Name parameter. |
| parmNodeType | Gets the NodeType parameter. |
| parmOMHierarchyTypeID | Gets the OMHierarchyTypeID parameter. |
| parmParentId | Gets the ParentId parameter. |
| parmSearchName | Gets the SearchName parameter. |
| parmUniqueID | Gets the UniqueID parameter. |
| populateFromOUTable | |
| recurseSetParent | |
| removeChild | |
| setParent | |
| 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.) |
| unsafeAddChild | Adds a child node to the current node without a validity check. |
| 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.) |
Community Additions
ADD
Show: