Overview Schemas Index

POSITION_IN_ORGANIZATION_XIM (jsdai.SPosition_in_organization_xim)


ENTITY position_type
          SUBTYPE OF (position_in_organization_type);
          defined_by : type_of_person;
END_ENTITY; -- position_type

Entity data types and their attributes

position_in_organization_type
          id: identifier;
          name: label;
          (OPT) description: text;
position_type
          defined_by: type_of_person;

Users

position_in_organization_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_contract_assignment.items
                    contract_item
                              pmri_contract_item
                                        person_and_organization_item
                                                  tsr_person_and_organization_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_location_assignment.items
                    location_item
                              tsr_location_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_assignment.items
                    person_type_item
                              tsr_person_type_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_in_organization_relationship.items
                    person_and_organization_item
                              os_person_and_organization_item
          position_in_organization_type_assignment.assigned_position_in_organization_type
          risk_source_assignment.items
                    risk_source_item
                              syse_risk_source_item
position_type
          applied_classification_assignment.items
                    classification_item
                              classified_select_for_position
          position_position_type_assignment.assigned_position_type
          position_type_assignment.position_type

Global rules for this entity data type

          -

public interface EPosition_type extends EPosition_in_organization_type

defined_by (explicit attribute)

          boolean testDefined_by(EPosition_type type)
          EType_of_person getDefined_by(EPosition_type type)
          void setDefined_by(EPosition_type type, EType_of_person value)
          void unsetDefined_by(EPosition_type type)

public class CPosition_type implements EPosition_type

          static EAttribute attributeDefined_by(EPosition_type type)
          static int usedinDefined_by(EPosition_type type, EType_of_person instance, ASdaiModel domain, APosition_type result)

public class APosition_type extends AEntity

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