Share via


BatchHeader Class [AX 2012]

Syntax

class BatchHeader

Run On

Called

Methods

  Method Description
Gg738040.privmethod(en-us,AX.60).gif addAlertsToMap
Gg738040.protmethod(en-us,AX.60).gif addDependencies
Gg738040.pubmethod(en-us,AX.60).gif addDependency
Gg738040.pubmethod(en-us,AX.60).gif addRuntimeTask
Gg738040.pubmethod(en-us,AX.60).gif addTask
Gg738040.protmethod(en-us,AX.60).gif addTasks
Gg738040.pubmethod(en-us,AX.60).gif addUserAlerts Adds a message entry to the supplied map instance. If no map is supplied, one is created.
Gg738040.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg738040.pubmethod(en-us,AX.60).gif clearAllAlerts Clears all alerts subscriptions.
Gg738040.protmethod(en-us,AX.60).gif clearLists
Gg738040.privmethod(en-us,AX.60).gif currentUserGetValue
Gg738040.privmethod(en-us,AX.60).gif currenUserBatchJobCanceledValue
Gg738040.privmethod(en-us,AX.60).gif currenUserBatchJobEndedValue
Gg738040.privmethod(en-us,AX.60).gif currenUserBatchJobErrorValue
Gg738040.privmethod(en-us,AX.60).gif currenUserEmailValue
Gg738040.privmethod(en-us,AX.60).gif currenUserPopupValue
Gg738040.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg738040.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg738040.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg738040.protmethod(en-us,AX.60).gif initLists
Gg738040.pubmethod(en-us,AX.60).gif initParmDefault
Gg738040.privmethod(en-us,AX.60).gif new
Gg738040.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.)
Gg738040.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.)
Gg738040.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg738040.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg738040.pubmethod(en-us,AX.60).gif parmAlerts
Gg738040.pubmethod(en-us,AX.60).gif parmBatchHeaderId Gets the BatchHeaderId parameter.
Gg738040.pubmethod(en-us,AX.60).gif parmCaption Gets or sets the Caption parameter.
Gg738040.pubmethod(en-us,AX.60).gif parmLogLevel Gets or sets the LogLevel parameter.
Gg738040.pubmethod(en-us,AX.60).gif parmRecurrenceData Gets or sets the RecurrenceData parameter.
Gg738040.pubmethod(en-us,AX.60).gif parmRuntimeJob Gets or sets the RuntimeJob parameter.
Gg738040.pubmethod(en-us,AX.60).gif parmStartDateTime Gets or sets the StartDateTime parameter.
Gg738040.pubmethod(en-us,AX.60).gif save
Gg738040.pubmethod(en-us,AX.60).gif saveHeader
Gg738040.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg738040.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg738040.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.)
Gg738040.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg738040.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg738040.pubmethod(en-us,AX.60).gif Gg738040.static(en-us,AX.60).gif ::construct
Gg738040.pubmethod(en-us,AX.60).gif Gg738040.static(en-us,AX.60).gif ::getCurrentBatchHeader Gets the BatchHeader object that is currently being executed.
Gg738040.pubmethod(en-us,AX.60).gif Gg738040.static(en-us,AX.60).gif ::getCurrentBatchTask Gets the currently executing batch task or an empty record.
Gg738040.pubmethod(en-us,AX.60).gif Gg738040.static(en-us,AX.60).gif ::isExecutingInBatch Indicates whether the method is called from code that is running in the context of a batch task.

Top

Inheritance Hierarchy

Object Class
  BatchHeader Class