FormletterServiceBatchTaskManager Class [AX 2012]
The FormletterServiceBatchTaskManager class manages the FormletterService class when it is called from the batch framework.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createFormletterParmDataBatchTask | Creates a FormletterParmDataCreateDataBatchTask batch task and adds the batch task to the batch job. |
| createFormletterParmDataTasks | Creates batch tasks to handle creating parm table records. |
| createFormletterServiceBatchTask | Creates a FormletterServiceBatchTask batch task and adds the batch task. |
| createFormletterServiceTasks | Creates batch tasks if the multithreading feature can be used. |
| createTasks | Creates batch tasks when the multithreading feature can be used. |
| defaultBatchTaskSize | Gets the default number of records to add to a batch task. |
| doCreateFormletterServiceEndBatchTask | Indicates whether to create a FormletterServiceEndBatchTask object. |
| enableParallelism | Indicates whether to use the parallelism feature. |
| 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.) |
| initFormletterParmTable | |
| maxNumberOfRecordsInListToPost | Returns the maximum number of records to be added to the list of FormletterParmTable records to be posted in a FormletterServiceMultithread class run by a FormletterServiceBatchTask object. |
| mustCreateParmData | Checks whether parm data will be created during the batch posting. |
| new | Initializes a new instance of the FormletterServiceBatchTaskManager 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.) |
| parmDocumentStatus | Gets or sets the DocumentStatus parameter. |
| parmForceSkipParmData | Gets or sets the ForceSkipParmData parameter. |
| parmFormletter | Gets or sets the Formletter parameter. |
| parmFormletterContract | Gets or sets the FormletterContract parameter. |
| parmFormletterType | Gets or sets the FormletterType parameter. |
| parmNumberOfJournalsToPost | Gets or sets the NumberOfJournalsToPost parameter. |
| parmRunningAsService | Gets or sets the RunningAsService 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.) |
| updateFormletterParmUpdate | Updates the FormletterParmUpdate record with start time and end time. |
| 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 FormletterServiceBatchTaskManager class. |
| ::newFormletterService |
Community Additions
ADD
Show: