ProjWBSTree Class [AX 2012]

The ProjWBSTree class is internal class that represents tree of Work breakdown structure task nodes.

class ProjWBSTree

Run On

Called

  MethodDescription
Dn565136.pubmethod(en-us,AX.60).gif activityNumberToElementNumber Returns an ElementNumber object that corresponds to the given smmActivityNumber.
Dn565136.pubmethod(en-us,AX.60).gif addChild Adds a child node to the project WBS tree.
Dn565136.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn565136.pubmethod(en-us,AX.60).gif cleanupChildrenAfterDelete Cleans up in-memory representation of the hierarchy.
Dn565136.pubmethod(en-us,AX.60).gif cleanupPredecessorsAfterDelete Cleans up dependencies in memory after deleting hierarchy from memory and DB.
Dn565136.pubmethod(en-us,AX.60).gif elementNumberToActivityNumber Gets the activity number that corresponds to the given element number.
Dn565136.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn565136.pubmethod(en-us,AX.60).gif expandUpToInTree Expands the tree up to the given level.
Dn565136.privmethod(en-us,AX.60).gif failIfNotFound
Dn565136.pubmethod(en-us,AX.60).gif getChildrenOf Gets a list of children for the given ElementNumber object.
Dn565136.privmethod(en-us,AX.60).gif getListOfElementNumbersOfSubtreeNodes
Dn565136.pubmethod(en-us,AX.60).gif getNodeByActivityNumber Gets a node by its activity number.
Dn565136.pubmethod(en-us,AX.60).gif getNodeByElementNumber Gets a node by its element number.
Dn565136.pubmethod(en-us,AX.60).gif getNodes Gets map of ElementNumber to ProjWBSTreeNode which contains all tree nodes.
Dn565136.pubmethod(en-us,AX.60).gif getNumberOfChildren Gets the number of children.
Dn565136.pubmethod(en-us,AX.60).gif getParentNodeOf Gets the parent node of an element.
Dn565136.pubmethod(en-us,AX.60).gif getPath Gets the HierarchyPath to the given element.
Dn565136.pubmethod(en-us,AX.60).gif getPredecessorNodes Obsolete Method.
Dn565136.pubmethod(en-us,AX.60).gif getPreviousSibling Gets the previous sibling of a node.
Dn565136.pubmethod(en-us,AX.60).gif getSiblingsOf Gets the siblings of a node.
Dn565136.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn565136.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn565136.pubmethod(en-us,AX.60).gif hasChildren test if the element has any children.
Dn565136.pubmethod(en-us,AX.60).gif hasNode Checks if tree has a node.
Dn565136.pubmethod(en-us,AX.60).gif hierarchyId Gets hierarchy ID.
Dn565136.privmethod(en-us,AX.60).gif initPSAActivitySetupFromProjTable
Dn565136.privmethod(en-us,AX.60).gif initPSAActivitySetupFromSalesQuotTable
Dn565136.pubmethod(en-us,AX.60).gif insertNewNode Inserts a new node in the tree.
Dn565136.pubmethod(en-us,AX.60).gif isNodeExpanded Checks if a node is expanded.
Dn565136.pubmethod(en-us,AX.60).gif isQuotation Checks if this is a quotation.
Dn565136.pubmethod(en-us,AX.60).gif isRoot Checks if the node is a root node.
Dn565136.pubmethod(en-us,AX.60).gif loadSubTree Reloads project WBS sub-tree from database into memory.
Dn565136.pubmethod(en-us,AX.60).gif loadTreeFromDatabase Loads a WBS tree from the database.
Dn565136.pubmethod(en-us,AX.60).gif maxChildEndDate Gets the maximum end date for children of the given node.
Dn565136.pubmethod(en-us,AX.60).gif maxChildSiblingNumber Gets the maximum sibling number of the children of the given node.
Dn565136.pubmethod(en-us,AX.60).gif minChildStartDate Gets the earliest start date of all children nodes.
Dn565136.pubmethod(en-us,AX.60).gif moveChildrenFromNodeToNode Moves children nodes from specified node starting at specified sibling number.
Dn565136.pubmethod(en-us,AX.60).gif new Creates a new ProjWBSTree.
Dn565136.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.)
Dn565136.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.)
Dn565136.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn565136.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn565136.privmethod(en-us,AX.60).gif processRoot
Dn565136.pubmethod(en-us,AX.60).gif pruneSubTree This method allows unloading resources associated with a sub-tree when its root is collapsed.
Dn565136.pubmethod(en-us,AX.60).gif reInsertNode Reinserts a node into the tree.
Dn565136.pubmethod(en-us,AX.60).gif removeChild Removes a child from a WBS tree.
Dn565136.pubmethod(en-us,AX.60).gif rootElementNumber Gets the root element number.
Dn565136.privmethod(en-us,AX.60).gif setChildrenOf
Dn565136.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn565136.pubmethod(en-us,AX.60).gif swapWithNextSibling Swaps node with its next sibling.
Dn565136.pubmethod(en-us,AX.60).gif swapWithPreviousSibling Swaps node with its previous sibling.
Dn565136.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn565136.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.)
Dn565136.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn565136.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Top

Object Class
  ProjWBSTree Class

Community Additions

ADD
Show: