%iKnow.Objects.EntityUnique
persistent class %iKnow.Objects.EntityUnique extends %Library.Persistent
SQL Table Name: %iKnow_Objects.EntityUnique
Note: the use of this class is no longer recommended for accessing elements of a specific domain. For those scenarios, %iKnow.Tables.Utils offers a more flexible and customizable way of projecting iKnow domain data to SQL
This is a read-only object representation wrapping the internal iKnow data structures for unique Entities.
This class can be used from Cache ObjectScript or SQL to access a single or small number of entries, but the storage mappings are not meant to support elaborate or complex queries targeting this SQL table.
Please use the predefined queries in %iKnow.Queries.EntityAPI and other query classes to consult Entity data as the internal global structures are designed to optimize performance for these queries rather than general-purpose access.
Note: the 
NOTE: This object assumes all underlying data structures are present. Use domain-specific copies of these objects for domains where not all indices are built. See also the GenerateAllObjectsForDomain() method in %iKnow.Objects.Utils.
Property Inventory
- CorpusDominanceAsConcept
 - CorpusDominanceAsRelation
 - CorpusFrequency
 - CorpusFrequencyAsConcept
 - CorpusFrequencyAsRelation
 - CorpusSpread
 - CorpusSpreadAsConcept
 - CorpusSpreadAsRelation
 - DomainId
 - EntUniId
 - EntityValue
 
Parameters
Properties
Indexes
Inherited Members
Inherited Methods
- %AddToSaveSet()
 - %AddToSyncSet()
 - %CheckConstraints()
 - %CheckConstraintsForExtent()
 - %ClassIsLatestVersion()
 - %ClassName()
 - %ComposeOid()
 - %ConstructClone()
 - %Delete()
 - %DeleteExtent()
 - %DeleteId()
 - %DispatchClassMethod()
 - %DispatchGetModified()
 - %DispatchGetProperty()
 - %DispatchMethod()
 - %DispatchSetModified()
 - %DispatchSetMultidimProperty()
 - %DispatchSetProperty()
 - %Exists()
 - %ExistsId()
 - %Extends()
 - %GUID()
 - %GUIDSet()
 - %GetLock()
 - %GetParameter()
 - %GetSwizzleObject()
 - %Id()
 - %IsA()
 - %IsModified()
 - %IsNull()
 - %KillExtent()
 - %LockExtent()
 - %LockId()
 - %New()
 - %NormalizeObject()
 - %ObjectIsNull()
 - %ObjectModified()
 - %Oid()
 - %OnBeforeAddToSync()
 - %OnDetermineClass()
 - %Open()
 - %OpenId()
 - %OriginalNamespace()
 - %PackageName()
 - %PurgeIndices()
 - %Reload()
 - %RemoveFromSaveSet()
 - %ResolveConcurrencyConflict()
 - %RollBack()
 - %Save()
 - %SaveDirect()
 - %SerializeObject()
 - %SetModified()
 - %SortBegin()
 - %SortEnd()
 - %SyncObjectIn()
 - %SyncTransport()
 - %UnlockExtent()
 - %UnlockId()
 - %ValidateIndices()
 - %ValidateObject()
 
Storage
Storage Model: CacheSQLStorage
Maps: 6
Map number 1 is named EntUni
thismap.Global: ^ISC.IK.EntUni
Map number 2 is named EntUniFreqCon
thismap.Global: ^ISC.IK.EntUniIdFreq
Map number 3 is named EntUniFreqRel
thismap.Global: ^ISC.IK.EntUniIdFreq
Map number 4 is named EntUniSpreadCon
thismap.Global: ^ISC.IK.EntUniIdSpread
Map number 5 is named EntUniSpreadRel
thismap.Global: ^ISC.IK.EntUniIdSpread
Map number 6 is named MainMap
thismap.Global: ^ISC.IK.EntUniId
^ISC.IK.EntUni({DomainId}," "_{EntityValue}) 
 | 
= | 
  | 
^ISC.IK.EntUniIdFreq({DomainId},0,-{CorpusFrequencyAsConcept},{EntUniId}) 
 | 
= | 
 | 
^ISC.IK.EntUniIdFreq({DomainId},1,-{CorpusFrequencyAsRelation},{EntUniId}) 
 | 
= | 
 | 
^ISC.IK.EntUniIdSpread({DomainId},0,-{CorpusSpreadAsConcept},{EntUniId}) 
 | 
= | 
 | 
^ISC.IK.EntUniIdSpread({DomainId},1,-{CorpusSpreadAsRelation},{EntUniId}) 
 | 
= | 
 | 
^ISC.IK.EntUniId({DomainId},{EntUniId}) 
 | 
= | 
  |