KanbanFlowStateMachine Class [AX 2012]
The KanbanFlowStateMachine class represents a state machine that is used to validate possible transitions in multi-activity kanban flows.
| Method | Description | |
|---|---|---|
| addState | Adds a state to the state machine. |
| addTransition | Adds a state transition to the state machine. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| changeState | Runs a status transition. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| inFinalState | Determines whether the machine is in a final state. |
| init | Initializes the internal state of the object. |
| inValidState | Determines whether the machine is in a valid state. |
| isFinalState | |
| isInitialState | |
| new | Initializes a new instance of the KanbanFlowStateMachine class. |
| nextState | Gets the next status given the provided transition condition. |
| 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.) |
| parmCurrentState | Gets or sets the CurrentState parameter. |
| 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.) |
| 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.) |
| ::construct | Initializes a new instance of the KanbanFlowStateMachine class. |
| ::createCondition | Creates a transition condition for the state machine. |
| ::createConditionCrossPF | Creates a transition condition for the state machine. |
| ::newCrossPFKanbanFlow | Sets up a state machine for validating cross-production flow kanban flows. |
| ::newMultiActivityKanbanFlow | Sets up a state machine for validating multi-activity kanban flows. |
Community Additions
ADD
Show: