Navigation

action

EXPRESS specification:

ENTITY action;
name  :  label;
description  :  OPTIONAL text;
chosen_method  :  action_method;
DERIVE
id  :  identifier :=  get_id_value (SELF);
WHERE
WRA34  :  SIZEOF (USEDIN (SELF, 'STRUCTURAL_FRAME_SCHEMA.' + 'ID_ATTRIBUTE.IDENTIFIED_ITEM')) <= 1;
END_ENTITY;

References (4):

Name Type Referred through Express-G
executed_action Entity
Supertype
No Diagram
group_assignment_actioned Entity
Attribute 'assigned_action'
No Diagram
id_attribute_select Select
Select relation
No Diagram
select_generic_item Select
Select relation
No Diagram

Inheritance graph

ENTITY action;
ENTITY action;
name  :  label;
description  :  OPTIONAL text;
chosen_method  :  action_method;
DERIVE
id  :  identifier :=  get_id_value (SELF);
END_ENTITY;