ReqActionGraphHelper Class [AX 2012]

The ReqActionGraphHelper class is a helper class that builds and uses a graph of connected action messages.

Syntax

class ReqActionGraphHelper

Run On

Called

Methods

  Method Description
JJ754329.protmethod(en-us,AX.60).gif addEdge Adds a new edge to the edge collection.
JJ754329.protmethod(en-us,AX.60).gif addNode Adds a node to the collection.
JJ754329.protmethod(en-us,AX.60).gif addTextStyle Adds a new text style to a container.
JJ754329.pubmethod(en-us,AX.60).gif applyToSingleNode Prompts for options and applies the action for a single requirement transaction.
JJ754329.pubmethod(en-us,AX.60).gif buildGraphFromReqTrans Builds the internal node and edge collections of a graph that are based on a requirement transaction as a starting point.
JJ754329.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ754329.pubmethod(en-us,AX.60).gif clear Clears all nodes and edges of a graph.
JJ754329.protmethod(en-us,AX.60).gif constructReqActionApply Constructs an instance of the class that is used to apply actions.
JJ754329.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ754329.pubmethod(en-us,AX.60).gif getEdges Gets the edges of a graph.
JJ754329.pubmethod(en-us,AX.60).gif getEdgeStyles Gets the edge styles that are used in a graph.
JJ754329.pubmethod(en-us,AX.60).gif getNodeIdForReqTransRecId Converts a requirement transaction ID into a node ID.
JJ754329.pubmethod(en-us,AX.60).gif getNodes Gets the nodes that are used in a graph.
JJ754329.pubmethod(en-us,AX.60).gif getNodeStyles Gets the node styles that are used in a graph.
JJ754329.pubmethod(en-us,AX.60).gif getReqTransRecIdForNodeId Converts a node ID to a requirement transaction ID.
JJ754329.pubmethod(en-us,AX.60).gif getTextStyles Gets the text styles that are used in a graph.
JJ754329.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ754329.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ754329.protmethod(en-us,AX.60).gif initTextStyles Builds the standard text styles.
JJ754329.protmethod(en-us,AX.60).gif new Initializes a new instance of the ReqActionGraphHelper class.
JJ754329.protmethod(en-us,AX.60).gif nodeStyleId Retrieves the style ID that is based on the requirement transaction.
JJ754329.protmethod(en-us,AX.60).gif nodeTxtContainer Creates a text container for a node.
JJ754329.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.)
JJ754329.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.)
JJ754329.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ754329.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ754329.pubmethod(en-us,AX.60).gif reqTransRecIdToTmpRecId Converts a requirement transaction ID into a temporary requirement transaction ID.
JJ754329.pubmethod(en-us,AX.60).gif reqTransTmp Gets a record that contains the temporary requirement transaction records for all the nodes in the graph.
JJ754329.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ754329.pubmethod(en-us,AX.60).gif tmpRecIdToReqTransRecId Converts a temporary requirement transaction ID into a requirement transaction ID.
JJ754329.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ754329.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.)
JJ754329.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ754329.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ754329.pubmethod(en-us,AX.60).gif JJ754329.static(en-us,AX.60).gif ::actionTypeImage Gets the image that represents an action type.
JJ754329.pubmethod(en-us,AX.60).gif JJ754329.static(en-us,AX.60).gif ::colorStrFromKnownColor Converts a KnownColor enumeration value to a color string that can be passed to the Graph component.
JJ754329.pubmethod(en-us,AX.60).gif JJ754329.static(en-us,AX.60).gif ::construct Initializes a new instance of the ReqActionGraphHelper class.

Top

Remarks

All output data structures are formatted to fit the WPFGraph graphical component.

Inheritance Hierarchy

Object Class
  ReqActionGraphHelper Class