Overview Schemas Index

PERSON_ORGANIZATION_SCHEMA (jsdai.SPerson_organization_schema)


ENTITY person_type;
          id : identifier;
          name : label;
          description : OPTIONAL text;
END_ENTITY; -- person_type

Entity data types and their attributes

person_type
          id: identifier;
          name: label;
          (OPT) description: text;

Known subtypes

          type_of_person (TYPE_OF_PERSON_XIM)

Users

person_type
          applied_action_method_assignment.items
                    action_method_items
                              tsr_action_method_items
          applied_approval_assignment.items
                    approval_item
                              os_approval_item
          applied_classification_assignment.items
                    classification_item
                              prjm_classification_item
          applied_document_reference.items
                    document_reference_item
                              os_document_reference_item
          applied_document_usage_constraint_assignment.items
                    document_reference_item
                              tsr_document_reference_item
          applied_experience_type_assignment.items
                    experience_type_item
                              prjm_experience_type_item
          applied_identification_assignment.items
                    identification_item
                              tsr_identification_item
          applied_location_assignment.items
                    location_item
                              tsr_location_item
          applied_position_in_organization_type_assignment.items
                    position_in_organization_type_item
          applied_state_observed_assignment.items
                    state_observed_of_item
                              prjm_state_observed_of_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
          location_assignment_armx.items
                    location_item
                              tsr_location_item
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              os_multi_language_attribute_item
          partial_document_assignment.items
                    document_reference_item
                              tsr_document_reference_item
          person_type_assignment.assigned_person_type
          person_type_definition_formation.of_person_type
          position_position_type_assignment.items
                    position_in_organization_type_item
          risk_source_assignment.items
                    risk_source_item
                              syse_risk_source_item

Global rules for this entity data type

          -

public interface EPerson_type extends EEntity

id (explicit attribute)

          boolean testId(EPerson_type type)
          String getId(EPerson_type type)
          void setId(EPerson_type type, String value)
          void unsetId(EPerson_type type)

name (explicit attribute)

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

description (explicit attribute)

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

public class CPerson_type implements EPerson_type

          static EAttribute attributeId(EPerson_type type)
          static EAttribute attributeName(EPerson_type type)
          static EAttribute attributeDescription(EPerson_type type)

public class APerson_type extends AEntity

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