Skip to content

GET_ALL_REFERENCING_MODELS ​

GET_ALL_REFERENCING_MODELS returns all models which are referencing specified models.

Syntax ​

leo-grammar
CC "Core" GET_ALL_REFERENCING_MODELS modelids:strValue .


#-->RESULT ecode:intValue sourcemodelids:strValue
CC "Core" GET_ALL_REFERENCING_MODELS modelids:strValue .


#-->RESULT ecode:intValue sourcemodelids:strValue

Parameters ​

  • modelids (strValue) -

Returns ​

  • ecode (intValue) - Contains the error code or is 0 in case of success.
  • sourcemodelids (strValue) -

Details ​

GET_ALL_REFERENCING_MODELS returns a list of all model IDs (sourcemodelids) which are referencing the models specified by the parameter modelids.
This means that sourcemodelids contains all models which at least one INTERREF to at least one of the model specified in modelids.

Both modelids and sourcemodelids are space separated strings with the IDs (e.g. "10001 12345 4711").

See Also ​

Examples ​

Versions and Changes ​

Available since ADOxx 1.3