SysOperationController Class [AX 2012]

Syntax

class SysOperationController extends Object implements Batchable

Run On

Called

Methods

  Method Description
Gg962766.privmethod(en-us,AX.60).gif asyncWaitForBatchCompletion Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif batchAsyncCallback Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif batchInfo Microsoft internal use only.
Gg962766.privmethod(en-us,AX.60).gif callBuilderMethod Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif callContractInterfaceMethod Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg962766.pubmethod(en-us,AX.60).gif canGoBatch Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif caption Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif checkAccess Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif checkCloseDialog Microsoft internal use only.
Gg962766.protmethod(en-us,AX.60).gif checkIfAnyContractImplementsInterface Microsoft internal use only.
Gg962766.protmethod(en-us,AX.60).gif defaultCaption Microsoft internal use only.
Gg962766.privmethod(en-us,AX.60).gif deleteLast Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif dialog Microsoft internal use only.
Gg962766.protmethod(en-us,AX.60).gif dialogClose Microsoft internal use only.
Gg962766.protmethod(en-us,AX.60).gif dialogInit Microsoft internal use only.
Gg962766.protmethod(en-us,AX.60).gif dialogMake Microsoft internal use only.
Gg962766.protmethod(en-us,AX.60).gif dialogPostBuild Microsoft internal use only.
Gg962766.protmethod(en-us,AX.60).gif dialogPostRun Microsoft internal use only.
Gg962766.protmethod(en-us,AX.60).gif dialogRun Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif dialogSelectCtrl Microsoft internal use only.
Gg962766.protmethod(en-us,AX.60).gif dialogShow Microsoft internal use only.
Gg962766.protmethod(en-us,AX.60).gif dialogTask Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif doBatch Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg962766.protmethod(en-us,AX.60).gif getBaseDataContract
Gg962766.privmethod(en-us,AX.60).gif getBaseDataContractInternal
Gg962766.protmethod(en-us,AX.60).gif getCachedUIBuilderForDataContractInfo Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif getDataContractInfoObject Gets the metadata that is associated with a particular data contract parameter.
Gg962766.pubmethod(en-us,AX.60).gif getDataContractInfoObjects Microsoft internal use only.
Gg962766.protmethod(en-us,AX.60).gif getDataContractInfoObjectsInternal Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif getDataContractInfoObjectsRecursively Microsoft internal use only.
Gg962766.privmethod(en-us,AX.60).gif getDataContractInfoObjectsRecursivelyInt Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif getDataContractObject Gets a data contract instance for reading or writing.
Gg962766.pubmethod(en-us,AX.60).gif getFrameworkService Microsoft internal use only.
Gg962766.privmethod(en-us,AX.60).gif getFromBatchDialog Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif getFromDialog Microsoft internal use only.
Gg962766.protmethod(en-us,AX.60).gif getOriginalQuery Gets the original query that can be used in the SysQuery form.
Gg962766.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg962766.pubmethod(en-us,AX.60).gif getUIBuilderForContractObject Microsoft internal use only.
Gg962766.protmethod(en-us,AX.60).gif getUIBuilderForDataContractInfo Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif getUIBuilderForParameterPath Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg962766.privmethod(en-us,AX.60).gif initializeBaseDataContract Finds the first service parameter and initializes it with session information.
Gg962766.protmethod(en-us,AX.60).gif initializeDataContractInfoMaps Microsoft internal use only.
Gg962766.protmethod(en-us,AX.60).gif initializeParameters Called after parameters are initialized by the framework.
Gg962766.privmethod(en-us,AX.60).gif initializeParametersInternal Initializes the data contracts by calling framework service.
Gg962766.pubmethod(en-us,AX.60).gif initParmDefault Microsoft internal use only.
Gg962766.protmethod(en-us,AX.60).gif isInBatch Microsoft internal use only.
Gg962766.protmethod(en-us,AX.60).gif lastValueDataAreaId Microsoft internal use only.
Gg962766.protmethod(en-us,AX.60).gif lastValueDesignName Microsoft internal use only.
Gg962766.privmethod(en-us,AX.60).gif lastValueElementName Microsoft internal use only.
Gg962766.privmethod(en-us,AX.60).gif lastValueType Microsoft internal use only.
Gg962766.protmethod(en-us,AX.60).gif lastValueUserId Microsoft internal use only.
Gg962766.protmethod(en-us,AX.60).gif loadFromSysLastValue Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif loadingOrSavingFromLastValue Checks whether the current execution loads from or saves to the syslastvalue table.
Gg962766.protmethod(en-us,AX.60).gif new Microsoft internal use only. (Overrides the new Method.)
Gg962766.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.)
Gg962766.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.)
Gg962766.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg962766.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg962766.pubmethod(en-us,AX.60).gif pack Microsoft internal use only.
Gg962766.protmethod(en-us,AX.60).gif packDataContractInfoObjects Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif parmAlwaysInitializeAndValidateOnServer Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif parmArgs Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif parmCurrentBatch Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif parmDialogCaption Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif parmExecutionMode Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif parmFrameworkService Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif parmHelpKeyword Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif parmLoadFromSysLastValue Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif parmRegisterCallbackForReliableAsyncCall Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif parmReliableAsyncBatchGroupId Gets or sets the ReliableAsyncBatchGroupId parameter.
Gg962766.pubmethod(en-us,AX.60).gif parmShowDialog Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif prompt Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif putToDialog Moves data from the data contract into dialog box controls.
Gg962766.protmethod(en-us,AX.60).gif queryChanged Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif queryHelper Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif querySelectButtonClicked Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif run Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif runsImpersonated Microsoft internal use only.
Gg962766.protmethod(en-us,AX.60).gif saveLast Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg962766.pubmethod(en-us,AX.60).gif showBatchTab Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif showQuerySelectButton Determines whether a Select button will be added to the dialog box.
Gg962766.pubmethod(en-us,AX.60).gif showQueryValues Determines whether the query values will be added to the dialog box.
Gg962766.pubmethod(en-us,AX.60).gif startOperation Microsoft internal use only.
Gg962766.protmethod(en-us,AX.60).gif templateForm Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg962766.pubmethod(en-us,AX.60).gif unpack Microsoft internal use only.
Gg962766.protmethod(en-us,AX.60).gif unpackDataContractInfoObjects Microsoft internal use only.
Gg962766.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.)
Gg962766.protmethod(en-us,AX.60).gif validate Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif validateParameters Microsoft internal use only.
Gg962766.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg962766.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  SysOperationController Class
    SrsReportRunController Class
    SysOperationQueryController Class
    SysOperationServiceController Class