DMFStagingWriterContract Class [AX 2012]
Creates the Staging Writer Contract.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| 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.) |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| parmCompletedFilePath | if file type is directory, file will be moved to Complete file path at end of the process. |
| parmDefinationGroupName | Gets or sets the DefinationGroupName parameter for each entity. By executing a service at a target a user can create a single processing group with multiple entities or multi-processing group with multiple entities.This method will be called for each processing group creation. |
| parmDefinationGroupTarget | Gets or sets the target DefinationGroupName parameter for all entities for export. |
| parmDescription | Gets or sets the Description parameter. |
| parmEntityNameList | This method is used to get the entity name for each entity when exporting or importing data. |
| parmErrorFilePath | if file type is directory, file will be moved to Error file path at end of the process. |
| parmExecuteTargetStep | Target will execute with staging once value is true. |
| parmExecutionID | This method is used to create an execution id for each defination group. |
| parmFilePath | This function will get or set the file path from the directory. |
| parmFileType | This method is used to get or set the value for file type. The file type may be File or Directory.It is a mandatory parameter. |
| parmInProcessFilePath | Once file type is directory, file will be moved to process file path. |
| parmNumberOfTask | Input value is required for parallel execution. |
| parmParameterStr | Gets or sets the ParameterStr parameter. |
| parmRunInBatch | Gets or sets the RunInBatch 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.) |
Community Additions
ADD
Show: