Overview Schemas Index

POSITION_IN_ORGANIZATION_XIM (jsdai.SPosition_in_organization_xim)


ENTITY position_relationship
          SUBTYPE OF (position_in_organization_relationship);
          SELF\position_in_organization_relationship.relating_position_in_organization RENAMED relating_position : position;
          SELF\position_in_organization_relationship.related_position_in_organization RENAMED related_position : position;
END_ENTITY; -- position_relationship

Entity data types and their attributes

position_in_organization_relationship
          id: identifier;
          name: label;
          (OPT) description: text;
          relating_position_in_organization: position_in_organization;
          related_position_in_organization: position_in_organization;
position_relationship
          (RT) relating_position_in_organization->relating_position: position;
          (RT) related_position_in_organization->related_position: position;

Users

position_in_organization_relationship
          applied_classification_assignment.items
                    classification_item
                              prjm_classification_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
          risk_source_assignment.items
                    risk_source_item
                              syse_risk_source_item
position_relationship
          applied_classification_assignment.items
                    classification_item
                              classified_select_for_position

Global rules for this entity data type

          -

public interface EPosition_relationship extends EPosition_in_organization_relationship


public class CPosition_relationship implements EPosition_relationship


public class APosition_relationship extends AEntity

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