Overview Schemas Index

APPROVAL_SCHEMA (jsdai.SApproval_schema)


ENTITY approval_role;
          role : label;
DERIVE
          description : text := get_description_value(SELF);
WHERE
          wr1: SIZEOF(USEDIN(SELF, 'BASIC_ATTRIBUTE_SCHEMA.' + 'DESCRIPTION_ATTRIBUTE.DESCRIBED_ITEM')) <= 1;
END_ENTITY; -- approval_role

Entity data types and their attributes

approval_role
          role: label;
          (DER) description: text;

Users

approval_role
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              ap239_mri_attribute_classification_item
          approval_person_organization.role
          approving_person_organization.role
          description_attribute.described_item
                    description_attribute_select

Global rules for this entity data type

          dependent_instantiable_approval_role (AUTOMOTIVE_DESIGN)

public interface EApproval_role extends EEntity

role (explicit attribute)

          boolean testRole(EApproval_role type)
          String getRole(EApproval_role type)
          void setRole(EApproval_role type, String value)
          void unsetRole(EApproval_role type)

description (derived attribute)

          String getDescription(EApproval_role type)
          boolean testDescription(EApproval_role type)

public class CApproval_role implements EApproval_role

          static EAttribute attributeRole(EApproval_role type)
          static EAttribute attributeDescription(EApproval_role type)

public class AApproval_role extends AEntity

          public EApproval_role getByIndex(int index)
          public EApproval_role getCurrentMember(SdaiIterator it)