Share via


KanbanFlowWrapper Class [AX 2012]

The KanbanFlowWrapper class is a wrapper class around a newly found KanbanFlow object.

Syntax

class KanbanFlowWrapper implements SysPackable

Run On

Called

Methods

  Method Description
Gg741355.pubmethod(en-us,AX.60).gif addRelation Adds a relation to the collection of KanbanFlow relations that is wrapped by the current instance.
Gg741355.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg741355.privmethod(en-us,AX.60).gif checkLoadRelations
Gg741355.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg741355.pubmethod(en-us,AX.60).gif firstLeanActivityRelationshipWrapper Initializes an enumerator, pointed to the first element of the list of instances of the LeanActivityRelationshipWrapper class.
Gg741355.pubmethod(en-us,AX.60).gif firstPlanActivity Initializes an enumerator for a list of records in the PlanActivity table.
Gg741355.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg741355.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg741355.protmethod(en-us,AX.60).gif init Initializes the state of the object.
Gg741355.pubmethod(en-us,AX.60).gif initFromKanbanFlowWrapper Initializes the state of the object from an already existing instance.
Gg741355.pubmethod(en-us,AX.60).gif isFlowDefined Indicates whether the KanbanFlow record is already defined or there is a new flow that is valid and ready to be saved.
Gg741355.pubmethod(en-us,AX.60).gif isMultiActivityKanbanFlow
Gg741355.privmethod(en-us,AX.60).gif isValidFlow Determines whether the kanban flow is valid.
Gg741355.privmethod(en-us,AX.60).gif load Loads the KanbanFlowActivityRelationship records from the database.
Gg741355.pubmethod(en-us,AX.60).gif needsFinancialTransactions Indicates whether financial transactions will be created for the jobs that are created by the rule.
Gg741355.pubmethod(en-us,AX.60).gif needsInventoryTransactions Indicates whether inventory transactions will be created for the jobs that are created by the rule.
Gg741355.protmethod(en-us,AX.60).gif new Initializes a new instance of the KanbanFlowWrapper class.
Gg741355.pubmethod(en-us,AX.60).gif nextLeanActivityRelationshipWrapper Moves the enumerator to the next instance of the LeanActivityRelationshipWrapper class.
Gg741355.pubmethod(en-us,AX.60).gif nextPlanActivity Moves the enumerator to the next PlanActivity record.
Gg741355.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.)
Gg741355.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.)
Gg741355.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg741355.pubmethod(en-us,AX.60).gif onKanbanFlowChanged Handles changes in the KanbanFlow buffer that is wrapped by the instance of this class.
Gg741355.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg741355.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the KanbanFlowWrapper class.
Gg741355.pubmethod(en-us,AX.60).gif parmKanbanFlow Gets or sets the KanbanFlow parameter.
Gg741355.pubmethod(en-us,AX.60).gif parmKanbanType Gets or sets the KanbanType parameter.
Gg741355.protmethod(en-us,AX.60).gif refreshMultiActivityState Sets the multi activity Boolean value from the current kanban flow buffer.
Gg741355.pubmethod(en-us,AX.60).gif relationsCount Retrieves the number of links that are currently in the flow wrapper.
Gg741355.pubmethod(en-us,AX.60).gif relationsList Retrieves the internal list storage of the wrapper class.
Gg741355.pubmethod(en-us,AX.60).gif relationsNames2Str Generates a string to use for visual representation of a KanbanFlow record.
Gg741355.pubmethod(en-us,AX.60).gif replenishmentLeadTime Retrieves the replenishment lead time for the specified KanbanFlow table.
Gg741355.pubmethod(en-us,AX.60).gif reset Resets the state of this instance of the KanbanFlowWrapper class.
Gg741355.pubmethod(en-us,AX.60).gif save Saves the KanbanFlow record in the database.
Gg741355.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg741355.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg741355.pubmethod(en-us,AX.60).gif unpack Deserializes the _packedClass parameter value to an instance of the KanbanFlowWrapper class.
Gg741355.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.)
Gg741355.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg741355.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg741355.privmethod(en-us,AX.60).gif Gg741355.static(en-us,AX.60).gif ::construct Initializes a new instance of the KanbanFlowWrapper class.
Gg741355.pubmethod(en-us,AX.60).gif Gg741355.static(en-us,AX.60).gif ::newKanbanFlow Initializes a new instance of the KanbanFlowWrapper class that holds the required database representation of a KanbanFlow record in memory.
Gg741355.pubmethod(en-us,AX.60).gif Gg741355.static(en-us,AX.60).gif ::newStandard Initializes a new instance of the KanbanFlowWrapper class.
Gg741355.pubmethod(en-us,AX.60).gif Gg741355.static(en-us,AX.60).gif ::showKanbanFlowSelectionForm Shows the KanbanFlow selection form.

Top

Inheritance Hierarchy

Object Class
  KanbanFlowWrapper Class