BankDocumentState Class [AX 2012]
The BankDocumentState class is the bank document state.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canTransition | Indicates whether the transition is valid. |
| changeStatusError | Throws error of changing status. |
| doTransition | Performs the transition physically. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getBankDocumentStatus | Gets bank document status. |
| getTargetBankDocumentStatus | Gets target bank document status. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initializeTransition | Performs initialization of transition. |
| isRemovable | Gets whether the bank document can be removed. |
| new | Initializes a new instance of the BankDocumentState class. |
| 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.) |
| parmBankDocument | Gets or sets the BankDocument parameter. |
| parmBankDocumentStatusChangeType | Gets or sets the BankDocumentStatusChangeType parameter. |
| setTargetBankDocStatusFromChangeType | Sets the target status according to change type. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| subscribe | Subscribes the status change events. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| transition | Processes the transition. |
| transitionedEventHandler | Events of transition completed. |
| transitionedState | Gets the status after transition. |
| transitioningEventHandler | Events before transition. |
| transitionRequired | Indicates whether transition is required. |
| transitionTo | Invokes the transition. |
| updateBankDocumentStatus | Updates the bank document status. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateTransition | Validates the transition. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::newFromBankDocument | Creates bank document state instance from a bank document. |
Community Additions
ADD
Show: