Overview Schemas Index

ORGANIZATION_TYPE_MIM (jsdai.SOrganization_type_mim)


ENTITY applied_organization_type_assignment
          SUBTYPE OF (organization_type_assignment);
          items : SET [1:?] OF organization_type_item;
END_ENTITY; -- applied_organization_type_assignment

Entity data types and their attributes

organization_type_assignment
          id: identifier;
          name: label;
          (OPT) description: text;
          assigned_organization_type: organization_type;
          role: organization_type_role;
applied_organization_type_assignment
          items: SET [1:?] OF organization_type_item;

Users: by entity attributes

organization_type_assignment
applied_organization_type_assignment
          applied_action_assignment.items
                    action_items
                              ss_action_items
                                        pmri_action_items
                                                  os_action_items
          applied_approval_assignment.items
                    approval_item
                              ss_approval_item
                                        pmri_approval_item
                                                  os_approval_item
          applied_date_and_time_assignment.items
                    date_and_time_item
                              tsr_date_and_time_item
          applied_date_assignment.items
                    date_item
                              ss_date_item
                                        pmri_date_item
                                                  os_date_item
          applied_group_assignment.items
                    groupable_item
                              collection_membership_groupable_item
                                        ss_collection_membership_groupable_item
                                                  pmri_collection_membership_groupable_item
                                                            prjm_collection_membership_groupable_item
          current_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ss_action_items
                                                            pmri_action_items
                                                                      os_action_items
          frozen_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ss_action_items
                                                            pmri_action_items
                                                                      os_action_items
          functional_terminal_group_assignment.items
                    groupable_item
                              collection_membership_groupable_item
                                        ss_collection_membership_groupable_item
                                                  pmri_collection_membership_groupable_item
                                                            prjm_collection_membership_groupable_item
          previous_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ss_action_items
                                                            pmri_action_items
                                                                      os_action_items

Users: by defined types, not used by any entity attribute

applied_organization_type_assignment
          os_action_items
                    ap242_change_management_object
                    applied_action_assignment.items
                    applied_usage_right.items
                    risk_evaluation_criteria.items
          os_approval_item
                    applied_approval_assignment.items
          os_date_and_time_item
                    applied_date_and_time_assignment.items
          os_date_item
                    applied_date_assignment.items
          prjm_collection_membership_groupable_item
                    applied_group_assignment.items
                    syse_experience_type_item
                    syse_person_type_item
                    sysm_analysed_item
                    sysm_certification_item
          tsr_approval_item
                    applied_approval_assignment.items
          tsr_date_and_time_item
                    applied_date_and_time_assignment.items
          tsr_date_item
                    applied_date_assignment.items

Global rules for this entity data type

          -

public interface EApplied_organization_type_assignment extends EOrganization_type_assignment

items (explicit attribute)

          boolean testItems(EApplied_organization_type_assignment type)
          AOrganization_type_item getItems(EApplied_organization_type_assignment type)
          AOrganization_type_item createItems(EApplied_organization_type_assignment type)
          void unsetItems(EApplied_organization_type_assignment type)

public class CApplied_organization_type_assignment implements EApplied_organization_type_assignment

          static EAttribute attributeItems(EApplied_organization_type_assignment type)
          static int usedinItems(EApplied_organization_type_assignment type, EEntity instance, ASdaiModel domain, AApplied_organization_type_assignment result)

public class AApplied_organization_type_assignment extends AEntity

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