PlanActivityNextLevelCache Class [AX 2012]
The PlanActivityNextLevelCache class provides caching of next level plan activities.
| Method | Description | |
|---|---|---|
| any2container | Encloses the given value in a container object. (Inherited from LeanCache.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clearCache | Clears the entire cache. (Inherited from LeanCache.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| find | Finds values in the cache that is stored under the specified key. (Overrides the find Method.) |
| findInternal | Finds values in the cache that is stored under the provided key. (Inherited from LeanCache.) |
| findIsCacheHit | Determines whether the last call to the find method hits the cache. (Inherited from LeanCache.) |
| findIsNullValue | Determines whether the last call to the find method returns a nullNothingnullptrunita null reference (Nothing in Visual Basic) value. (Inherited from LeanCache.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| insert | Inserts the key value pair into the cache. (Inherited from LeanCache.) |
| isNullValue | Determines whether the specified value is a nullNothingnullptrunita null reference (Nothing in Visual Basic) value. (Inherited from LeanCache.) |
| isValid | Determines whether the specified key and value are valid. (Inherited from LeanCache.) |
| key | Builds a cache key by using a PlanActivity record ID and a PlanActivityType enumeration value. |
| new | Initializes a new instance of the LeanCache class. (Inherited from LeanCache.) |
| nextLevelPlanActivity | Finds the next level PlanActivity record of the specified type for the current record. |
| 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.) |
| nullValue | Defines the value that is considered a nullNothingnullptrunita null reference (Nothing in Visual Basic) value in the cache. (Inherited from LeanCache.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| remove | Removes an entry from the cache that is stored under the specified key. (Overrides the remove Method.) |
| scopeName | Retrieves the cache scope name. (Inherited from LeanCache.) |
| 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.) |
| ::construct | Initializes a new instance of the PlanActivityNextLevelCache class. |
Community Additions
ADD
Show: