SourceDocumentState Class [AX 2012]

The SourceDocumentState class is a state in a source document accounting process.

class SourceDocumentState extends SourceDocumentStateBase

Run On

Called

  MethodDescription
Gg906622.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg906622.protmethod(en-us,AX.60).gif canTransition Checks whether a source document process can transition to a new state. (Inherited from SourceDocumentStateBase.)
Gg906622.protmethod(en-us,AX.60).gif doMaintenance Performs a maintenance action. (Inherited from SourceDocumentStateBase.)
Gg906622.protmethod(en-us,AX.60).gif doTransition Performs a state transition action. (Inherited from SourceDocumentStateBase.)
Gg906622.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg906622.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg906622.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg906622.protmethod(en-us,AX.60).gif initReferenceData Initializes the reference data. (Overrides the initReferenceData Method.)
Gg906622.protmethod(en-us,AX.60).gif initTargetAccountingStatus Initializes the target accounting status. (Overrides the initTargetAccountingStatus Method.)
Gg906622.protmethod(en-us,AX.60).gif maintainState Maintains the source document accounting process state. (Inherited from SourceDocumentStateBase.)
Gg906622.protmethod(en-us,AX.60).gif maintenanceRequired Checks whether a maintenance action is required. (Inherited from SourceDocumentStateBase.)
Gg906622.protmethod(en-us,AX.60).gif new Initializes a new instance of the SourceDocumentState class.
Gg906622.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.)
Gg906622.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.)
Gg906622.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg906622.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg906622.pubmethod(en-us,AX.60).gif parmProcessor Gets or sets the Processor parameter. (Inherited from SourceDocumentStateBase.)
Gg906622.pubmethod(en-us,AX.60).gif parmSourceDocumentAccountingStatus Gets the SourceDocumentAccountingStatus parameter.
Gg906622.pubmethod(en-us,AX.60).gif parmSourceDocumentLineItemList Gets or sets the SourceDocumentLineItemList parameter.
Gg906622.pubmethod(en-us,AX.60).gif parmTargetSourceDocumentAccountingStatus Gets or sets the TargetSourceDocumentAccountingStatus parameter.
Gg906622.protmethod(en-us,AX.60).gif performTransitionOrMaintenance (Inherited from SourceDocumentStateBase.)
Gg906622.protmethod(en-us,AX.60).gif propagateStatusToChildren Propagates the source document status to the child source documents. (Inherited from SourceDocumentStateBase.)
Gg906622.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg906622.protmethod(en-us,AX.60).gif skipPropagateStatusToChildren Checks whether the propagateStatusToChildren method should be skipped. (Inherited from SourceDocumentStateBase.)
Gg906622.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg906622.protmethod(en-us,AX.60).gif transition Transitions the source document accounting process to a new state. (Inherited from SourceDocumentStateBase.)
Gg906622.protmethod(en-us,AX.60).gif transitionedState Gets the state of the transitioned source document accounting process. (Overrides the transitionedState Method.)
Gg906622.protmethod(en-us,AX.60).gif transitionRequired Verifies whether a state transition is required. (Overrides the transitionRequired Method.)
Gg906622.pubmethod(en-us,AX.60).gif transitionTo Transitions to the target source document accounting process state. (Inherited from SourceDocumentStateBase.)
Gg906622.protmethod(en-us,AX.60).gif updateReferenceData Updates the reference data. (Overrides the updateReferenceData Method.)
Gg906622.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.)
Gg906622.protmethod(en-us,AX.60).gif validatePostTransition Validates that the state transition after the state transition has propagated to the children. (Inherited from SourceDocumentStateBase.)
Gg906622.protmethod(en-us,AX.60).gif validateTransition Validates that the state transition. (Inherited from SourceDocumentStateBase.)
Gg906622.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg906622.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg906622.pubmethod(en-us,AX.60).gif Gg906622.static(en-us,AX.60).gif ::getSourceDocumentStateClassId Gets the class ID that represents a source document accounting status.
Gg906622.pubmethod(en-us,AX.60).gif Gg906622.static(en-us,AX.60).gif ::newFromSourceDocumentProcessor Creates a new instance of the SourceDocumentState class from a source document processor.
Top

Community Additions

ADD
Show: