Overview Schemas Index

APPROVAL_SCHEMA (jsdai.SApproval_schema)


ENTITY approval_relationship;
          name : label;
          description : OPTIONAL text;
          relating_approval : approval;
          related_approval : approval;
END_ENTITY; -- approval_relationship

Entity data types and their attributes

approval_relationship
          name: label;
          (OPT) description: text;
          relating_approval: approval;
          related_approval: approval;

Users

approval_relationship
          applied_action_assignment.items
                    action_items
                              ir_usage_item
                                        design_pdm_ir_usage_item
                                                  pdm_classification_item
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              pmri_attribute_classification_item
          applied_classification_assignment.items
                    classification_item
                              requirement_classification_item
          applied_usage_right.items
                    ir_usage_item
                              design_pdm_ir_usage_item
                                        pdm_classification_item
          attribute_language_assignment.items
                    attribute_language_item
                              mri_attribute_language_item
          attribute_translation_assignment.considered_instance
                    attribute_language_item
                              prjm_attribute_language_item
          issue_reference_mapping.items
                    issue_reference_item
                              im_issue_reference_item
          language_indication.considered_instance
                    attribute_language_item
                              mri_attribute_language_item
          language_indication.items
                    attribute_language_item
                              mri_attribute_language_item
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              mri_multi_language_attribute_item

Global rules for this entity data type

          restrict_multi_language_for_approval_relationship (AUTOMOTIVE_DESIGN)
          restrict_multi_language_for_approval_relationship (CATALOG_DATA_INFORMATION_MIM)

public interface EApproval_relationship extends EEntity

name (explicit attribute)

          boolean testName(EApproval_relationship type)
          String getName(EApproval_relationship type)
          void setName(EApproval_relationship type, String value)
          void unsetName(EApproval_relationship type)

description (explicit attribute)

          boolean testDescription(EApproval_relationship type)
          String getDescription(EApproval_relationship type)
          void setDescription(EApproval_relationship type, String value)
          void unsetDescription(EApproval_relationship type)

relating_approval (explicit attribute)

          boolean testRelating_approval(EApproval_relationship type)
          EApproval getRelating_approval(EApproval_relationship type)
          void setRelating_approval(EApproval_relationship type, EApproval value)
          void unsetRelating_approval(EApproval_relationship type)

related_approval (explicit attribute)

          boolean testRelated_approval(EApproval_relationship type)
          EApproval getRelated_approval(EApproval_relationship type)
          void setRelated_approval(EApproval_relationship type, EApproval value)
          void unsetRelated_approval(EApproval_relationship type)

public class CApproval_relationship implements EApproval_relationship

          static EAttribute attributeName(EApproval_relationship type)
          static EAttribute attributeDescription(EApproval_relationship type)
          static EAttribute attributeRelating_approval(EApproval_relationship type)
          static int usedinRelating_approval(EApproval_relationship type, EApproval instance, ASdaiModel domain, AApproval_relationship result)
          static EAttribute attributeRelated_approval(EApproval_relationship type)
          static int usedinRelated_approval(EApproval_relationship type, EApproval instance, ASdaiModel domain, AApproval_relationship result)

public class AApproval_relationship extends AEntity

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