xApplication Class

Syntax

class xApplication extends Object

Run On

Server

Methods

  Method Description
Gg927556.pubmethod(en-us,AX.60).gif buildNo
Gg927556.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg927556.pubmethod(en-us,AX.60).gif canDeleteCompany
Gg927556.pubmethod(en-us,AX.60).gif clearManagedCaches
Gg927556.pubmethod(en-us,AX.60).gif company
Gg927556.pubmethod(en-us,AX.60).gif curTransactionId
Gg927556.pubmethod(en-us,AX.60).gif dbSynchronize
Gg927556.pubmethod(en-us,AX.60).gif deleteCompany
Gg927556.pubmethod(en-us,AX.60).gif disableCountryContextFilter Disables system-wide optimization in the data access layer, whereby fields that don't belong in the current company's country/region context are dropped from the SELECT query.
Gg927556.pubmethod(en-us,AX.60).gif enableCountryContextFilter Enables system-wide optimization in the data access layer, whereby fields that don't belong in the current company's country/region context are dropped from the SELECT query.
Gg927556.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg927556.pubmethod(en-us,AX.60).gif eventDelete Serves as a callback that is called by the kernel when a record in a table is deleted, provided that the kernel has been set up to monitor records in that table.
Gg927556.pubmethod(en-us,AX.60).gif eventInsert Serves as a callback that is called by the kernel when a record in a table is inserted, provided that the kernel has been set up to monitor records in that table.
Gg927556.pubmethod(en-us,AX.60).gif eventRenameKey Serves as a callback that is called by the kernel when a primary key is renamed, provided that the kernel has been set up to monitor records in that table.
Gg927556.pubmethod(en-us,AX.60).gif eventUpdate Serves as a callback that is called by the kernel when a record in a table is updated, provided that the kernel has been set up to monitor records in that table.
Gg927556.pubmethod(en-us,AX.60).gif finalize
Gg927556.pubmethod(en-us,AX.60).gif flushcompanycache
Gg927556.pubmethod(en-us,AX.60).gif getCountryContextFilter Checks whether system-wide optimization in data access layer that is related to country/region context fields is enabled.
Gg927556.pubmethod(en-us,AX.60).gif getSameNameDifferentIdFields
Gg927556.pubmethod(en-us,AX.60).gif getServiceHostStatus
Gg927556.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg927556.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg927556.pubmethod(en-us,AX.60).gif initGlobal
Gg927556.pubmethod(en-us,AX.60).gif insertXReferences Is invoked by the framework when cross-reference information should be inserted into the database.
Gg927556.pubmethod(en-us,AX.60).gif isCheckedMode
Gg927556.pubmethod(en-us,AX.60).gif isConfigMode
Gg927556.pubmethod(en-us,AX.60).gif isDemoMode
Gg927556.pubmethod(en-us,AX.60).gif isSqlConnected
Gg927556.pubmethod(en-us,AX.60).gif logDelete
Gg927556.pubmethod(en-us,AX.60).gif logInsert
Gg927556.pubmethod(en-us,AX.60).gif logRenameKey
Gg927556.pubmethod(en-us,AX.60).gif logUpdate
Gg927556.pubmethod(en-us,AX.60).gif new Initializes a new instance of the xApplication class. (Overrides the new Method.)
Gg927556.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.)
Gg927556.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.)
Gg927556.pubmethod(en-us,AX.60).gif numberOfTreeNodesLoaded
Gg927556.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg927556.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg927556.pubmethod(en-us,AX.60).gif releaseVersion
Gg927556.pubmethod(en-us,AX.60).gif restartServiceHost
Gg927556.pubmethod(en-us,AX.60).gif setDefaultCompany
Gg927556.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg927556.pubmethod(en-us,AX.60).gif startup
Gg927556.pubmethod(en-us,AX.60).gif sysTrace
Gg927556.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg927556.pubmethod(en-us,AX.60).gif ttsabort
Gg927556.pubmethod(en-us,AX.60).gif ttsbegin
Gg927556.pubmethod(en-us,AX.60).gif ttscommit
Gg927556.pubmethod(en-us,AX.60).gif ttsLevel
Gg927556.pubmethod(en-us,AX.60).gif ttsNotifyAbort
Gg927556.pubmethod(en-us,AX.60).gif ttsNotifyBegin
Gg927556.pubmethod(en-us,AX.60).gif ttsNotifyCommit
Gg927556.pubmethod(en-us,AX.60).gif ttsNotifyPostBegin
Gg927556.pubmethod(en-us,AX.60).gif ttsNotifyPreCommit
Gg927556.pubmethod(en-us,AX.60).gif ttsVersion
Gg927556.pubmethod(en-us,AX.60).gif updateXrefTreeNode Is invoked by the framework when cross-reference information for the various node types is updated.
Gg927556.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.)
Gg927556.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg927556.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg927556.pubmethod(en-us,AX.60).gif xref
Gg927556.pubmethod(en-us,AX.60).gif Gg927556.static(en-us,AX.60).gif ::checkForNewBatchJobs
Gg927556.pubmethod(en-us,AX.60).gif Gg927556.static(en-us,AX.60).gif ::CheckUserExistsInAnyPartition Checks whether the given user is present in any partition.
Gg927556.pubmethod(en-us,AX.60).gif Gg927556.static(en-us,AX.60).gif ::flushClientServices
Gg927556.pubmethod(en-us,AX.60).gif Gg927556.static(en-us,AX.60).gif ::getFolderPath
Gg927556.pubmethod(en-us,AX.60).gif Gg927556.static(en-us,AX.60).gif ::getVSAssembliesPath
Gg927556.pubmethod(en-us,AX.60).gif Gg927556.static(en-us,AX.60).gif ::ilCacheContains
Gg927556.pubmethod(en-us,AX.60).gif Gg927556.static(en-us,AX.60).gif ::ilCacheDelete
Gg927556.pubmethod(en-us,AX.60).gif Gg927556.static(en-us,AX.60).gif ::ilCacheFind
Gg927556.pubmethod(en-us,AX.60).gif Gg927556.static(en-us,AX.60).gif ::ilCacheInsert
Gg927556.pubmethod(en-us,AX.60).gif Gg927556.static(en-us,AX.60).gif ::initPartition Initializes a given partition by creating the DAT company and the Admin user.
Gg927556.pubmethod(en-us,AX.60).gif Gg927556.static(en-us,AX.60).gif ::isServiceRegisteredOnClient
Gg927556.pubmethod(en-us,AX.60).gif Gg927556.static(en-us,AX.60).gif ::IsSinglePartitionSystem Evaluates whether the deployment has a single partition or multiple partitions.
Gg927556.pubmethod(en-us,AX.60).gif Gg927556.static(en-us,AX.60).gif ::IsTablePerHierarchyMode Determines whether the system is being run with all table inheritance hierarchies flattened (Table per hierarchy mode).
Gg927556.pubmethod(en-us,AX.60).gif Gg927556.static(en-us,AX.60).gif ::registerServiceOnClient
Gg927556.pubmethod(en-us,AX.60).gif Gg927556.static(en-us,AX.60).gif ::runAsync
Gg927556.pubmethod(en-us,AX.60).gif Gg927556.static(en-us,AX.60).gif ::skipDBSync
Gg927556.pubmethod(en-us,AX.60).gif Gg927556.static(en-us,AX.60).gif ::startBatch
Gg927556.pubmethod(en-us,AX.60).gif Gg927556.static(en-us,AX.60).gif ::stopBatch
Gg927556.pubmethod(en-us,AX.60).gif Gg927556.static(en-us,AX.60).gif ::XppILAppDomain

Top

Inheritance Hierarchy

Object Class
  xApplication Class
    Application Class