AssetDocumentTypeExistanceCache_JP Class [AX 2012]
The AssetDocumentTypeExistanceCache_JP class is used to manage the cache for the existence of AssetDocumentEntry_JP records that have a specific AssetDocumentType_JP enumeration value.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clearCache | Clears the cache. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getExistance | Check whether any AssetDocumentEntry_JP records exist that are of the type that is represented by this instance. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isSet | Checks whether the cache exists for AssetDocumentEntry_JP records that are of the type that is represented by this instance. |
| new | Creates a new instance of the AssetDocumentTypeExistanceCache_JP 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.) |
| setExistance | Sets the existence to true. |
| 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.) |
| 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.) |
| ::clearCacheForAssetDocType | Clears all caches of an AssetDocumentType_JP value. |
| ::Construct | Constructs an instance of the AssetDocumentTypeExistanceCache_JP class, based on an asset ID, book ID, and AssetDocumentType_JP value. |
| ::getCacheScopeStr | Gets the cache scope identifier for a cache of the existence of AssetDocumentEntry_JP records that have a specific AssetDocumentType_JP value. |
Community Additions
ADD
Show: