Overview Schemas Index

TYPE_OF_PERSON_MIM (jsdai.SType_of_person_mim)


ENTITY applied_person_type_assignment
          SUBTYPE OF (person_type_assignment);
          items : SET [1:?] OF person_type_item;
END_ENTITY; -- applied_person_type_assignment

Entity data types and their attributes

person_type_assignment
          id: identifier;
          name: label;
          (OPT) description: text;
          assigned_person_type: person_type;
          role: person_type_role;
applied_person_type_assignment
          items: SET [1:?] OF person_type_item;

Users

person_type_assignment
applied_person_type_assignment
          applied_action_assignment.items
                    action_items
                              observation_recorder_item
                                        prgm_observation_recorder_item
          applied_approval_assignment.items
                    approval_item
                              os_approval_item
          applied_classification_assignment.items
                    classification_item
                              prjm_classification_item
          applied_contract_assignment.items
                    contract_item
                              pmri_contract_item
                                        person_and_organization_item
                                                  tsr_person_and_organization_item
          applied_date_and_time_assignment.items
                    date_and_time_item
                              tsr_date_and_time_item
          applied_date_assignment.items
                    date_item
                              tsr_date_item
          applied_effectivity_assignment.items
                    effectivity_item
                              tsr_effectivity_item
          applied_ineffectivity_assignment.items
                    effectivity_item
                              os_effectivity_item
          applied_organization_assignment.items
                    organization_item
                              os_organization_item
          applied_person_and_organization_assignment.items
                    person_and_organization_item
                              os_person_and_organization_item
          applied_person_type_definition_assignment.items
                    person_definition_item
                              prjm_person_definition_item
          attribute_language_assignment.items
                    attribute_language_item
                              tsr_attribute_language_item
          attribute_translation_assignment.considered_instance
                    attribute_language_item
                              tsr_attribute_language_item
          issue_reference_mapping.items
                    issue_reference_item
                              prgm_issue_reference_item
          language_indication.considered_instance
                    attribute_language_item
                              tsr_attribute_language_item
          language_indication.items
                    attribute_language_item
                              os_attribute_language_item
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              os_multi_language_attribute_item
          person_in_organization_relationship.items
                    person_and_organization_item
                              os_person_and_organization_item
          risk_source_assignment.items
                    risk_source_item
                              syse_risk_source_item
          verification_evidence.items
                    verification_evidence_item
                              syse_verification_evidence_item

Global rules for this entity data type

          -

public interface EApplied_person_type_assignment extends EPerson_type_assignment

items (explicit attribute)

          boolean testItems(EApplied_person_type_assignment type)
          APerson_type_item getItems(EApplied_person_type_assignment type)
          APerson_type_item createItems(EApplied_person_type_assignment type)
          void unsetItems(EApplied_person_type_assignment type)

public class CApplied_person_type_assignment implements EApplied_person_type_assignment

          static EAttribute attributeItems(EApplied_person_type_assignment type)
          static int usedinItems(EApplied_person_type_assignment type, EEntity instance, ASdaiModel domain, AApplied_person_type_assignment result)

public class AApplied_person_type_assignment extends AEntity

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