Name | Description |
---|---|
Constants | Functions for querying the Cache |
Extractors | Functions for querying the Cache |
Filters | Functions for querying the Cache |
Query | Functions for querying the Cache |
Name | Signature and Synopsis |
---|---|
C_CacheLoadConceptByExtId | Concept C_CacheLoadConceptByExtId(String extId, boolean includeContained) Retrieve from the cache the concept whose external identifier is specified |
C_CacheLoadConceptById | Concept C_CacheLoadConceptById(long id, boolean includeContained) Retrieve from the cache the concept whose identifier is specified |
C_CacheLoadConceptsByExtId | Object[] C_CacheLoadConceptsByExtId(String[] extIds) Bulk retrieval of Concepts from the Cache. |
C_CacheLoadEventByExtId | Event C_CacheLoadEventByExtId(String extId) Retrieve from the cache the event whose external identifier is specified |
C_CacheLoadEventById | Event C_CacheLoadEventById(long id) Retrieve from the cache the event whose identifier is specified |
C_CacheLoadParent | Concept C_CacheLoadParent(Concept cept, boolean recursive) Retrieve from the cache the parent concepts. |
C_CacheName | Sring C_CacheName(String entityPath) Returns the cache name for the specified entityPath |
C_ClassName | String C_ClassName(String entityPath) Return the generated class name |
C_Index | void C_Index(String cacheName, Object property, boolean isOrdered) Creates an index on the property |
C_Lock | boolean C_Lock(String key, long timeout, boolean localOnly) Locks the object represented by the key within a rule session |
C_UnLock | void C_UnLock(String key, boolean localOnly) Unlocks the object represented by the key within a rule session |