ENTITY managed_data_creation
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY managed_data_creation
SUBTYPE OF (managed_data_transaction);
DERIVE
created_set : SET [1:?] OF managed_data_item := bag_to_set
(USEDIN(SELF, 'STRUCTURAL_FRAME_SCHEMA.MANAGED_DATA_ITEM.HISTORY'));
WHERE
WRM3 : SELF\managed_data_transaction.new_ids_assigned = TRUE;
WRM4 : SIZEOF(QUERY(tmp <* created_set | tmp.originating_application :<>:
(SELF\managed_data_transaction.application)) ) = 0;
END_ENTITY;
Explicit Attributes
Entity managed_data_creation has the following local and inherited explicit attributes:
Derived Attributes
Entity managed_data_creation has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
created_set | SET OF managed_data_item (ENTITY) | managed_data_creation |
|
Inverse Attributes
Entity managed_data_creation has the following local and inherited inverse attributes:
Supertypes
Entity managed_data_creation inherits from the following supertypes:
managed_data_transaction
Subtypes
No subtypesReferenced By
Entity managed_data_creation and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00