LeanRuleStatusInactive Class [AX 2012]

Represents a rule which validity period is in the future.

Syntax

class LeanRuleStatusInactive extends LeanRuleStatusBase

Run On

Called

Methods

  Method Description
Gg760632.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg760632.pubmethod(en-us,AX.60).gif canTrigger Determines whether a rule can be triggered. (Inherited from LeanRuleStatusBase.)
Gg760632.pubmethod(en-us,AX.60).gif delete Deletes all kanban rule related records in the database. (Inherited from LeanRuleStatusBase.)
Gg760632.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg760632.pubmethod(en-us,AX.60).gif getActiveRule Retrieves the record ID of the currently active rule. (Overrides the getActiveRule Method.)
Gg760632.pubmethod(en-us,AX.60).gif getCardsQuery Retrieves a query which can be used to get the cards that belong to a rule. (Inherited from LeanRuleStatusBase.)
Gg760632.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg760632.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg760632.pubmethod(en-us,AX.60).gif hasActiveKanbans Determines whether the rule has any active kanbans. (Inherited from LeanRuleStatusBase.)
Gg760632.pubmethod(en-us,AX.60).gif initFields Initializes the fields default data. (Inherited from LeanRuleStatusBase.)
Gg760632.pubmethod(en-us,AX.60).gif initializeContext Initializes the context of the interface with the context on which it operates. (Inherited from LeanRuleStatusBase.)
Gg760632.pubmethod(en-us,AX.60).gif isOutdated Specifies whether a rule is outdated. (Inherited from LeanRuleStatusBase.)
Gg760632.pubmethod(en-us,AX.60).gif modifiedField Handles the change in a field value. (Inherited from LeanRuleStatusBase.)
Gg760632.protmethod(en-us,AX.60).gif new Initializes a new instance of the LeanRuleStatusBase class. (Inherited from LeanRuleStatusBase.)
Gg760632.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.)
Gg760632.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.)
Gg760632.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg760632.pubmethod(en-us,AX.60).gif onKanbanFlowChanged Handles a change in the kanban flow. (Inherited from LeanRuleStatusBase.)
Gg760632.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg760632.pubmethod(en-us,AX.60).gif reassignCard Handles the reassignment of a kanban card record. (Inherited from LeanRuleStatusBase.)
Gg760632.pubmethod(en-us,AX.60).gif refreshLeadTime Refreshes the lead time for the kanban rule. (Inherited from LeanRuleStatusBase.)
Gg760632.pubmethod(en-us,AX.60).gif setProtectedElement Sets the value of the protected element. (Inherited from LeanRuleStatusBase.)
Gg760632.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg760632.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg760632.pubmethod(en-us,AX.60).gif update Updates the rule record in the database. (Inherited from LeanRuleStatusBase.)
Gg760632.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.)
Gg760632.protmethod(en-us,AX.60).gif validateCoverage Validates whether a change of the kanban flow is possible. (Inherited from LeanRuleStatusBase.)
Gg760632.protmethod(en-us,AX.60).gif validateFlow Validates whether a change of the kanban flow is possible. (Inherited from LeanRuleStatusBase.)
Gg760632.protmethod(en-us,AX.60).gif validateTypes Validates whether a change of the kanban type or the replenishment strategy is possible. (Inherited from LeanRuleStatusBase.)
Gg760632.pubmethod(en-us,AX.60).gif validateWrite Validates the writing of a particular type object. (Inherited from LeanRuleStatusBase.)
Gg760632.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg760632.pubmethod(en-us,AX.60).gif write Persists a kanban rule and all its related entities. (Inherited from LeanRuleStatusBase.)
Gg760632.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg760632.protmethod(en-us,AX.60).gif Gg760632.static(en-us,AX.60).gif ::construct Initializes a new instance of the LeanRuleStatusInactive class.
Gg760632.pubmethod(en-us,AX.60).gif Gg760632.static(en-us,AX.60).gif ::newStandard Creates a new instance of the class.

Top

Inheritance Hierarchy

Object Class
  LeanRuleStatusBase Class
    LeanRuleStatusInactive Class