hidden deprecatedabstract persistent class %iFind.Index.AbstractDominance
extends %Persistent
This class is deprecated and will no longer be used when generating table projections for an iFind index.
Read-only projection of the dominance information of a particular entity in a record.
Controlled through the IFINDADVANCED parameter in %iFind.Index.Analytic
parameter READONLY = 1;
READONLY = 1 means that objects can be created, opened but not saved or deleted.
Tables are projected to SQL as READONLY.
property EntId
as %iFind.Entity;
The entity
property RecId
as %Integer;
The record in which the entity appears
property conceptValue
as %Integer;
The per-record dominance value for this entity, based on its occurrences in a concept role
property relationValue
as %Integer;
The per-record dominance value for this entity, based on its occurrences in a relationship role
index (DominanceIndex on RecId,EntId) [IdKey,PrimaryKey];