Skip to main content

%iFind.Index.AbstractDominance

SQL Table Name: %iFind_Index.AbstractDominance

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

Property Inventory

Parameters

parameter READONLY = 1;
Inherited description: READONLY = 1 means that objects can be created, opened but not saved or deleted. Tables are projected to SQL as READONLY.

Properties

property EntId as %iFind.Entity [ Required ];
The entity
Property methods: EntIdGet(), EntIdGetObject(), EntIdGetObjectId(), EntIdGetSwizzled(), EntIdIsValid(), EntIdNewObject(), EntIdSet(), EntIdSetObject(), EntIdSetObjectId(), EntIdUnSwizzle()
property RecId as %Integer [ Required ];
The record in which the entity appears
Property methods: RecIdDisplayToLogical(), RecIdGet(), RecIdIsValid(), RecIdLogicalToDisplay(), RecIdNormalize(), RecIdSet()
property conceptValue as %Integer;
The per-record dominance value for this entity, based on its occurrences in a concept role
Property methods: conceptValueDisplayToLogical(), conceptValueGet(), conceptValueIsValid(), conceptValueLogicalToDisplay(), conceptValueNormalize(), conceptValueSet()
property relationValue as %Integer;
The per-record dominance value for this entity, based on its occurrences in a relationship role
Property methods: relationValueDisplayToLogical(), relationValueGet(), relationValueIsValid(), relationValueLogicalToDisplay(), relationValueNormalize(), relationValueSet()

Indexes

index (DominanceIndex on RecId,EntId) [IdKey, PrimaryKey, Type = key];
Index methods: DominanceIndexCheck(), DominanceIndexDelete(), DominanceIndexExists(), DominanceIndexOpen(), DominanceIndexSQLCheckUnique(), DominanceIndexSQLExists(), DominanceIndexSQLFindPKeyByConstraint(), DominanceIndexSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab