Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

 

Code Block
languagecpp
themeConfluence
EdmiError     _CDECL edmiGetExtensionSchemaProperty          (SdaiSchema      expressSchemaId,
                                                              SdaiInteger     extensionSchemaId,
                                                              SdaiString      propertyName,       /* name, creationDate, ... */
                                                              SdaiVoid        value);

EdmiError     _CDECL edmiGetExtensionSchemaNewEntities       (SdaiSchema      expressSchemaId,
        
                                                     SdaiInteger     extensionSchemaId,   /* When extensionSchemaId = 0,
new entities of all extension schemata for schema will be returned */                                   SdaiString                            SdaiInteger    *numberOfNewEntitiespropertyName,       
                                                       SdaiInstance  **newEntitiesIds);     /* newEntitiesIds should be freed (edmiFree()) by caller */

EdmiError     _CDECL edmiGetExtensionSchemaExtendedEntities  (SdaiSchema      expressSchemaIdSdaiPrimitiveType  dataType,          
                                              SdaiVoid       SdaiInteger     extensionSchemaId,       /* When extensionSchemaId = 0, entities extended by any extension schemata for schema will be returned */
                                                              SdaiInteger    *numberOfExtendedEntities,
                                                              SdaiInstance  **extendedEntitiesIds);    /* extendedEntitiesIds should be freed (edmiFree()) by caller */

EdmiError     _CDECL edmiGetEntityExtensionAttributes        (SdaiEntity      entityId,
                                                              SdaiInteger     extensionSchemaId,       /* When extensionSchemaId = 0, all extension attributes of entityId of all extension schema for schema will be returned */
                                                              SdaiInteger    *numberOfAttributes,
                                                              SdaiInstance  **attributeIds);           /* attributeIds should be freed (edmiFree()) by caller */


value);

Use this function to get a property for an extension schemata for an EXPRESS schema.

Arguments

...

...

TypeNameComment
SdaiSchemaexpressSchemaId 
SdaiIntegerextensionSchemaId 
SdaiStringpropertyName  name, created, ...
SdaiPrimitiveTypedataTypesdaiSTRING, sdaiINTEGER ...
SdaiVoidvalue 

Return Value

...

Insert excerpt
US:_r_EDMInterface
US:_r_EDMInterface
nopaneltrue

Options

...

<arguments missing>

 

Example

...

...

 

Code Block
languagecpp
 <example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schemamodel" and parent = "6062220"