xApplication Class
Syntax
class xApplication extends Object
Run On
Server
Methods
Method | Description | |
---|---|---|
buildNo | ||
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
canDeleteCompany | ||
clearManagedCaches | ||
company | ||
curTransactionId | ||
dbSynchronize | ||
deleteCompany | ||
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. | |
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. | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
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. | |
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. | |
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. | |
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. | |
finalize | ||
flushcompanycache | ||
getCountryContextFilter | Checks whether system-wide optimization in data access layer that is related to country/region context fields is enabled. | |
getSameNameDifferentIdFields | ||
getServiceHostStatus | ||
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
initGlobal | ||
insertXReferences | Is invoked by the framework when cross-reference information should be inserted into the database. | |
isCheckedMode | ||
isConfigMode | ||
isDemoMode | ||
isSqlConnected | ||
logDelete | ||
logInsert | ||
logRenameKey | ||
logUpdate | ||
new | Initializes a new instance of the xApplication class. (Overrides the new Method.) | |
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.) | |
numberOfTreeNodesLoaded | ||
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) | |
owner | Returns the instance that owns the object. (Inherited from Object.) | |
releaseVersion | ||
restartServiceHost | ||
setDefaultCompany | ||
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
startup | ||
sysTrace | ||
toString | Returns a string that represents the current object. (Inherited from Object.) | |
ttsabort | ||
ttsbegin | ||
ttscommit | ||
ttsLevel | ||
ttsNotifyAbort | ||
ttsNotifyBegin | ||
ttsNotifyCommit | ||
ttsNotifyPostBegin | ||
ttsNotifyPreCommit | ||
ttsVersion | ||
updateXrefTreeNode | Is invoked by the framework when cross-reference information for the various node types is updated. | |
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.) | |
xref | ||
::checkForNewBatchJobs | ||
::CheckUserExistsInAnyPartition | Checks whether the given user is present in any partition. | |
::flushClientServices | ||
::getFolderPath | ||
::getVSAssembliesPath | ||
::ilCacheContains | ||
::ilCacheDelete | ||
::ilCacheFind | ||
::ilCacheInsert | ||
::initPartition | Initializes a given partition by creating the DAT company and the Admin user. | |
::isServiceRegisteredOnClient | ||
::IsSinglePartitionSystem | Evaluates whether the deployment has a single partition or multiple partitions. | |
::IsTablePerHierarchyMode | Determines whether the system is being run with all table inheritance hierarchies flattened (Table per hierarchy mode). | |
::registerServiceOnClient | ||
::runAsync | ||
::skipDBSync | ||
::startBatch | ||
::stopBatch | ||
::XppILAppDomain |
Top
Inheritance Hierarchy
Object Class
xApplication Class
Application Class