%iKnow.Objects.VirtualEntityOccurrence
persistent class %iKnow.Objects.VirtualEntityOccurrence extends %Library.Persistent
SQL Table Name: %iKnow_Objects .VirtualEntityOccurrence
This is a read-only object representation wrapping the internal iKnow data structures for
Entity Occurrences in a Virtual Source.
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.
Property Inventory
Copy link to this section Parameters
Copy link to this section
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.
Copy link to this section Properties
Copy link to this section
property CrcOccurrenceIdM as %Integer ;
Property methods: CrcOccurrenceIdMDisplayToLogical(), CrcOccurrenceIdMGet(), CrcOccurrenceIdMIsValid(), CrcOccurrenceIdMLogicalToDisplay(), CrcOccurrenceIdMNormalize(), CrcOccurrenceIdMSet()
Copy link to this section
property CrcOccurrenceIdR as %Integer ;
Property methods: CrcOccurrenceIdRDisplayToLogical(), CrcOccurrenceIdRGet(), CrcOccurrenceIdRIsValid(), CrcOccurrenceIdRLogicalToDisplay(), CrcOccurrenceIdRNormalize(), CrcOccurrenceIdRSet()
Copy link to this section
property CrcOccurrenceIdS as %Integer ;
Property methods: CrcOccurrenceIdSDisplayToLogical(), CrcOccurrenceIdSGet(), CrcOccurrenceIdSIsValid(), CrcOccurrenceIdSLogicalToDisplay(), CrcOccurrenceIdSNormalize(), CrcOccurrenceIdSSet()
Copy link to this section
property DomainId as %Integer [ Required ];
Property methods: DomainIdDisplayToLogical(), DomainIdGet(), DomainIdIsValid(), DomainIdLogicalToDisplay(), DomainIdNormalize(), DomainIdSet()
Copy link to this section
property EntOccId as %Integer [ Required ];
Property methods: EntOccIdDisplayToLogical(), EntOccIdGet(), EntOccIdIsValid(), EntOccIdLogicalToDisplay(), EntOccIdNormalize(), EntOccIdSet()
Copy link to this section
property EntTypeId as %Integer ;
Property methods: EntTypeIdDisplayToLogical(), EntTypeIdGet(), EntTypeIdIsValid(), EntTypeIdLogicalToDisplay(), EntTypeIdNormalize(), EntTypeIdSet()
Copy link to this section
property EntUniId as %Integer ;
Property methods: EntUniIdDisplayToLogical(), EntUniIdGet(), EntUniIdIsValid(), EntUniIdLogicalToDisplay(), EntUniIdNormalize(), EntUniIdSet()
Property methods: EntityCompute(), EntityGet(), EntityGetObject(), EntityGetObjectId(), EntitySQLCompute()
Copy link to this section
property PathId as %Integer ;
Property methods: PathIdDisplayToLogical(), PathIdGet(), PathIdIsValid(), PathIdLogicalToDisplay(), PathIdNormalize(), PathIdSet()
Copy link to this section
property PosInPath as %Integer ;
Property methods: PosInPathDisplayToLogical(), PosInPathGet(), PosInPathIsValid(), PosInPathLogicalToDisplay(), PosInPathNormalize(), PosInPathSet()
Copy link to this section
property PosInSentence as %Integer ;
Property methods: PosInSentenceDisplayToLogical(), PosInSentenceGet(), PosInSentenceIsValid(), PosInSentenceLogicalToDisplay(), PosInSentenceNormalize(), PosInSentenceSet()
Property methods: SentenceCompute(), SentenceGet(), SentenceGetObject(), SentenceGetObjectId(), SentenceIdDisplayToLogical(), SentenceIdGet(), SentenceIdIsValid(), SentenceIdLogicalToDisplay(), SentenceIdNormalize(), SentenceIdSet(), SentenceSQLCompute()
Copy link to this section
property SentenceId as %Integer ;
Property methods: SentenceIdDisplayToLogical(), SentenceIdGet(), SentenceIdIsValid(), SentenceIdLogicalToDisplay(), SentenceIdNormalize(), SentenceIdSet()
Copy link to this section
property VirtualSourceId as %Integer [ Required ];
Property methods: VirtualSourceIdDisplayToLogical(), VirtualSourceIdGet(), VirtualSourceIdIsValid(), VirtualSourceIdLogicalToDisplay(), VirtualSourceIdNormalize(), VirtualSourceIdSet()
Copy link to this section Indexes
Copy link to this section
index (PKINDEX on DomainId,VirtualSourceId,EntOccId) [IdKey, PrimaryKey, Type = key, Unique];
Index methods: PKINDEXCheck(), PKINDEXDelete(), PKINDEXExists(), PKINDEXOpen(), PKINDEXSQLCheckUnique(), PKINDEXSQLExists(), PKINDEXSQLFindPKeyByConstraint(), PKINDEXSQLFindRowIDByConstraint()
Copy link to this section Inherited Members
Inherited Methods
Copy link to this section Storage
Storage Model: CacheSQLStorage
Maps: 1